summaryrefslogtreecommitdiff
path: root/source3/rpc_client
AgeCommit message (Expand)AuthorFilesLines
1998-11-09split socket util functions into util_sock.c. util.c NOT committedLuke Leighton1-0/+645
1998-10-27amazing. the improvements to NT continue, evidence for which shows upLuke Leighton1-0/+1
1998-10-22libsmb/smbdes.c: #ifdef'ed out code prior to removal.Jeremy Allison1-1/+30
1998-10-21domain aliases added a bit better: does local aliases if you queryLuke Leighton1-8/+8
1998-10-21Fixed mainly signed/unsigned issues found by SGI cc in -fullwarn mode.Jeremy Allison2-5/+3
1998-10-21oops!Luke Leighton1-1/+1
1998-10-21signed / unsigned issuesLuke Leighton1-1/+1
1998-10-21fixing smbd encrypted rpcs (data lens, alloc hints, sequence nums argh).Luke Leighton1-1/+2
1998-10-20signed / unsigned warnings (found by herb).Luke Leighton2-5/+5
1998-10-20some quite important bug-fixes i missed because i transferred the wrongLuke Leighton1-6/+7
1998-10-19- dce/rpc codeLuke Leighton1-18/+25
1998-10-17Small tidyups for gcc in 'preen' mode....Jeremy Allison1-1/+1
1998-10-16made pass_check_smb() available for dce/rpc use.Luke Leighton1-1/+1
1998-10-16rpc client mods (ntlmssp flags)Luke Leighton2-21/+12
1998-10-15rpcclient interactive login (with trust account changing if you are root)Luke Leighton3-10/+11
1998-10-15bug-fixing against:Luke Leighton2-5/+24
1998-10-14warnings spotted by ./configure.developer optionsLuke Leighton1-20/+10
1998-10-14dce/rpcLuke Leighton1-41/+125
1998-10-09dce/rpcLuke Leighton1-0/+57
1998-10-09signed / unsigned issues spotted by herbLuke Leighton1-2/+2
1998-10-09dce/rpc.Luke Leighton1-2/+11
1998-10-09basic client-side ntcreateX function (hard-wired values except filename)Luke Leighton1-12/+27
1998-10-09dce/rpcLuke Leighton2-8/+63
1998-10-08dce/rpcLuke Leighton2-26/+235
1998-10-07dce/rpcLuke Leighton1-29/+58
1998-10-06dce/rpcLuke Leighton1-9/+15
1998-10-04- modified resolve_name() to take a name_typeAndrew Tridgell1-1/+1
1998-10-02Makefile.in :Luke Leighton3-485/+478
1998-10-02microsoft is slowly fixing some buffer overflow errors in dce/rpc code (SP4).Luke Leighton1-2/+2
1998-09-30lsa_lookup_sids command added. severe debugging needed on lookup_sidsLuke Leighton1-4/+77
1998-09-28automated generation of .dummy files for each subdirectory;Alexandre Oliva1-1/+0
1998-09-25rpcclient: got samr command "enumusers -g -u" workingLuke Leighton1-15/+23
1998-09-25added in samr commands. assistance in returning the missing functions,Luke Leighton1-35/+37
1998-09-25added wksinfo command to rpcclient, which don't work too good.Luke Leighton1-2/+2
1998-09-25added rpcclient programLuke Leighton2-15/+21
1998-09-21major autoconf clean-upAlexandre Oliva1-0/+1
1998-09-05some cleanups to use ZERO_STRUCT() and friendsAndrew Tridgell1-1/+1
1998-09-05tridge the destroyer returns!Andrew Tridgell3-9/+12
1998-08-31bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell1-2/+3
1998-08-14this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1-5/+5
1998-07-29some merge cleanupsAndrew Tridgell1-0/+0
1998-07-06password.c: Fixes to allow Win95 clients to have lm encrypted passwordsJeremy Allison1-1/+1
1998-05-27loadparm.c: Added machine password timeout parameter - set to 7 days be default.Jeremy Allison1-0/+165
1998-05-14chgpasswd.c: Added comments to #ifdefsJeremy Allison1-1/+1
1998-05-12This is a security audit change of the main source.Jeremy Allison2-5/+8
1998-05-11changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell3-9/+9
1998-04-29Makefile: Added files to smbpasswd.c.Jeremy Allison1-1/+1
1998-04-29clientgen.c: Fixed null session setup bug.Jeremy Allison3-18/+37
1998-04-29This is the checkin that adds the security=domain functionality.Jeremy Allison2-106/+89
1998-04-28First version that compiles. Much more to do.....Jeremy Allison3-228/+178