summaryrefslogtreecommitdiff
path: root/source3/rpcclient
AgeCommit message (Expand)AuthorFilesLines
2004-01-08This merges in my 'always use ADS' patch. Tested on a mix of NT and ADSAndrew Bartlett1-11/+15
2004-01-05Change (unused) structure parameter for cli_ds_enum_domain_trusts() cleanup.Andrew Bartlett1-1/+1
2003-12-07Fix comment.Tim Potter1-1/+1
2003-11-05Patch from James Henstridge to allow rpcclient adddriver command to specifyTim Potter1-3/+12
2003-10-27Remove trailing comma on typedef enum. albert chin (china@thewrittenword.com)Tim Potter1-1/+1
2003-10-24Add initshutdown pipe commands to rpcclient. Second part of fix to bugJim McDonough1-0/+2
2003-10-24This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User1-0/+112
2003-10-24New files for support of initshutdown pipe. Win2k doesn't respond properlyJim McDonough1-0/+112
2003-10-20Fixed typo spotted by Daniel Jarboe <daniel.jarboe@custserv.com>.Jeremy Allison1-1/+1
2003-10-20Fixed typo spotted by Daniel Jarboe <daniel.jarboe@custserv.com>.Jeremy Allison1-1/+1
2003-10-20Several updates:Jim McDonough1-0/+5
2003-10-18Add epmapper commands to rpcclientJim McDonough1-0/+2
2003-10-18Add client side code to do endpoint map queries. Currently does oneJim McDonough1-0/+69
2003-10-01commit sign only patch from Andrew; bug 167; tested using 2k & XP clientsprev...Gerald Carter1-21/+29
2003-10-01commit sign only patch from Andrew; bug 167; tested using 2k & XP clientsprev...Gerald Carter1-21/+29
2003-09-29Merge from 3.0:Tim Potter1-2/+2
2003-09-25Fix for #480. Change the interface for init_unistr2 to not take a lengthJeremy Allison1-2/+2
2003-09-18The "unknown_5" 32 bit field in the user structs is actually 2 16-bitJeremy Allison1-1/+2
2003-09-18The "unknown_5" 32 bit field in the user structs is actually 2 16-bitJeremy Allison1-1/+2
2003-09-09sync 3.0 into HEAD for the last timeGerald Carter4-58/+86
2003-08-19 - Make 'net' use a single funciton for setting the 'use machine account' code.Andrew Bartlett1-0/+2
2003-08-19- Fix the kerberos downgrade problem:Andrew Bartlett1-49/+35
2003-08-19working on fix for BUG #294. Not done yet, but this at least clearsGerald Carter1-3/+15
2003-08-15get rid of more compiler warningsHerb Lewis2-3/+3
2003-08-14Change Samba to always use extended security for it's guest logins, (ie,Andrew Bartlett2-2/+6
2003-08-07Patch from waider@waider.ie to print out Port Type.Jeremy Allison1-1/+25
2003-08-02port latest changes from SAMBA_3_0 treeSimo Sorce3-52/+58
2003-07-30Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison1-1/+2
2003-07-30add a few more tidy ups. Now onto winbinddGerald Carter1-0/+4
2003-07-30add support for DsEnumerateDomainTrusted for enumerating all theGerald Carter2-2/+20
2003-07-25Schannel, once setup, may be used on *ANY* TCP/IP connection until theAndrew Bartlett1-33/+31
2003-07-23convert snprintf() calls using pstrings & fstringsGerald Carter1-1/+1
2003-07-22Replace the eight (!) copies of dummy become/unbecome root with a single one.Tim Potter1-15/+0
2003-07-16trying to get HEAD building again. If you want the codeGerald Carter6-145/+244
2003-07-14Jeremy requested that I get my NTLMSSP patch into CVS. He didn't requestAndrew Bartlett1-15/+138
2003-07-09more compile fixes for become/unbecome_root()Gerald Carter1-0/+15
2003-07-04More conversions I missed. Thanks metze.Jeremy Allison1-1/+1
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2-66/+66
2003-06-23* s/get_dc_name/rpc_dc_name/g (revert a previous change)Gerald Carter1-1/+1
2003-05-10Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij1-4/+0
2003-05-10Reverse previous patch from Stefan and me after comments by Andrew Bartlett.Jelmer Vernooij1-4/+0
2003-05-10Patch from metze and me that adds dummy smb_register_*() functionsJelmer Vernooij1-0/+4
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-28Perform lp_load() before popt to fix -W option.Tim Potter1-11/+11
2003-04-28Merge:Tim Potter1-2/+4
2003-04-28Merge from HEAD:Tim Potter1-0/+2
2003-04-28Return NT_STATUS_UNSUCCESSFUL if the sourcedata and echodata rpcsTim Potter1-0/+2
2003-04-23Merge the 'safe' parts of my StrnCpy patch - many of the users really wantedAndrew Bartlett1-9/+8