Age | Commit message (Expand) | Author | Files | Lines |
1999-10-31 | added svcinfo <service name> command. | Luke Leighton | 1 | -1/+1 |
1999-10-30 | NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added. | Luke Leighton | 2 | -1/+78 |
1999-10-30 | general, drastic improvements to rpcclient. | Luke Leighton | 1 | -7/+11 |
1999-10-29 | rpcclient regenum key client code rewritten to use higher order functions. | Luke Leighton | 1 | -1/+3 |
1999-10-29 | more reshuffling of enum groups code. more higher order functions. | Luke Leighton | 1 | -1/+1 |
1999-10-29 | added HKEY_CLASSES_ROOT MSRPC open call. reg_open_hkcr etc. supported | Luke Leighton | 1 | -0/+65 |
1999-10-28 | restructuring sam enum dom groups code to do multiple calls to | Luke Leighton | 1 | -25/+28 |
1999-10-28 | restructuring samr client code. | Luke Leighton | 1 | -1/+1 |
1999-10-26 | adding extra parameter back in to trust account functions (trust account name). | Luke Leighton | 2 | -5/+12 |
1999-10-25 | - typecast malloc / Realloc issues. | Luke Leighton | 3 | -6/+6 |
1999-10-25 | signed / unsigned and typecast issues | Luke Leighton | 1 | -13/+13 |
1999-10-25 | one of those wonderful moments when running against a different MSRPC | Luke Leighton | 2 | -19/+40 |
1999-10-21 | the dynamic memory alloc blood-fest goes on... | Luke Leighton | 1 | -5/+6 |
1999-10-21 | turning some of the rpcclient functions dynamic. this is likely to | Luke Leighton | 2 | -16/+26 |
1999-10-21 | various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c. | Luke Leighton | 6 | -257/+108 |
1999-10-19 | need status codes from cli_net_req_chal() and cli_net_auth2(). | Luke Leighton | 2 | -87/+103 |
1999-10-15 | renamed "class" local variable to avoid global clash | Luke Leighton | 1 | -2/+2 |
1999-10-14 | adding CAP_EXTENDED_SECURITY support in a hurry last week. forgot to | Luke Leighton | 1 | -29/+0 |
1999-10-07 | - added rudimentary CAP_UNICODE support because i thought it was part of | Luke Leighton | 1 | -14/+31 |
1999-10-01 | error-code checking in lsa_lookup_sids. anonymous connections for | Luke Leighton | 1 | -1/+1 |
1999-09-28 | memory problems associated with when lsalookupsids returns | Luke Leighton | 1 | -3/+20 |
1999-09-21 | split matthew's sync command (only currently called from smbpasswd) | Luke Leighton | 2 | -73/+109 |
1999-09-21 | testing for attempts to get more info levels into samr_query_userinfo | Luke Leighton | 1 | -6/+4 |
1999-09-15 | use DEBUGLEVEL not DEBUGLVL() | Luke Leighton | 1 | -1/+1 |
1999-09-14 | added rpcclient SamrQueryDisplayInfo command "dispinfo" | Luke Leighton | 1 | -0/+70 |
1999-09-12 | - initialising mach_passwd_file locks to zero (prev. uninit.) | Luke Leighton | 2 | -4/+4 |
1999-08-31 | matthew chapman identified 4 previously unknown samr functions. | Luke Leighton | 1 | -1/+1 |
1999-08-30 | added call to samr_query_groupinfo in enumgroups command (-m option) | Luke Leighton | 1 | -0/+57 |
1999-08-29 | improved "dominfo" rpcclient command | Luke Leighton | 1 | -1/+3 |
1999-08-18 | Don't print out a message in svcenum command for the ERRmoredata | Tim Potter | 1 | -4/+7 |
1999-08-18 | event log update, netsessenum, netconnenum update. | Luke Leighton | 1 | -4/+4 |
1999-08-18 | event log update | Luke Leighton | 1 | -1/+1 |
1999-08-03 | reverted jeremy's c++-like security descriptor modifications as the | Luke Leighton | 1 | -27/+16 |
1999-07-26 | renaming AUTH VERIFIER to AUTH NTLMSSP VERIFIER. ready for adding | Luke Leighton | 1 | -14/+14 |
1999-07-22 | BDC support. | Matthew Chapman | 2 | -17/+76 |
1999-07-21 | BDC support. | Luke Leighton | 1 | -39/+11 |
1999-07-06 | use of safe_cli_errstr() and cli_establish_connection(). | Luke Leighton | 2 | -129/+114 |
1999-06-29 | improving authentication code (tidyup). | Luke Leighton | 1 | -4/+5 |
1999-06-24 | safe string error reporting functions (found a potential buffer overflow | Luke Leighton | 2 | -9/+28 |
1999-06-02 | Some more BDC-related fixes, mainly to the NET_SAM_SYNC RPC with respect | Matthew Chapman | 1 | -4/+85 |
1999-05-03 | Added a new command to rpcclient: eventlog <log> where <log> is System, | Jean-François Micouleau | 1 | -0/+201 |
1999-05-01 | Adding "time" rpcclient command which displays the remote time. | Matthew Chapman | 1 | -0/+56 |
1999-04-23 | Adding scheduler control pipe (\atsvc), client-side routines, and rpcclient | Matthew Chapman | 1 | -0/+238 |
1999-04-08 | Mainly BDC-related changes. | Matthew Chapman | 3 | -10/+67 |
1999-03-24 | Fixed LSA Lookup Names. There were a few too many NULL pointers in a | Matthew Chapman | 1 | -2/+2 |
1999-03-23 | dynamic memory allocation in samr enum dom users. works with 849 entries now. | Luke Leighton | 1 | -7/+9 |
1999-03-23 | Fixed a typo where the RPC header mem_buffer was initialised as 0x8 bytes long | Matthew Chapman | 1 | -1/+1 |
1999-03-19 | added a "createuser" command. | Luke Leighton | 1 | -4/+96 |
1999-03-19 | valid_pol in lsa_query_secret() needed to be initialised to False. | Luke Leighton | 1 | -1/+1 |
1999-03-19 | querysecret now shows the real, fairdinkum, decrypted secret :-) | Matthew Chapman | 1 | -4/+4 |