summaryrefslogtreecommitdiff
path: root/source3/rpcclient
AgeCommit message (Expand)AuthorFilesLines
2003-03-11Patch from Ronan Waide:Martin Pool1-1/+1
2003-03-07safe_strcpy() -> fstrcpy() fix, and a cleanup to how rpcclient calls theAndrew Bartlett2-9/+4
2003-03-05Use PRINTER_ALL_ACCESS instead of MAXIMUM_ALLOWED_ACCESS in setprinterTim Potter1-1/+1
2003-02-25More const fixes and flow on fixes from yesterday's const-fest.Tim Potter7-56/+56
2003-02-25Fixed up some const related compiler warnings.Tim Potter4-36/+36
2003-02-21Added enumdomusers command.Tim Potter1-0/+75
2003-02-21Fix for only specifying one command with -cTim Potter1-1/+4
2003-02-20Remove obsolete filesJelmer Vernooij3-3038/+0
2003-02-18Add -V option (to print out version) to utilities where possibleJelmer Vernooij2-0/+2
2003-02-18Doxygen janitor. No other changes.Martin Pool1-0/+9
2003-02-18cmd_lsa_lookup_sids: Check return code from string_to_sid; skip SIDsMartin Pool1-2/+5
2003-02-17Dummy commit, I can't get through to samba-cvs@samba.org. It can't reallyVolker Lendecke1-1/+0
2003-02-17cmd_srvsvc.cVolker Lendecke1-3/+3
2003-02-17Typo: /mized/mixed/Martin Pool1-1/+1
2003-02-17Don't pstrcpy into an fstring. (Harmless in this case since it comesMartin Pool1-3/+10
2003-02-17Start reworking rpcclient to use popt rather than next_token to parseMartin Pool1-103/+69
2003-02-12Match Samba 2.2 by chosing the correct desired access, and getting cupsaddsmbAndrew Bartlett1-1/+1
2003-02-10added the 'lsaenumacctwithright' command to rpcclient. This allows youAndrew Tridgell1-2/+47
2003-01-29Use new interface for cli_samr_query_dispinfo().Tim Potter1-6/+22
2003-01-29Remove NULL buffer checks before rpcstr_pull() as they're now doneTim Potter1-63/+38
2003-01-28added LsaRemoveAccountRightsAndrew Tridgell1-1/+40
2003-01-28cleaned up the lsa_enum_acct_rights function and added aAndrew Tridgell1-0/+39
2003-01-21revert accidentally committed changesJim McDonough2-86/+4
2003-01-21Properly display popt errors. Also fix debug to be -d for consistency with o...Jim McDonough2-4/+86
2003-01-17reverted this patch till I sort out the craziness with UNIHDRAndrew Tridgell1-2/+2
2003-01-17This removes the 3rd argument from init_unistr2(). There were 240Andrew Tridgell1-2/+2
2003-01-16allow a couple of LSA functions to take a username instead of a SID,Andrew Tridgell1-3/+44
2003-01-15* removed unused variable from rpcclient codeGerald Carter1-3/+2
2003-01-15added cli_lsa_enum_account_rights() call. Note that this is inAndrew Tridgell1-0/+48
2003-01-11A couple more fstring/pstring issues - and move from sizeof(fstring) toAndrew Bartlett2-34/+32
2003-01-08Display an error message when the server cannot be resolved when running atTim Potter1-1/+1
2003-01-02BIG patch...Andrew Bartlett3-10/+10
2002-12-30the shutdown call does not have a 16 bit flags, but 2 byte representing booleansSimo Sorce1-19/+16
2002-12-23Finish adding strings to all talloc_init() calls.Jeremy Allison1-1/+1
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2-3/+3
2002-12-08make querygroup in rpcclient working, same fix as per 2.2 treeSimo Sorce1-4/+2
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-6/+6
2002-11-11Add getdata and getdataex commandsJim McDonough1-38/+187
2002-11-09deldriver fixGerald Carter1-6/+11
2002-11-08Add enumdataex commandJim McDonough1-0/+80
2002-11-08Implement enumdata commandJim McDonough1-2/+85
2002-11-08Add enumkey command (EnumPrinterKey api)Jim McDonough1-0/+76
2002-11-07Merge of scalable printing code fix... Needs testing.Jeremy Allison1-1/+1
2002-11-06Merge of get_dc_list() api change. This was slightly more intrusiveTim Potter1-5/+4
2002-10-17Added new error codes. Fix up connection code to retry in the same wayJeremy Allison1-1/+1
2002-10-05Update popt help message and use popt-commonJelmer Vernooij1-12/+7
2002-10-04merge of working dsrolegetprimdominfo() client code from APP_HEADGerald Carter3-8/+61
2002-10-04merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter11-91/+99
2002-09-05The new popt_common_debug code obviates the need to muck around withTim Potter1-10/+2
2002-09-04remove inet_aton()Gerald Carter1-1/+1