summaryrefslogtreecommitdiffstats
path: root/source3/rpcclient
Commit message (Expand)AuthorAgeFilesLines
* Schannel, once setup, may be used on *ANY* TCP/IP connection until theAndrew Bartlett2003-07-251-33/+31
* convert snprintf() calls using pstrings & fstringsGerald Carter2003-07-231-1/+1
* Replace the eight (!) copies of dummy become/unbecome root with a single one.Tim Potter2003-07-221-15/+0
* Jeremy requested that I get my NTLMSSP patch into CVS. He didn't requestAndrew Bartlett2003-07-141-15/+138
* more compile fixes for become/unbecome_root()Gerald Carter2003-07-091-0/+15
* More conversions I missed. Thanks metze.Jeremy Allison2003-07-041-1/+1
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-032-66/+66
* * s/get_dc_name/rpc_dc_name/g (revert a previous change)Gerald Carter2003-06-231-1/+1
* Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij2003-05-101-4/+0
* Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij2003-05-101-0/+4
* This puts real netlogon connection caching to winbind. This becomesVolker Lendecke2003-05-082-11/+18
* Merge:Tim Potter2003-04-281-11/+11
* Merge:Tim Potter2003-04-281-2/+4
* Merge from HEAD:Tim Potter2003-04-281-0/+2
* Merge the 'safe' parts of my StrnCpy patch - many of the users really wantedAndrew Bartlett2003-04-231-9/+8
* Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett2003-04-212-6/+9
* Merge: remove unused variable.Tim Potter2003-04-141-1/+0
* Merge Jelmer's popt updates from HEAD.Tim Potter2003-04-141-145/+12
* Merge of rpcecho pipe for testing large dcerpc requests and responses.Tim Potter2003-04-141-2/+5
* Merge of samr lookup domain rpc client call from HEAD.Tim Potter2003-04-141-0/+44
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2003-04-131-0/+157
|\
| * A new RPC pipe! The \pipe\echo named pipe is for testing large RPCTim Potter2003-04-112-2/+162
| * This is the netlogon schannel client code. Try aVolker Lendecke2003-04-092-22/+20
| * SAMR lookupdomain rpc client patches from amber palekar <amber@nu3.net>Tim Potter2003-04-041-0/+44
| * Revoke some of the popt patch from metze I applied earlier today. It addedJelmer Vernooij2003-03-241-1/+2
| * Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changesJelmer Vernooij2003-03-241-145/+11
| * Applied waider's patch to return DOS error codes for pipes thatTim Potter2003-03-1710-192/+217
| * Patch from Ronan Waide:Martin Pool2003-03-111-1/+1
| * safe_strcpy() -> fstrcpy() fix, and a cleanup to how rpcclient calls theAndrew Bartlett2003-03-072-9/+4
| * Use PRINTER_ALL_ACCESS instead of MAXIMUM_ALLOWED_ACCESS in setprinterTim Potter2003-03-051-1/+1
| * More const fixes and flow on fixes from yesterday's const-fest.Tim Potter2003-02-257-56/+56
| * Fixed up some const related compiler warnings.Tim Potter2003-02-254-36/+36
| * Added enumdomusers command.Tim Potter2003-02-211-0/+75
| * Fix for only specifying one command with -cTim Potter2003-02-211-1/+4
| * Remove obsolete filesJelmer Vernooij2003-02-203-3038/+0
| * Add -V option (to print out version) to utilities where possibleJelmer Vernooij2003-02-182-0/+2
| * Doxygen janitor. No other changes.Martin Pool2003-02-181-0/+9
| * cmd_lsa_lookup_sids: Check return code from string_to_sid; skip SIDsMartin Pool2003-02-181-2/+5
| * Dummy commit, I can't get through to samba-cvs@samba.org. It can't reallyVolker Lendecke2003-02-171-1/+0
| * cmd_srvsvc.cVolker Lendecke2003-02-171-3/+3
| * Typo: /mized/mixed/Martin Pool2003-02-171-1/+1
| * 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