summaryrefslogtreecommitdiffstats
path: root/source/rpcclient
Commit message (Expand)AuthorAgeFilesLines
...
| * Don't pstrcpy into an fstring. (Harmless in this case since it comesMartin Pool2003-02-171-3/+10
| * Start reworking rpcclient to use popt rather than next_token to parseMartin Pool2003-02-171-103/+69
| * Match Samba 2.2 by chosing the correct desired access, and getting cupsaddsmbAndrew Bartlett2003-02-121-1/+1
| * added the 'lsaenumacctwithright' command to rpcclient. This allows youAndrew Tridgell2003-02-101-2/+47
| * Use new interface for cli_samr_query_dispinfo().Tim Potter2003-01-291-6/+22
| * Remove NULL buffer checks before rpcstr_pull() as they're now doneTim Potter2003-01-291-63/+38
| * added LsaRemoveAccountRightsAndrew Tridgell2003-01-281-1/+40
| * cleaned up the lsa_enum_acct_rights function and added aAndrew Tridgell2003-01-281-0/+39
| * revert accidentally committed changesJim McDonough2003-01-212-86/+4
| * Properly display popt errors. Also fix debug to be -d for consistency with o...Jim McDonough2003-01-212-4/+86
| * reverted this patch till I sort out the craziness with UNIHDRAndrew Tridgell2003-01-171-2/+2
| * This removes the 3rd argument from init_unistr2(). There were 240Andrew Tridgell2003-01-171-2/+2
| * allow a couple of LSA functions to take a username instead of a SID,Andrew Tridgell2003-01-161-3/+44
| * * removed unused variable from rpcclient codeGerald Carter2003-01-151-3/+2
| * added cli_lsa_enum_account_rights() call. Note that this is inAndrew Tridgell2003-01-151-0/+48
| * A couple more fstring/pstring issues - and move from sizeof(fstring) toAndrew Bartlett2003-01-112-34/+32
| * Display an error message when the server cannot be resolved when running atTim Potter2003-01-081-1/+1
| * BIG patch...Andrew Bartlett2003-01-023-10/+10
| * the shutdown call does not have a 16 bit flags, but 2 byte representing booleansSimo Sorce2002-12-301-19/+16
| * Finish adding strings to all talloc_init() calls.Jeremy Allison2002-12-231-1/+1
| * Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-202-3/+3
| * make querygroup in rpcclient working, same fix as per 2.2 treeSimo Sorce2002-12-081-4/+2
| * Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-6/+6
| * Add getdata and getdataex commandsJim McDonough2002-11-111-38/+187
| * deldriver fixGerald Carter2002-11-091-6/+11
| * Add enumdataex commandJim McDonough2002-11-081-0/+80
| * Implement enumdata commandJim McDonough2002-11-081-2/+85
| * Add enumkey command (EnumPrinterKey api)Jim McDonough2002-11-081-0/+76
| * Merge of scalable printing code fix... Needs testing.Jeremy Allison2002-11-071-1/+1
| * Merge of get_dc_list() api change. This was slightly more intrusiveTim Potter2002-11-061-5/+4
| * Added new error codes. Fix up connection code to retry in the same wayJeremy Allison2002-10-171-1/+1
| * Update popt help message and use popt-commonJelmer Vernooij2002-10-051-12/+7
* | This is the netlogon schannel client code. Try aVolker Lendecke2003-04-092-22/+20
* | This file deleted in HEAD.Tim Potter2003-04-021-1338/+0
* | Merge of waider's rpcclient return type patch.Tim Potter2003-03-1810-203/+223
* | Merge of enumdomusers rpcclient command.Tim Potter2003-03-181-0/+75
* | Patch from Ronan Waide:Martin Pool2003-03-111-1/+1
* | Merge: const fixes.Tim Potter2003-02-251-110/+87
* | Merge: const fixes.Tim Potter2003-02-259-88/+97
* | Remove obsolete filesJelmer Vernooij2003-02-202-1699/+0
* | Merge typo fix.Tim Potter2003-02-191-1/+1
* | Merge NTSTATUS vs WERROR return for cli_srvsvc_net_srv_get_info()Tim Potter2003-02-191-4/+3
* | Check return code of string_to_sid. (Merge from HEAD)Martin Pool2003-02-181-2/+5
* | merge desired_access for open_printer_ex from HEAD, allowing cupsaddsmb toAndrew Bartlett2003-02-121-1/+1
* | Merge tpot's changes to request the correct sizes for user dispinfoJeremy Allison2003-01-291-6/+22
* | Remove NULL buffer checks before rpcstr_pull() as they're now doneJeremy Allison2003-01-291-63/+38
* | Merge tridge's client priv code from HEAD.Jeremy Allison2003-01-291-11/+56
* | Merging tridge's privillage client changes from HEAD.Jeremy Allison2003-01-281-0/+74
* | *lots of small merges form HEADGerald Carter2003-01-151-1/+1
* | merging some rpcclient and net functionality from HEADGerald Carter2003-01-152-1/+49