summaryrefslogtreecommitdiff
path: root/source3/rpcclient
AgeCommit message (Expand)AuthorFilesLines
1998-11-25LsaLookupNames client call (first used as lookupnames command in rpcclient).Luke Leighton2-1/+92
1998-11-13Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...Jeremy Allison1-9/+9
1998-11-13need 32 bit status codes to be negotiated because of STUPID dos "error moreLuke Leighton1-1/+1
1998-11-12security descriptors.Luke Leighton2-17/+34
1998-11-12jean-f. sent me some S-1-3-0,1,2,3 SIDs and names. S-1-3 doesn't exist.Luke Leighton2-1/+96
1998-11-11oops!Luke Leighton1-11/+13
1998-11-11clearing up security descriptorLuke Leighton2-5/+8
1998-11-11changed syntax of registry commands so keys can start with HKLM or HKU.Luke Leighton4-233/+246
1998-11-11registry delete value command: "regdeleteval".Luke Leighton2-0/+66
1998-11-11renamed unk_1b to flush_keyLuke Leighton1-6/+6
1998-11-11- renamed open_policy to open_hklm.Luke Leighton1-8/+8
1998-11-10rpcclient registry key delete command: "regdeletekey".Luke Leighton2-0/+66
1998-11-10registry modification requires a "sync" or "refresh" on the parent key.Luke Leighton1-0/+6
1998-11-10include/local.h:Jeremy Allison2-3/+2
1998-11-10rpcclient registry commands.Luke Leighton3-79/+725
1998-11-09split socket util functions into util_sock.c. util.c NOT committedLuke Leighton1-0/+397
1998-10-22rpctorture commandLuke Leighton1-8/+2
1998-10-21domain aliases added a bit better: does local aliases if you queryLuke Leighton1-1/+1
1998-10-21Fixed mainly signed/unsigned issues found by SGI cc in -fullwarn mode.Jeremy Allison2-2/+4
1998-10-20signed / unsigned warnings (found by herb).Luke Leighton1-4/+4
1998-10-19oopsLuke Leighton1-2/+2
1998-10-19output password change messages instead of debug message.Luke Leighton1-2/+2
1998-10-16dce/rpcLuke Leighton1-3/+16
1998-10-16strtoul removed, strtol used insteadLuke Leighton1-1/+1
1998-10-16strtoul replace with strtolLuke Leighton2-12/+12
1998-10-16rpc client mods (ntlmssp flags)Luke Leighton5-24/+34
1998-10-16trust passwordLuke Leighton1-1/+1
1998-10-15rpcclient interactive login (with trust account changing if you are root)Luke Leighton2-32/+59
1998-10-14warnings spotted by ./configure.developer optionsLuke Leighton2-2/+1
1998-10-14dce/rpcLuke Leighton1-2/+3
1998-10-10dce/rpcLuke Leighton2-10/+51
1998-10-10dce/rpcLuke Leighton1-3/+3
1998-10-09dce/rpcLuke Leighton1-2/+30
1998-10-09dce/rpc.Luke Leighton2-10/+15
1998-10-09basic client-side ntcreateX function (hard-wired values except filename)Luke Leighton1-0/+1
1998-10-09dce/rpcLuke Leighton1-6/+1
1998-10-08dce/rpcLuke Leighton2-2/+15
1998-10-08- fixed a bunch of warnings and minor errorsAndrew Tridgell1-10/+10
1998-10-05rpcclient srvsvc commands.Luke Leighton1-2/+0
1998-10-03fixed initialisation bug in rpcclient (stdout is not a constant)Andrew Tridgell1-1/+3
1998-10-03don't call functions that aren't there yet. (Luke had the codeAndrew Tridgell1-0/+2
1998-10-02Makefile.in :Luke Leighton2-35/+32
1998-10-01Fix another possibly unitialized variable ...Richard Sharpe1-1/+1
1998-09-30lsa_lookup_sids command added. severe debugging needed on lookup_sidsLuke Leighton2-2/+84
1998-09-29Got very strict about the differences and uses ofJeremy Allison1-1/+1
1998-09-28Changes to test in configure if capabilities are enabled on a system.Jeremy Allison2-22/+9
1998-09-27Fixed up more possibly uninitialized variables.Richard Sharpe2-2/+5
1998-09-25Fixed unused variable warning messages.Jeremy Allison3-15/+1
1998-09-25rpcclient: got samr command "enumusers -g -u" workingLuke Leighton1-1/+6
1998-09-25added in samr commands. assistance in returning the missing functions,Luke Leighton3-141/+147