summaryrefslogtreecommitdiff
path: root/source3/rpcclient
AgeCommit message (Expand)AuthorFilesLines
2003-05-10Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij1-4/+0
2003-05-10Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij1-0/+4
2003-05-08This puts real netlogon connection caching to winbind. This becomesVolker Lendecke2-11/+18
2003-04-28Merge:Tim Potter1-11/+11
2003-04-28Merge:Tim Potter1-2/+4
2003-04-28Merge from HEAD:Tim Potter1-0/+2
2003-04-23Merge the 'safe' parts of my StrnCpy patch - many of the users really wantedAndrew Bartlett1-9/+8
2003-04-21Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett2-6/+9
2003-04-14Merge: remove unused variable.Tim Potter1-1/+0
2003-04-14Merge Jelmer's popt updates from HEAD.Tim Potter1-145/+12
2003-04-14Merge of rpcecho pipe for testing large dcerpc requests and responses.Tim Potter1-2/+5
2003-04-14Merge of samr lookup domain rpc client call from HEAD.Tim Potter1-0/+44
2003-04-13This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User1-0/+157
2003-04-11A new RPC pipe! The \pipe\echo named pipe is for testing large RPCTim Potter2-2/+162
2003-04-09This is the netlogon schannel client code. Try aVolker Lendecke2-22/+20
2003-04-09This is the netlogon schannel client code. Try aVolker Lendecke2-22/+20
2003-04-04SAMR lookupdomain rpc client patches from amber palekar <amber@nu3.net>Tim Potter1-0/+44
2003-04-02This file deleted in HEAD.Tim Potter1-1338/+0
2003-03-24Revoke some of the popt patch from metze I applied earlier today. It addedJelmer Vernooij1-1/+2
2003-03-24Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changesJelmer Vernooij1-145/+11
2003-03-18Merge of waider's rpcclient return type patch.Tim Potter10-203/+223
2003-03-18Merge of enumdomusers rpcclient command.Tim Potter1-0/+75
2003-03-17Applied waider's patch to return DOS error codes for pipes thatTim Potter10-192/+217
2003-03-11Patch from Ronan Waide:Martin Pool1-1/+1
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-25Merge: const fixes.Tim Potter1-110/+87
2003-02-25Merge: const fixes.Tim Potter9-88/+97
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 Vernooij2-1699/+0
2003-02-20Remove obsolete filesJelmer Vernooij3-3038/+0
2003-02-19Merge typo fix.Tim Potter1-1/+1
2003-02-19Merge NTSTATUS vs WERROR return for cli_srvsvc_net_srv_get_info()Tim Potter1-4/+3
2003-02-18Add -V option (to print out version) to utilities where possibleJelmer Vernooij2-0/+2
2003-02-18Check return code of string_to_sid. (Merge from HEAD)Martin Pool1-2/+5
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-12merge desired_access for open_printer_ex from HEAD, allowing cupsaddsmb toAndrew Bartlett1-1/+1
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-29Merge tpot's changes to request the correct sizes for user dispinfoJeremy Allison1-6/+22