summaryrefslogtreecommitdiffstats
path: root/source3/rpcclient/cmd_dfs.c
Commit message (Collapse)AuthorAgeFilesLines
* r13316: Let the carnage begin....Gerald Carter2007-10-101-45/+66
| | | | | Sync with trunk as off r13315 (This used to be commit 17e63ac4ed8325c0d44fe62b2442449f3298559f)
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-15/+15
| | | | | | | | * \PIPE\unixinfo * winbindd's {group,alias}membership new functions * winbindd's lookupsids() functionality * swat (trunk changes to be reverted as per discussion with Deryck) (This used to be commit 939c3cb5d78e3a2236209b296aa8aba8bdce32d3)
* Merge of waider's rpcclient return type patch.Tim Potter2003-03-181-5/+5
| | | | (This used to be commit fb91bfa7a28f548dcc549f7e09805e4485c83538)
* Merge: const fixes.Tim Potter2003-02-251-8/+8
| | | | (This used to be commit a20aba09996e470425a151271237f2d48a8302af)
* merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter2002-10-041-5/+5
| | | | | from APP_HEAD (This used to be commit 1cfd2ee433305e91e87804dd55d10e025d30a69e)
* Removed version number from file header.Tim Potter2002-01-301-2/+1
| | | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header. (This used to be commit 6a58c9bd06d0d7502a24bf5ce5a2faf0a146edfa)
* Some old stuff hanging around since the CIFS conference. Big cleanup ofTim Potter2001-10-121-113/+22
| | | | | | | rpcclient code. Refactored cmd_* functions to move common mem_ctx and pipe opening stuff up one level. Moved rpcclient.h into rpcclient directory and out of includes/smb.h (This used to be commit a40facba9651f9fb1dcc9e143f92ca298a324312)
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-1/+0
| | | | (This used to be commit 2d0922b0eabfdc0aaf1d0797482fef47ed7fde8e)
* it now all compiles - so try enabling it by default and see what explodes on ↵Andrew Tridgell2001-09-041-25/+23
| | | | | | the build farm (This used to be commit 5bb7e4f0f65edf1db20245f403cbe81833134240)
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-3/+3
| | | | (This used to be commit 1d36250e338ae0ff9fbbf86019809205dd97d05e)
* - avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed)Simo Sorce2001-08-101-20/+28
| | | | | | | | - ported two rpc back from TNG (WINREG: shutdown and abort shutdown) - some optimizations and changed some DEBUG statement in loadparm.c - changed rpcclient a bit moved from non reentrant next_token_nr to next_token - in cmd_reg.c not sure if getopt will work ok on all platforms only setting optind=0 (This used to be commit fd54412ce9c3504a547e232602d6129e08dd9d4d)
* Started adding some help/usage info for rpcclient commands.Tim Potter2001-07-201-7/+8
| | | | (This used to be commit 37052a1bcc5cd049918c3d5ac4c41c3a669290af)
* Added some msdfs client routines.Tim Potter2001-06-131-0/+291
| | | | (This used to be commit 13df2304b309a2bd14d4441db0e72e75b8742262)
* Added stubs for dfs rpc client routines.Tim Potter2001-06-061-0/+32
(This used to be commit abc294c4a82dc132b937aec374ee947992a1b93f)