Age | Commit message (Expand) | Author | Files | Lines |
2001-03-14 | set of changes in the beginning of bringing rpcclient changes | Gerald Carter | 1 | -62/+42 |
2001-01-15 | rpcclient functions for remaining samr and lsa functions. All functions | Tim Potter | 1 | -1/+1 |
2001-01-12 | Memory leak fixes spotted by insure. | Tim Potter | 1 | -0/+8 |
2001-01-11 | Start of a rewrite of rpcclient based on the libsmb rpc client routines. | Tim Potter | 1 | -154/+223 |
2000-12-08 | Port of lsa_lookup_sids() and lsa_lookup_names() rpc client functions from | Tim Potter | 1 | -145/+176 |
2000-04-25 | moved trans2.h and nterr.h into includes.h with all our other includes | Andrew Tridgell | 1 | -1/+0 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1 | -216/+57 |
1999-11-27 | remove use of client_info lsa_info_pol. | Luke Leighton | 1 | -13/+17 |
1999-11-24 | ok. *whew*. this is the first completed part of the restructure. | Luke Leighton | 1 | -4/+4 |
1999-11-24 | first stages of removing struct cli_state* and uint16 fnum from all | Luke Leighton | 1 | -57/+19 |
1999-11-23 | shuffling msrpc code around so that it can be used independently of rpcclient | Luke Leighton | 1 | -39/+2 |
1999-11-22 | another two. | Luke Leighton | 1 | -28/+30 |
1999-11-22 | okay :) all cmd_() functions now take int argc, char **argv :) that | Luke Leighton | 1 | -5/+5 |
1999-11-04 | adding experimental set user password command to rpcclient, it returns | Luke Leighton | 1 | -2/+2 |
1999-11-02 | yet another attempt to get lsaquerysecret working. | Luke Leighton | 1 | -2/+2 |
1999-11-01 | added lsaenumdomains command. | Luke Leighton | 1 | -3/+69 |
1999-10-30 | NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added. | Luke Leighton | 1 | -2/+2 |
1999-10-25 | - typecast malloc / Realloc issues. | Luke Leighton | 1 | -2/+2 |
1999-10-21 | the dynamic memory alloc blood-fest goes on... | Luke Leighton | 1 | -1/+1 |
1999-09-12 | - initialising mach_passwd_file locks to zero (prev. uninit.) | Luke Leighton | 1 | -21/+19 |
1999-03-19 | querysecret now shows the real, fairdinkum, decrypted secret :-) | Matthew Chapman | 1 | -8/+10 |
1999-03-18 | double-checked the return results from new querysecret command, corrected | Luke Leighton | 1 | -2/+2 |
1999-03-18 | matt, | Luke Leighton | 1 | -1/+1 |
1999-03-18 | Adding LSA_OPENSECRET (-> LsarOpenSecret) and LSA_QUERYSECRET | Matthew Chapman | 1 | -0/+69 |
1999-02-11 | uninitialised pointer being freed if lookupnames failed. oops. | Luke Leighton | 1 | -1/+1 |
1998-12-14 | added sid_name_use array argument to lsa_lookup_names and lsa_lookup_sids. | Luke Leighton | 1 | -2/+2 |
1998-12-08 | adding srvsvc pipe. | Luke Leighton | 1 | -2/+2 |
1998-12-07 | removed nt_pipe_fnum from struct cli_state. need to be able to call | Luke Leighton | 1 | -16/+19 |
1998-12-04 | - renamed do_samr_xxx to samr_xxx | Luke Leighton | 1 | -10/+10 |
1998-11-29 | weekend work. user / group database API. | Luke Leighton | 1 | -1/+1 |
1998-11-25 | LsaLookupNames client call (first used as lookupnames command in rpcclient). | Luke Leighton | 1 | -1/+91 |
1998-11-11 | changed syntax of registry commands so keys can start with HKLM or HKU. | Luke Leighton | 1 | -36/+54 |
1998-10-16 | rpc client mods (ntlmssp flags) | Luke Leighton | 1 | -2/+2 |
1998-10-01 | Fix another possibly unitialized variable ... | Richard Sharpe | 1 | -1/+1 |
1998-09-30 | lsa_lookup_sids command added. severe debugging needed on lookup_sids | Luke Leighton | 1 | -2/+83 |
1998-09-25 | added rpcclient program | Luke Leighton | 1 | -0/+119 |