summaryrefslogtreecommitdiff
path: root/source3/rpcclient
AgeCommit message (Expand)AuthorFilesLines
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
1998-09-25added wksinfo command to rpcclient, which don't work too good.Luke Leighton4-22/+1036
1998-09-25added rpcclient programLuke Leighton6-0/+2006