If a buffer pointer is NULL then its length_is() attribute should not be
[samba.git] / source3 / rpcclient /
1999-03-19 Luke Leightonadded a "createuser" command.
1999-03-19 Matthew Chapmanquerysecret now shows the real, fairdinkum, decrypted...
1999-03-18 Luke Leightondouble-checked the return results from new querysecret...
1999-03-18 Luke Leightonmatt,
1999-03-18 Matthew ChapmanAdding LSA_OPENSECRET (-> LsarOpenSecret) and LSA_QUERY...
1999-03-12 Luke Leightonnew "domtrust" test command. r&d into inter-domain...
1999-03-09 Luke Leightonreverted access control flags in enum commands.
1999-03-08 Luke Leighton- todd sabin spotted bugs in samr enum dom users /...
1999-03-08 Luke Leightonoops, accidentally committed clear-text password readin...
1999-03-01 Luke Leightonimproving syntax / useability of rpcclient "shutdown...
1999-02-24 Matthew ChapmanAdded "lookupdomain" rpcclient command. Not particularl...
1999-02-24 Matthew ChapmanWin9x user level security.
1999-02-23 Luke Leightonadded jeremy's new c++-like code for parsing of securit...
1999-02-16 Luke Leightonrpcclient shutdown command
1999-02-16 Luke Leightonbitmap to strings
1999-02-15 Matthew ChapmanAlways null-terminate strings.
1999-02-12 Matthew ChapmanCut and paste error.
1999-02-12 Matthew ChapmanUNICODE cleanup (see lib/util_unistr.c).
1999-02-11 Luke Leightonenum dom users buffer was 0x80 not 0x8000. must fix...
1999-02-11 Luke Leightonuninitialised pointer being freed if lookupnames failed...
1999-02-09 Luke Leightonremoval of the use of unistrn2 function: replace it...
1999-01-29 Luke Leightonfix for enumerate domain users (bug spotted by sean...
1999-01-28 Luke Leightonrpcclient "Service Control Manager" svcenum [-i] command.
1999-01-27 Luke LeightonService Control Manager - service enumeration.
1999-01-27 Luke Leightonset_port warning / unused / global/local variable overl...
1999-01-27 Luke Leighton- got client code cleartext passwords working again...
1998-12-14 Luke Leightonadded sid_name_use array argument to lsa_lookup_names...
1998-12-09 Luke Leightonadding some enumerate services code, client and server.
1998-12-08 Luke Leightonadding "Service Control Manager" commands to rpcclient.
1998-12-08 Luke Leightonadding srvsvc pipe.
1998-12-07 Luke Leightonissues spotted by herb.
1998-12-07 Luke Leightonbugs in rpcclient. add_aliasmem uses a DOM_SID2 not...
1998-12-07 Luke Leightonremoved nt_pipe_fnum from struct cli_state. need to...
1998-12-07 Luke Leighton- lib/unix_sec_ctxt.c
1998-12-04 Luke Leightonfixing "addgroupmem" and "enumgroups -m" commands,...
1998-12-04 Luke Leighton- oops, i got "add alias member" and "delete alias...
1998-12-04 Luke Leighton- renamed do_samr_xxx to samr_xxx
1998-12-03 Luke Leightonadded createalias command to rpcclient
1998-12-03 Luke Leightoncreate domain group command (creategroup) added to...
1998-11-30 Luke Leighton- adding builtin[alias]db.
1998-11-29 Luke Leightonweekend work. user / group database API.
1998-11-25 Luke LeightonLsaLookupNames client call (first used as lookupnames...
1998-11-13 Jeremy AllisonMakefile.in configure configure.in include/config.h...
1998-11-13 Luke Leightonneed 32 bit status codes to be negotiated because of...
1998-11-12 Luke Leightonsecurity descriptors.
1998-11-12 Luke Leightonjean-f. sent me some S-1-3-0,1,2,3 SIDs and names....
1998-11-11 Luke Leightonoops!
1998-11-11 Luke Leightonclearing up security descriptor
1998-11-11 Luke Leightonchanged syntax of registry commands so keys can start...
1998-11-11 Luke Leightonregistry delete value command: "regdeleteval".
1998-11-11 Luke Leightonrenamed unk_1b to flush_key
1998-11-11 Luke Leighton- renamed open_policy to open_hklm.
1998-11-10 Luke Leightonrpcclient registry key delete command: "regdeletekey".
1998-11-10 Luke Leightonregistry modification requires a "sync" or "refresh...
1998-11-10 Jeremy Allisoninclude/local.h:
1998-11-10 Luke Leightonrpcclient registry commands.
1998-11-09 Luke Leightonsplit socket util functions into util_sock.c. util...
1998-10-22 Luke Leightonrpctorture command
1998-10-21 Luke Leightondomain aliases added a bit better: does local aliases...
1998-10-21 Jeremy AllisonFixed mainly signed/unsigned issues found by SGI cc...
1998-10-20 Luke Leightonsigned / unsigned warnings (found by herb).
1998-10-19 Luke Leightonoops
1998-10-19 Luke Leightonoutput password change messages instead of debug message.
1998-10-16 Luke Leightondce/rpc
1998-10-16 Luke Leightonstrtoul removed, strtol used instead
1998-10-16 Luke Leightonstrtoul replace with strtol
1998-10-16 Luke Leightonrpc client mods (ntlmssp flags)
1998-10-16 Luke Leightontrust password
1998-10-15 Luke Leightonrpcclient interactive login (with trust account changin...
1998-10-14 Luke Leightonwarnings spotted by ./configure.developer options
1998-10-14 Luke Leightondce/rpc
1998-10-10 Luke Leightondce/rpc
1998-10-10 Luke Leightondce/rpc
1998-10-09 Luke Leightondce/rpc
1998-10-09 Luke Leightondce/rpc.
1998-10-09 Luke Leightonbasic client-side ntcreateX function (hard-wired values...
1998-10-09 Luke Leightondce/rpc
1998-10-08 Luke Leightondce/rpc
1998-10-08 Andrew Tridgell- fixed a bunch of warnings and minor errors
1998-10-05 Luke Leightonrpcclient srvsvc commands.
1998-10-03 Andrew Tridgellfixed initialisation bug in rpcclient (stdout is not...
1998-10-03 Andrew Tridgelldon't call functions that aren't there yet. (Luke had...
1998-10-02 Luke LeightonMakefile.in :
1998-10-01 Richard SharpeFix another possibly unitialized variable ...
1998-09-30 Luke Leightonlsa_lookup_sids command added. severe debugging needed...
1998-09-29 Jeremy AllisonGot very strict about the differences and uses of
1998-09-28 Jeremy AllisonChanges to test in configure if capabilities are enable...
1998-09-27 Richard SharpeFixed up more possibly uninitialized variables.
1998-09-25 Jeremy AllisonFixed unused variable warning messages.
1998-09-25 Luke Leightonrpcclient: got samr command "enumusers -g -u" working
1998-09-25 Luke Leightonadded in samr commands. assistance in returning the...
1998-09-25 Luke Leightonadded wksinfo command to rpcclient, which don't work...
1998-09-25 Luke Leightonadded rpcclient program