Changeset 134 for branches/samba-3.0/source/rpcclient
- Timestamp:
- May 23, 2008, 6:56:41 AM (17 years ago)
- Location:
- branches/samba-3.0/source/rpcclient
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/rpcclient/cmd_spoolss.c
r39 r134 2617 2617 fstrcpy( printername, argv[1] ); 2618 2618 2619 fstr _sprintf( servername1, cli->cli->desthost );2619 fstrcpy( servername1, cli->cli->desthost ); 2620 2620 fstrcpy( servername2, argv[2] ); 2621 2621 strupper_m( servername1 ); -
branches/samba-3.0/source/rpcclient/rpcclient.c
r124 r134 569 569 570 570 if (cmd_entry->pipe_idx == PI_NETLOGON) { 571 uint32 neg_flags = NETLOGON_NEG_SELECT_AUTH2_FLAGS;571 uint32_t neg_flags = NETLOGON_NEG_AUTH2_ADS_FLAGS; 572 572 uint32 sec_channel_type; 573 573 uchar trust_password[16];
Note:
See TracChangeset
for help on using the changeset viewer.