summaryrefslogtreecommitdiff
path: root/source3/rpcclient/cmd_dfs.c
AgeCommit message (Collapse)AuthorFilesLines
2001-09-04it now all compiles - so try enabling it by default and see what explodes on ↵Andrew Tridgell1-25/+23
the build farm (This used to be commit 5bb7e4f0f65edf1db20245f403cbe81833134240)
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-3/+3
(This used to be commit 1d36250e338ae0ff9fbbf86019809205dd97d05e)
2001-08-10- avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed)Simo Sorce1-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)
2001-07-20Started adding some help/usage info for rpcclient commands.Tim Potter1-7/+8
(This used to be commit 37052a1bcc5cd049918c3d5ac4c41c3a669290af)
2001-06-13Added some msdfs client routines.Tim Potter1-0/+291
(This used to be commit 13df2304b309a2bd14d4441db0e72e75b8742262)
2001-06-06Added stubs for dfs rpc client routines.Tim Potter1-0/+32
(This used to be commit abc294c4a82dc132b937aec374ee947992a1b93f)