Age | Commit message (Expand) | Author | Files | Lines |
1999-12-01 | cli_session_setup() now takes an extra argument (host name). hey, what | Luke Leighton | 1 | -2/+4 |
1999-12-01 | sys_select added one more argument (read, write selectors). | Luke Leighton | 3 | -3/+3 |
1999-11-29 | attempting to resolve the issue that multiple servers often specified in | Luke Leighton | 1 | -53/+11 |
1999-11-24 | WARNING! MOVED rpc_server/srv_lsa_hnd.c TO lib/util_hnd.c | Luke Leighton | 1 | -1/+4 |
1999-11-24 | rewrote policy handle code to be generic (it's needed for client-side too) | Luke Leighton | 1 | -1/+1 |
1999-11-21 | implement server-side generation of NTLMv2 session key. YESSS :-) | Luke Leighton | 2 | -12/+27 |
1999-11-21 | hmmm... have to add client-side support in domain_client_validate() to | Luke Leighton | 2 | -6/+9 |
1999-11-21 | adding user session key into network netlogon response. | Luke Leighton | 1 | -12/+12 |
1999-11-20 | oops, #ifdef'd cli_shutdown out, as the fun has _already_ started: | Luke Leighton | 1 | -2/+1 |
1999-11-20 | attempting to establish inter-domain trust relationships. modified | Luke Leighton | 1 | -0/+2 |
1999-11-20 | modified domain_client_validate to take trust account name / type. this | Luke Leighton | 3 | -11/+68 |
1999-11-19 | - bug in nmbd registering DOMAIN_NAME<1c> to WINS server; recursion | Luke Leighton | 1 | -0/+1 |
1999-11-18 | set "key does not exist" response to reg_query_val() (win32 status code | Luke Leighton | 1 | -0/+6 |
1999-11-15 | - added DCE/RPC "fault" PDU support. | Luke Leighton | 4 | -5/+51 |
1999-11-04 | samuserset <username> -p password. YESSSSS :) | Luke Leighton | 1 | -67/+0 |
1999-11-04 | adding experimental set user password command to rpcclient, it returns | Luke Leighton | 1 | -0/+31 |
1999-10-29 | cli_nt_setup_creds() returns uint32 NT status code not a BOOL. | Luke Leighton | 1 | -3/+4 |
1999-10-21 | various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c. | Luke Leighton | 1 | -1/+1 |
1999-10-05 | David van Geyn spotted that ulong is not defined on FREEBSD, not supposed | Luke Leighton | 1 | -1/+1 |
1999-09-27 | don't leak printer handles, | Jean-François Micouleau | 1 | -2/+5 |
1999-09-16 | reading in smb server domain name from SMBnegprot response | Luke Leighton | 1 | -3/+4 |
1999-09-15 | #defines for port 445 to SMB_PORT2 | Luke Leighton | 1 | -4/+4 |
1999-09-12 | - initialising mach_passwd_file locks to zero (prev. uninit.) | Luke Leighton | 1 | -1/+0 |
1999-09-10 | oops, port 455 instead of 445 | Luke Leighton | 1 | -1/+1 |
1999-09-08 | bertl <bs@niggard.org> patch for making samba listen on port 445, just like | Luke Leighton | 2 | -28/+76 |
1999-08-13 | spelling mistake. | Luke Leighton | 1 | -1/+1 |
1999-08-13 | pnum should be a uint16. | Luke Leighton | 1 | -2/+2 |
1999-07-22 | Copy service name into vfs_connection_struct. | Tim Potter | 1 | -0/+2 |
1999-07-22 | Pass VFS options defined in smb.conf to vfs_init() function. | Tim Potter | 1 | -4/+7 |
1999-07-21 | comments requested by jeremy as to why NT/95 NULL-password distinction hack | Luke Leighton | 1 | -1/+6 |
1999-07-16 | NTLMv2 check being actioned when NT password response was only 24 chars. | Luke Leighton | 1 | -1/+1 |
1999-07-16 | copy of password struct needed to be made prior to calling copy_passwd_struct | Luke Leighton | 1 | -6/+8 |
1999-07-15 | work-around for win95 NULL session bug: NULL password actually being | Luke Leighton | 1 | -3/+13 |
1999-07-15 | more dfs stuff. this looks like it's going to be more appropriate to use | Luke Leighton | 5 | -84/+231 |
1999-07-15 | dfs issues | Luke Leighton | 2 | -8/+15 |
1999-07-15 | added %d %d to error message, try to track down the uid / smb_uid mismatch | Luke Leighton | 1 | -2/+2 |
1999-07-14 | removed strncpy() | Luke Leighton | 1 | -23/+25 |
1999-07-13 | dfs parsed string length was being set explicitly to value "6", overwriting | Luke Leighton | 1 | -22/+21 |
1999-07-12 | Jean-Francois Micouleau's rewrite of Nigel William's DFS support | Luke Leighton | 1 | -0/+215 |
1999-07-12 | lengths of NT passwords when "encrypt passwords = no" can be completely | Luke Leighton | 1 | -1/+1 |
1999-07-12 | Jean-Francois Micouleau's rewritten DFS patch, originally written by | Luke Leighton | 6 | -67/+354 |
1999-07-07 | oops, refused lm when ntlmv2 was true not false/auto. oops! | Luke Leighton | 1 | -1/+1 |
1999-07-06 | reporting failure to accept ntlmv2 (only) with down-level protocols (LANMAN1 | Luke Leighton | 1 | -3/+13 |
1999-07-06 | smb_password_ok() checking incorrectly whether lm password exists. | Luke Leighton | 1 | -13/+16 |
1999-06-29 | improving authentication code (tidyup). | Luke Leighton | 3 | -50/+109 |
1999-06-24 | debugging of NBT messages added. | Luke Leighton | 1 | -0/+3 |
1999-06-13 | Moved code that changes the pw_passwd entry (i.e shadow password and | Tim Potter | 5 | -6/+6 |
1999-06-02 | Fixing core dump bug with unix password sync, caused by a NULL | Matthew Chapman | 1 | -5/+7 |
1999-05-06 | Fix compiler warning. | Tim Potter | 1 | -3/+104 |
1999-05-06 | Jani Jaakkola's "getpwuid() / getpwnam()" hash-cache-hack | Luke Leighton | 1 | -1/+1 |