summaryrefslogtreecommitdiffstats
path: root/source3/rpcclient
Commit message (Collapse)AuthorAgeFilesLines
...
| * Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-6/+6
| | | | | | | | | | | | | | dashes of const. This is a rather large check-in, some things may break. It does compile though :-). Jeremy. (This used to be commit 82b8f749a36b42e22186297482aad2abb04fab8a)
| * Add getdata and getdataex commandsJim McDonough2002-11-111-38/+187
| | | | | | | | (This used to be commit 101727335fffd4011659bfa9f7f8ab24b641fc4e)
| * deldriver fixGerald Carter2002-11-091-6/+11
| | | | | | | | (This used to be commit f20de1f9b0dcac15fbf968e6d5d5af2fdd5fbda1)
| * Add enumdataex commandJim McDonough2002-11-081-0/+80
| | | | | | | | (This used to be commit 6d1d2849a7b2f99d927ba168ed2d01a879b09e69)
| * Implement enumdata commandJim McDonough2002-11-081-2/+85
| | | | | | | | (This used to be commit a22fdf26fef0cd58c84ca13891a762e3fdc6af8b)
| * Add enumkey command (EnumPrinterKey api)Jim McDonough2002-11-081-0/+76
| | | | | | | | (This used to be commit a2e17d4344f996b64cd9c4f01b6b15c069fde41b)
| * Merge of scalable printing code fix... Needs testing.Jeremy Allison2002-11-071-1/+1
| | | | | | | | | | | | | | | | Also tidied up some of Richard's code (I don't think he uses the compiler flags -g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual like I do :-) :-). Jeremy. (This used to be commit 10024ed06e9d91f24fdc78d59eef2f76bf395438)
| * Merge of get_dc_list() api change. This was slightly more intrusiveTim Potter2002-11-061-5/+4
| | | | | | | | | | than the version in APPLIANCE so watch out for boogs. (This used to be commit 1e054e3db654801fbb5580211529cdfdea9ed686)
| * Added new error codes. Fix up connection code to retry in the same wayJeremy Allison2002-10-171-1/+1
| | | | | | | | | | | | that app-head does. Jeremy. (This used to be commit b521abd86b10573ca8f9116907c81e6deb55f049)
| * Update popt help message and use popt-commonJelmer Vernooij2002-10-051-12/+7
| | | | | | | | (This used to be commit 821b27037b991e143b87f0f1c7186c9a403376f0)
* | This is the netlogon schannel client code. Try aVolker Lendecke2003-04-092-22/+20
| | | | | | | | | | | | | | | | | | | | rpcclient -S pdc -U% -c "samlogon user password" and it should work with the schannel. Needs testing against platforms different from NT4SP6. Volker (This used to be commit eaef0d8aeff1aa5a067679be3f17e08d7434e1e8)
* | This file deleted in HEAD.Tim Potter2003-04-021-1338/+0
| | | | | | | | (This used to be commit 6174560e5010af20db125d273b2506efac70c643)
* | Merge of waider's rpcclient return type patch.Tim Potter2003-03-1810-203/+223
| | | | | | | | (This used to be commit fb91bfa7a28f548dcc549f7e09805e4485c83538)
* | Merge of enumdomusers rpcclient command.Tim Potter2003-03-181-0/+75
| | | | | | | | (This used to be commit 8cabdd635df2455d9b25604f2ea0fb85efa067e2)
* | Patch from Ronan Waide:Martin Pool2003-03-111-1/+1
| | | | | | | | | | | | > when doing "enumdomusers", rpcclient prints each one preceded by the > word "group" instead of "user" (This used to be commit 0e9a2f41df932585bbff2a1a53d3dadc9a3dac62)
* | Merge: const fixes.Tim Potter2003-02-251-110/+87
| | | | | | | | | | | | | | Merge: add popt_common_version to command line options table. Merge: mbp's rewrite of do_cmd() (This used to be commit 20f153cee38edfa93ffd60cc872a299a4f296240)
* | Merge: const fixes.Tim Potter2003-02-259-88/+97
| | | | | | | | (This used to be commit a20aba09996e470425a151271237f2d48a8302af)
* | Remove obsolete filesJelmer Vernooij2003-02-202-1699/+0
| | | | | | | | (This used to be commit 1a68ead4332bd9f5123bd3690784e7e179e3cb1f)
* | Merge typo fix.Tim Potter2003-02-191-1/+1
| | | | | | | | (This used to be commit 7406fabe7ccdd99a19cc1df5f4339ac7e064e6b1)
* | Merge NTSTATUS vs WERROR return for cli_srvsvc_net_srv_get_info()Tim Potter2003-02-191-4/+3
| | | | | | | | (This used to be commit 7edaf937963fa1d0f06343969b46ed6e4f39a6ea)
* | Check return code of string_to_sid. (Merge from HEAD)Martin Pool2003-02-181-2/+5
| | | | | | | | (This used to be commit 5d09aea6f78aa247dbd77617c93c2a1dd2e2702f)
* | merge desired_access for open_printer_ex from HEAD, allowing cupsaddsmb toAndrew Bartlett2003-02-121-1/+1
| | | | | | | | | | | | | | work again! Andrew Bartlett (This used to be commit 94976a4128ea93606e2719fd06019a1e7eddf61c)
* | Merge tpot's changes to request the correct sizes for user dispinfoJeremy Allison2003-01-291-6/+22
| | | | | | | | | | | | | | from HEAD. I had to do this for him as he was *so* tired, the poor chap, plus he has this bad leg, plus the dog ate his homework etc. etc. Jeremy. (This used to be commit 1e752b48a12cdcf2cb6343705be83f304e5ee2b6)
* | Remove NULL buffer checks before rpcstr_pull() as they're now doneJeremy Allison2003-01-291-63/+38
| | | | | | | | | | | | inside this function. Merge from HEAD (tpot). Jeremy. (This used to be commit e20cb9ca55e060e03d3f517f1d52ce2bc6982310)
* | Merge tridge's client priv code from HEAD.Jeremy Allison2003-01-291-11/+56
| | | | | | | | | | Jeremy (This used to be commit 49739be1e2f047fa2cc2fd42eadb190a82114485)
* | Merging tridge's privillage client changes from HEAD.Jeremy Allison2003-01-281-0/+74
| | | | | | | | | | Jeremy. (This used to be commit 30a33920b4d834edc877cc0080291fbda983083a)
* | *lots of small merges form HEADGerald Carter2003-01-151-1/+1
| | | | | | | | | | | | | | *sync up configure.in *don't build torture tools in make all *make sure to remove torture tools as part of make clean (This used to be commit 0fb724b3216eeeb97e61ff12755ca3a31bcad6ef)
* | merging some rpcclient and net functionality from HEADGerald Carter2003-01-152-1/+49
| | | | | | | | (This used to be commit 7a4c87484237308cb3ad0d671687da7e0f6e733b)
* | [merge]Gerald Carter2003-01-151-3/+2
| | | | | | | | | | | | | | * removed unused variable from rpcclient code * added container option to net command (patch from SuSE) * Makefile patch for examples/VFS from SuSE (This used to be commit 25a9681ddda47a41fac8fdc97ca50b7f4c579eaf)
* | Merge from HEAD:Andrew Bartlett2003-01-142-34/+32
| | | | | | | | | | | | | | | | | | | | - fstring/pstring mixups - the detection code that found them (disabled) - a bit of whitespace - a static Andrew Bartlett (This used to be commit 9b70fa868e7d9481f584c83fc4046174e1dedfd9)
* | Merge from HEAD - idra's fix for the fact that the shutdown command takes two 1Andrew Bartlett2003-01-041-19/+16
| | | | | | | | | | | | | | byte boolean flags, not a 16 bit bitmask. Andrew Bartlett (This used to be commit a4f7777ca08c732ace2ba60bc0ecffbea1239fc3)
* | Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-033-10/+10
| | | | | | | | | | | | | | warnings. (Adds a lot of const). Andrew Bartlett (This used to be commit 3a7458f9472432ef12c43008414925fd1ce8ea0c)
* | Finish adding strings to all talloc_init() calls.Jeremy Allison2002-12-231-1/+1
| | | | | | | | | | Jeremy. (This used to be commit aa8439a49ec4b9f433745fefa1e769e45398f4df)
* | Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-202-3/+3
| | | | | | | | | | | | named. Ensure we can query them. Jeremy. (This used to be commit 09a218a9f6fb0bd922940467bf8500eb4f1bcf84)
* | Merge from HEAD:Tim Potter2002-12-201-2/+0
| | | | | | | | | | >fix rpcclient querygroup command (from 2.2 and head) (This used to be commit 77b403434f85d54fa573d9344024966d32f415ef)
* | fix rpcclient querygroup command (from 2.2 and head)Simo Sorce2002-12-081-2/+2
| | | | | | | | (This used to be commit ea2154b2692f76a3f0d597ddc154ecbbef72de60)
* | Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-6/+6
| | | | | | | | | | | | | | dashes of const. This is a rather large check-in, some things may break. It does compile though :-). Jeremy. (This used to be commit f755711df8f74f9b8e8c1a2b0d07d02a931eeb89)
* | Add getdata and getdataex commandsJim McDonough2002-11-111-38/+187
| | | | | | | | (This used to be commit 1bdd6397516b9f514c04099cf521fe81adad905b)
* | deldriver fixGerald Carter2002-11-091-6/+11
| | | | | | | | (This used to be commit 78ff2cc34aedaf82d965a71e0c9dfdeb86a90fdd)
* | Add enumdataex commandJim McDonough2002-11-081-0/+80
| | | | | | | | (This used to be commit 932a5012731b133d49d1c2d6b28f15e4480ddf53)
* | Implement enumdata commandJim McDonough2002-11-081-2/+85
| | | | | | | | (This used to be commit 33ffe07e053082f5edfd65b43f431a8d09d4ae0e)
* | Add enumkey command (EnumPrinterKey api)Jim McDonough2002-11-081-0/+76
| | | | | | | | (This used to be commit 5bccbbeb59b1574c9c8132ef3e1a090ff539f6e1)
* | Merge of scalable printing code fix... Needs testing.Jeremy Allison2002-11-071-1/+1
| | | | | | | | | | Jeremy. (This used to be commit d030df76439c72825d68410211e62090438cef54)
* | Merge of get_dc_list() api change from HEAD.Tim Potter2002-11-061-5/+4
| | | | | | | | (This used to be commit 6ba7847ce2756fde94e530fd0bf2a055f3e27373)
* | Sync with head...Jelmer Vernooij2002-10-281-12/+7
| | | | | | | | (This used to be commit 60c83a6007085a8404b641b9783ae7b9c151e4ab)
* | Added new error codes. Fix up connection code to retry in the same wayJeremy Allison2002-10-171-1/+1
| | | | | | | | | | | | that app-head does. Jeremy. (This used to be commit ec7953f20145799f6286a295472df4826bfdfb8f)
* | merge of working dsrolegetprimdominfo() client code from APP_HEADGerald Carter2002-10-042-8/+2
| | | | | | | | (This used to be commit 028477e35208e76fedbc7c743426fd9be94b7cf0)
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User2002-10-041-0/+59
|\| | | | | | | used to be commit 7950dfc795568798e8ede784b4e8b927be0add49)
| * merge of working dsrolegetprimdominfo() client code from APP_HEADGerald Carter2002-10-043-8/+61
| | | | | | | | (This used to be commit f70caa25e4ee198151b915cf2bc0a26b2d0e243d)
| * merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter2002-10-0411-91/+99
| | | | | | | | | | from APP_HEAD (This used to be commit 38c9e4299845fd77cc8629945ce2d259489f7437)