summaryrefslogtreecommitdiff
path: root/source3/rpc_parse
AgeCommit message (Expand)AuthorFilesLines
1998-11-12security descriptors and registry.Luke Leighton3-2/+101
1998-11-11security descriptor info, provided by jean-francoisLuke Leighton2-29/+65
1998-11-11clearing up security descriptorLuke Leighton3-41/+104
1998-11-11registry delete value command: "regdeleteval".Luke Leighton1-0/+51
1998-11-11renamed unk_1b to flush_keyLuke Leighton1-5/+5
1998-11-11- renamed open_policy to open_hklm.Luke Leighton1-18/+24
1998-11-10rpcclient registry key delete command: "regdeletekey".Luke Leighton1-0/+51
1998-11-10registry modification requires a "sync" or "refresh" on the parent key.Luke Leighton1-0/+40
1998-11-10include/local.h:Jeremy Allison2-2/+2
1998-11-10rpcclient registry commands.Luke Leighton5-47/+918
1998-11-09split socket util functions into util_sock.c. util.c NOT committedLuke Leighton1-0/+176
1998-11-03fix to some of the unicode string handling. there are others pendingLuke Leighton1-7/+7
1998-10-28Added clear-out-structure fix for make_unistr2.Jeremy Allison1-0/+2
1998-10-27amazing. the improvements to NT continue, evidence for which shows upLuke Leighton4-15/+16
1998-10-22bug fix in lsa_trans_names.Luke Leighton1-1/+3
1998-10-21domain aliases added a bit better: does local aliases if you queryLuke Leighton1-24/+26
1998-10-21the next dialog: user-groups. it's not very sensible what appears, but hey:Luke Leighton1-3/+322
1998-10-21Fixed mainly signed/unsigned issues found by SGI cc in -fullwarn mode.Jeremy Allison1-3/+3
1998-10-21oops!Luke Leighton1-10/+10
1998-10-21signed / unsigned issuesLuke Leighton1-1/+1
1998-10-21fixing smbd encrypted rpcs (data lens, alloc hints, sequence nums argh).Luke Leighton1-7/+9
1998-10-20calls to prs_grow() on array structures so that data construction doesn'tLuke Leighton1-3/+18
1998-10-19- dce/rpc codeLuke Leighton1-0/+41
1998-10-16dce/rpcLuke Leighton1-0/+13
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