summaryrefslogtreecommitdiff
path: root/source3/rpc_parse
AgeCommit message (Expand)AuthorFilesLines
1998-10-16rpcclient ntlogin testLuke Leighton1-3/+3
1998-10-15rpcclient interactive login (with trust account changing if you are root)Luke Leighton1-0/+69
1998-10-15bug-fixing against:Luke Leighton2-11/+129
1998-10-14dce/rpcLuke Leighton1-8/+36
1998-10-09dce/rpcLuke Leighton1-83/+114
1998-10-09signed / unsigned issues spotted by herbLuke Leighton1-6/+6
1998-10-09dce/rpc.Luke Leighton1-4/+4
1998-10-09dce/rpcLuke Leighton1-17/+17
1998-10-08dce/rpcLuke Leighton1-66/+112
1998-10-07dce/rpcLuke Leighton2-45/+175
1998-10-07dce/rpcLuke Leighton2-9/+14
1998-10-07put #if BROKEN_CODE around all the bits of code in rpc_parse.c thatAndrew Tridgell1-1/+8
1998-10-06dce/rpcLuke Leighton2-56/+136
1998-10-02Makefile.in :Luke Leighton1-0/+109
1998-09-30lsa_lookup_sids command added. severe debugging needed on lookup_sidsLuke Leighton1-53/+192
1998-09-29get away with dummy and .dummy filesAlexandre Oliva1-1/+0
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-0/+1
1998-09-25added in samr commands. assistance in returning the missing functions,Luke Leighton2-0/+494
1998-09-25added wksinfo command to rpcclient, which don't work too good.Luke Leighton1-0/+13
1998-09-25added rpcclient programLuke Leighton1-0/+91
1998-09-24qualifier name in session_enum was being assumed to exist. if NULL, theLuke Leighton1-2/+2
1998-09-24took out #ifdef'd code in make_samr_r_query_usergroups that copiedLuke Leighton1-10/+0
1998-09-24this fixes the last of the issues where USRMGR.EXE and SRVMGR.EXE wereLuke Leighton1-6/+4
1998-09-21major autoconf clean-upAlexandre Oliva1-0/+1
1998-09-05tridge the destroyer returns!Andrew Tridgell9-1218/+93
1998-09-03we were setting the strings 1 too long in make_srv_share_info1_str()Andrew Tridgell1-2/+2
1998-08-31bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell1-1/+3
1998-08-24Changed ASSERT macros to SMB_ASSERT macros as some systems alreadyJeremy Allison4-36/+36
1998-08-22added ASSERT() and ASSERT_ARRAY() macros and sprinkled them liberallyAndrew Tridgell4-0/+70
1998-08-14this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell3-7/+12
1998-08-09added ignore rules for the dummy filesAndrew Tridgell1-0/+1
1998-07-29some merge cleanupsAndrew Tridgell1-0/+0
1998-07-06password.c: Fixes to allow Win95 clients to have lm encrypted passwordsJeremy Allison2-12/+14
1998-06-16clientgen: Added USE_SSL for client shutdown.Jeremy Allison1-1/+1
1998-06-09I was wrong about the length and max_length values in make_unistr2.Jeremy Allison1-3/+1
1998-06-09loadparm.c: Removed 'domain other sids' parameter.Jeremy Allison1-1/+3
1998-05-24- created pdb_sethexpwd(), to be called from all pwd apis that need toLuke Leighton2-3/+3
1998-05-20dce/rpc net time command from jean-francois. does not support timezonesLuke Leighton1-0/+87
1998-05-14passdb.cJeremy Allison1-2/+2
1998-05-14chgpasswd.c: Added comments to #ifdefsJeremy Allison4-65/+12
1998-05-13initialise some variables (stops warning)Andrew Tridgell1-2/+2
1998-05-12function comments wrongLuke Leighton1-2/+2
1998-05-12This is a security audit change of the main source.Jeremy Allison3-12/+12
1998-05-11changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell2-4/+4
1998-05-05patches from jean francois: couple of minor bugsLuke Leighton1-1/+1
1998-04-29clientgen.c: Fixed null session setup bug.Jeremy Allison1-3/+3
1998-04-29This is the checkin that adds the security=domain functionality.Jeremy Allison1-4/+3
1998-04-23Makefile: Added nterr.c into the mix.Jeremy Allison1-0/+22
1998-04-10includes.h: Moved HPUX undefine of SEMMSL to where it actually does something.Jeremy Allison2-9/+34