Age | Commit message (Expand) | Author | Files | Lines |
1999-08-29 | added experimental del_groupmem and del_aliasmem commands that were not | Luke Leighton | 2 | -27/+62 |
1999-08-18 | display of session enum info | Luke Leighton | 2 | -0/+203 |
1999-08-18 | event log update, netsessenum, netconnenum update. | Luke Leighton | 1 | -2/+2 |
1999-08-18 | event log update | Luke Leighton | 1 | -7/+8 |
1999-08-17 | added some usage info for rpcclient. | Luke Leighton | 1 | -2/+4 |
1999-08-03 | reverted jeremy's c++-like security descriptor modifications as the | Luke Leighton | 2 | -24/+32 |
1999-07-22 | BDC support. | Matthew Chapman | 1 | -5/+8 |
1999-07-21 | BDC support. | Luke Leighton | 2 | -1/+98 |
1999-07-21 | use pstring for at command instead of fstring | Luke Leighton | 1 | -6/+6 |
1999-07-09 | Partial GNU readline support for rpcclient. Only command line history | Tim Potter | 1 | -0/+119 |
1999-06-29 | improving authentication code (tidyup). | Luke Leighton | 1 | -0/+2 |
1999-06-24 | safe string error reporting functions (found a potential buffer overflow | Luke Leighton | 1 | -2/+0 |
1999-06-02 | Some more BDC-related fixes, mainly to the NET_SAM_SYNC RPC with respect | Matthew Chapman | 1 | -22/+1 |
1999-05-07 | had to move day display names into lib/util, to get rpctorture to compile. | Luke Leighton | 1 | -2/+2 |
1999-05-03 | last part of RPC api change. | Jean-François Micouleau | 2 | -0/+77 |
1999-05-03 | Added a new command to rpcclient: eventlog <log> where <log> is System, | Jean-François Micouleau | 1 | -0/+94 |
1999-05-01 | Adding "time" rpcclient command which displays the remote time. | Matthew Chapman | 4 | -20/+101 |
1999-04-23 | New rpcclient command "at" for NT scheduler control, a slightly improved | Matthew Chapman | 3 | -0/+494 |
1999-04-11 | Fixed rpcclient's samuser command. | Matthew Chapman | 1 | -37/+35 |
1999-04-08 | Mainly BDC-related changes. | Matthew Chapman | 3 | -2/+31 |
1999-03-19 | added a "createuser" command. | Luke Leighton | 2 | -27/+115 |
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 | 2 | -0/+70 |
1999-03-12 | new "domtrust" test command. r&d into inter-domain trust accounts. | Luke Leighton | 2 | -1/+44 |
1999-03-09 | reverted access control flags in enum commands. | Luke Leighton | 1 | -3/+3 |
1999-03-08 | - todd sabin spotted bugs in samr enum dom users / groups / aliases code: | Luke Leighton | 1 | -125/+156 |
1999-03-08 | oops, accidentally committed clear-text password reading last week. | Luke Leighton | 1 | -1/+1 |
1999-03-01 | improving syntax / useability of rpcclient "shutdown" command: | Luke Leighton | 2 | -10/+26 |
1999-02-24 | Added "lookupdomain" rpcclient command. Not particularly useful currently | Matthew Chapman | 1 | -0/+1 |
1999-02-24 | Win9x user level security. | Matthew Chapman | 1 | -41/+97 |
1999-02-23 | added jeremy's new c++-like code for parsing of security descriptors. | Luke Leighton | 2 | -32/+24 |
1999-02-16 | rpcclient shutdown command | Luke Leighton | 2 | -0/+46 |
1999-02-16 | bitmap to strings | Luke Leighton | 1 | -16/+14 |
1999-02-15 | Always null-terminate strings. | Matthew Chapman | 2 | -35/+35 |
1999-02-12 | Cut and paste error. | Matthew Chapman | 1 | -9/+9 |
1999-02-12 | UNICODE cleanup (see lib/util_unistr.c). | Matthew Chapman | 2 | -36/+86 |
1999-02-11 | enum dom users buffer was 0x80 not 0x8000. must fix "enumeration" code | Luke Leighton | 1 | -1/+1 |
1999-02-11 | uninitialised pointer being freed if lookupnames failed. oops. | Luke Leighton | 1 | -1/+1 |
1999-02-09 | removal of the use of unistrn2 function: replace it with unistr2_to_str | Luke Leighton | 1 | -25/+25 |
1999-01-29 | fix for enumerate domain users (bug spotted by sean matthews). | Luke Leighton | 1 | -6/+6 |
1999-01-28 | rpcclient "Service Control Manager" svcenum [-i] command. | Luke Leighton | 3 | -6/+94 |
1999-01-27 | Service Control Manager - service enumeration. | Luke Leighton | 2 | -30/+45 |
1999-01-27 | set_port warning / unused / global/local variable overlap issues | Luke Leighton | 1 | -5/+5 |
1999-01-27 | - got client code cleartext passwords working again in cli_session_setup. | Luke Leighton | 1 | -1/+2 |
1998-12-14 | added sid_name_use array argument to lsa_lookup_names and lsa_lookup_sids. | Luke Leighton | 3 | -4/+5 |
1998-12-09 | adding some enumerate services code, client and server. | Luke Leighton | 1 | -1/+11 |
1998-12-08 | adding "Service Control Manager" commands to rpcclient. | Luke Leighton | 2 | -0/+120 |
1998-12-08 | adding srvsvc pipe. | Luke Leighton | 1 | -2/+2 |