summaryrefslogtreecommitdiff
path: root/source/rpc_client
Commit message (Expand)AuthorAgeFilesLines
* libsmb/smbdes.c: #ifdef'ed out code prior to removal.Jeremy Allison1998-10-221-1/+30
* domain aliases added a bit better: does local aliases if you queryLuke Leighton1998-10-211-8/+8
* Fixed mainly signed/unsigned issues found by SGI cc in -fullwarn mode.Jeremy Allison1998-10-212-5/+3
* oops!Luke Leighton1998-10-211-1/+1
* signed / unsigned issuesLuke Leighton1998-10-211-1/+1
* fixing smbd encrypted rpcs (data lens, alloc hints, sequence nums argh).Luke Leighton1998-10-211-1/+2
* signed / unsigned warnings (found by herb).Luke Leighton1998-10-202-5/+5
* some quite important bug-fixes i missed because i transferred the wrongLuke Leighton1998-10-201-6/+7
* - dce/rpc codeLuke Leighton1998-10-191-18/+25
* Small tidyups for gcc in 'preen' mode....Jeremy Allison1998-10-171-1/+1
* made pass_check_smb() available for dce/rpc use.Luke Leighton1998-10-161-1/+1
* rpc client mods (ntlmssp flags)Luke Leighton1998-10-162-21/+12
* rpcclient interactive login (with trust account changing if you are root)Luke Leighton1998-10-153-10/+11
* bug-fixing against:Luke Leighton1998-10-152-5/+24
* warnings spotted by ./configure.developer optionsLuke Leighton1998-10-141-20/+10
* dce/rpcLuke Leighton1998-10-141-41/+125
* dce/rpcLuke Leighton1998-10-091-0/+57
* signed / unsigned issues spotted by herbLuke Leighton1998-10-091-2/+2
* dce/rpc.Luke Leighton1998-10-091-2/+11
* basic client-side ntcreateX function (hard-wired values except filename)Luke Leighton1998-10-091-12/+27
* dce/rpcLuke Leighton1998-10-092-8/+63
* dce/rpcLuke Leighton1998-10-082-26/+235
* dce/rpcLuke Leighton1998-10-071-29/+58
* dce/rpcLuke Leighton1998-10-061-9/+15
* - modified resolve_name() to take a name_typeAndrew Tridgell1998-10-041-1/+1
* Makefile.in :Luke Leighton1998-10-023-485/+478
* microsoft is slowly fixing some buffer overflow errors in dce/rpc code (SP4).Luke Leighton1998-10-021-2/+2
* lsa_lookup_sids command added. severe debugging needed on lookup_sidsLuke Leighton1998-09-301-4/+77
* automated generation of .dummy files for each subdirectory;Alexandre Oliva1998-09-281-1/+0
* rpcclient: got samr command "enumusers -g -u" workingLuke Leighton1998-09-251-15/+23
* added in samr commands. assistance in returning the missing functions,Luke Leighton1998-09-251-35/+37
* added wksinfo command to rpcclient, which don't work too good.Luke Leighton1998-09-251-2/+2
* added rpcclient programLuke Leighton1998-09-252-15/+21
* major autoconf clean-upAlexandre Oliva1998-09-211-0/+1
* some cleanups to use ZERO_STRUCT() and friendsAndrew Tridgell1998-09-051-1/+1
* tridge the destroyer returns!Andrew Tridgell1998-09-053-9/+12
* bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell1998-08-311-2/+3
* this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1998-08-141-5/+5
* some merge cleanupsAndrew Tridgell1998-07-291-0/+0
* password.c: Fixes to allow Win95 clients to have lm encrypted passwordsJeremy Allison1998-07-061-1/+1
* loadparm.c: Added machine password timeout parameter - set to 7 days be default.Jeremy Allison1998-05-271-0/+165
* chgpasswd.c: Added comments to #ifdefsJeremy Allison1998-05-141-1/+1
* This is a security audit change of the main source.Jeremy Allison1998-05-122-5/+8
* changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1998-05-113-9/+9
* Makefile: Added files to smbpasswd.c.Jeremy Allison1998-04-291-1/+1
* clientgen.c: Fixed null session setup bug.Jeremy Allison1998-04-293-18/+37
* This is the checkin that adds the security=domain functionality.Jeremy Allison1998-04-292-106/+89
* First version that compiles. Much more to do.....Jeremy Allison1998-04-283-228/+178
* This looks like a big change but really isn't.Jeremy Allison1998-04-253-185/+85
* cli_pipe.c: Corrected cli_api_pipe() calls.Jeremy Allison1998-04-241-30/+41