Age | Commit message (Expand) | Author | Files | Lines |
1999-12-21 | Changed MAX to MIN in SET_FILE_BASIC_INFO as recommended by "Michael C. Adler... | Jeremy Allison | 1 | -1/+1 |
1999-12-21 | converted all our existing shared memory code to use a tdb database | Andrew Tridgell | 6 | -61/+38 |
1999-12-21 | first cut at using the tdb code for the connections structure, the | Andrew Tridgell | 3 | -160/+75 |
1999-12-21 | Fix from tulipant-gergely@dbrt.hu for returning incorrect error code | Jeremy Allison | 1 | -1/+1 |
1999-12-20 | *Finally*. Correct patch to fix timestamp problems from Paul Eggert <eggert@t... | Jeremy Allison | 1 | -3/+14 |
1999-12-13 | 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files that... | Andrew Tridgell | 4 | -999/+0 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 29 | -3643/+6978 |
1999-12-12 | changed function name of get_home_dir() to get_unixhome_dir(), to stop | Luke Leighton | 3 | -4/+4 |
1999-12-12 | final part of "first" phase converting over to msrpc daemon architecture. | Luke Leighton | 3 | -175/+3 |
1999-12-12 | delineation between smb and msrpc more marked. smbd now constructs | Luke Leighton | 4 | -36/+127 |
1999-12-08 | ABOUT TIME!!!!!!!! | Luke Leighton | 1 | -2/+0 |
1999-12-06 | the first independent msrpc daemon - lsarpcd. | Luke Leighton | 4 | -503/+76 |
1999-12-02 | domain_client_validate() no longer takes serverlist, it calls | Luke Leighton | 2 | -13/+11 |
1999-12-02 | need a domain resolving function, but get_trusted_serverlist() will do. | Luke Leighton | 1 | -30/+6 |
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 |