summaryrefslogtreecommitdiffstats
path: root/source/rpcclient
Commit message (Expand)AuthorAgeFilesLines
* LsaLookupNames client call (first used as lookupnames command in rpcclient).Luke Leighton1998-11-252-1/+92
* Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...Jeremy Allison1998-11-131-9/+9
* need 32 bit status codes to be negotiated because of STUPID dos "error moreLuke Leighton1998-11-131-1/+1
* security descriptors.Luke Leighton1998-11-122-17/+34
* jean-f. sent me some S-1-3-0,1,2,3 SIDs and names. S-1-3 doesn't exist.Luke Leighton1998-11-122-1/+96
* oops!Luke Leighton1998-11-111-11/+13
* clearing up security descriptorLuke Leighton1998-11-112-5/+8
* changed syntax of registry commands so keys can start with HKLM or HKU.Luke Leighton1998-11-114-233/+246
* registry delete value command: "regdeleteval".Luke Leighton1998-11-112-0/+66
* renamed unk_1b to flush_keyLuke Leighton1998-11-111-6/+6
* - renamed open_policy to open_hklm.Luke Leighton1998-11-111-8/+8
* rpcclient registry key delete command: "regdeletekey".Luke Leighton1998-11-102-0/+66
* registry modification requires a "sync" or "refresh" on the parent key.Luke Leighton1998-11-101-0/+6
* include/local.h:Jeremy Allison1998-11-102-3/+2
* rpcclient registry commands.Luke Leighton1998-11-103-79/+725
* split socket util functions into util_sock.c. util.c NOT committedLuke Leighton1998-11-091-0/+397
* rpctorture commandLuke Leighton1998-10-221-8/+2
* domain aliases added a bit better: does local aliases if you queryLuke Leighton1998-10-211-1/+1
* Fixed mainly signed/unsigned issues found by SGI cc in -fullwarn mode.Jeremy Allison1998-10-212-2/+4
* signed / unsigned warnings (found by herb).Luke Leighton1998-10-201-4/+4
* oopsLuke Leighton1998-10-191-2/+2
* output password change messages instead of debug message.Luke Leighton1998-10-191-2/+2
* dce/rpcLuke Leighton1998-10-161-3/+16
* strtoul removed, strtol used insteadLuke Leighton1998-10-161-1/+1
* strtoul replace with strtolLuke Leighton1998-10-162-12/+12
* rpc client mods (ntlmssp flags)Luke Leighton1998-10-165-24/+34
* trust passwordLuke Leighton1998-10-161-1/+1
* rpcclient interactive login (with trust account changing if you are root)Luke Leighton1998-10-152-32/+59
* warnings spotted by ./configure.developer optionsLuke Leighton1998-10-142-2/+1
* dce/rpcLuke Leighton1998-10-141-2/+3
* dce/rpcLuke Leighton1998-10-102-10/+51
* dce/rpcLuke Leighton1998-10-101-3/+3
* dce/rpcLuke Leighton1998-10-091-2/+30
* dce/rpc.Luke Leighton1998-10-092-10/+15
* basic client-side ntcreateX function (hard-wired values except filename)Luke Leighton1998-10-091-0/+1
* dce/rpcLuke Leighton1998-10-091-6/+1
* dce/rpcLuke Leighton1998-10-082-2/+15
* - fixed a bunch of warnings and minor errorsAndrew Tridgell1998-10-081-10/+10
* rpcclient srvsvc commands.Luke Leighton1998-10-051-2/+0
* fixed initialisation bug in rpcclient (stdout is not a constant)Andrew Tridgell1998-10-031-1/+3
* don't call functions that aren't there yet. (Luke had the codeAndrew Tridgell1998-10-031-0/+2
* Makefile.in :Luke Leighton1998-10-022-35/+32
* Fix another possibly unitialized variable ...Richard Sharpe1998-10-011-1/+1
* lsa_lookup_sids command added. severe debugging needed on lookup_sidsLuke Leighton1998-09-302-2/+84
* Got very strict about the differences and uses ofJeremy Allison1998-09-291-1/+1
* Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1998-09-282-22/+9
* Fixed up more possibly uninitialized variables.Richard Sharpe1998-09-272-2/+5
* Fixed unused variable warning messages.Jeremy Allison1998-09-253-15/+1
* rpcclient: got samr command "enumusers -g -u" workingLuke Leighton1998-09-251-1/+6
* added in samr commands. assistance in returning the missing functions,Luke Leighton1998-09-253-141/+147