| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-added "dfree command" functionality that was described in the man pages | Jeremy Allison | 2000-01-06 | 1 | -1/+48 |
* | Moved check_plaintext_password() into smbd/chgpasswd.c from smbd/ipc.c. | Jeremy Allison | 2000-01-05 | 2 | -43/+43 |
* | client/client.c: I18N fixes. | Jeremy Allison | 2000-01-05 | 2 | -67/+130 |
* | implemented talloc() as described on samba-technical. This fixes the | Andrew Tridgell | 2000-01-05 | 1 | -0/+3 |
* | Fixed getgrent() recurse problem. | Jeremy Allison | 2000-01-04 | 1 | -8/+45 |
* | simple mods to add msrpc pipe redirection. default behaviour: fall back | Luke Leighton | 2000-01-03 | 3 | -13/+63 |
* | added suppport for unexpected udp/138 packets | Andrew Tridgell | 2000-01-03 | 1 | -75/+88 |
* | got rid of mem_man | Andrew Tridgell | 2000-01-03 | 1 | -2/+0 |
* | don't close the database after each claim_connection() | Andrew Tridgell | 2000-01-03 | 1 | -2/+0 |
* | - added tdb_flags option to tdb_open() | Andrew Tridgell | 2000-01-02 | 1 | -22/+6 |
* | Changed MAX to MIN in SET_FILE_BASIC_INFO as recommended by "Michael C. Adler... | Jeremy Allison | 1999-12-21 | 1 | -1/+1 |
* | converted all our existing shared memory code to use a tdb database | Andrew Tridgell | 1999-12-21 | 6 | -61/+38 |
* | first cut at using the tdb code for the connections structure, the | Andrew Tridgell | 1999-12-21 | 3 | -160/+75 |
* | Fix from tulipant-gergely@dbrt.hu for returning incorrect error code | Jeremy Allison | 1999-12-21 | 1 | -1/+1 |
* | *Finally*. Correct patch to fix timestamp problems from Paul Eggert <eggert@t... | Jeremy Allison | 1999-12-20 | 1 | -3/+14 |
* | 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files that... | Andrew Tridgell | 1999-12-13 | 4 | -999/+0 |
* | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1999-12-13 | 29 | -3643/+6978 |
* | changed function name of get_home_dir() to get_unixhome_dir(), to stop | Luke Leighton | 1999-12-12 | 3 | -4/+4 |
* | final part of "first" phase converting over to msrpc daemon architecture. | Luke Leighton | 1999-12-12 | 3 | -175/+3 |
* | delineation between smb and msrpc more marked. smbd now constructs | Luke Leighton | 1999-12-12 | 4 | -36/+127 |
* | ABOUT TIME!!!!!!!! | Luke Leighton | 1999-12-08 | 1 | -2/+0 |
* | the first independent msrpc daemon - lsarpcd. | Luke Leighton | 1999-12-06 | 4 | -503/+76 |
* | domain_client_validate() no longer takes serverlist, it calls | Luke Leighton | 1999-12-02 | 2 | -13/+11 |
* | need a domain resolving function, but get_trusted_serverlist() will do. | Luke Leighton | 1999-12-02 | 1 | -30/+6 |
* | cli_session_setup() now takes an extra argument (host name). hey, what | Luke Leighton | 1999-12-01 | 1 | -2/+4 |
* | sys_select added one more argument (read, write selectors). | Luke Leighton | 1999-12-01 | 3 | -3/+3 |
* | attempting to resolve the issue that multiple servers often specified in | Luke Leighton | 1999-11-29 | 1 | -53/+11 |
* | WARNING! MOVED rpc_server/srv_lsa_hnd.c TO lib/util_hnd.c | Luke Leighton | 1999-11-24 | 1 | -1/+4 |
* | rewrote policy handle code to be generic (it's needed for client-side too) | Luke Leighton | 1999-11-24 | 1 | -1/+1 |
* | implement server-side generation of NTLMv2 session key. YESSS :-) | Luke Leighton | 1999-11-21 | 2 | -12/+27 |
* | hmmm... have to add client-side support in domain_client_validate() to | Luke Leighton | 1999-11-21 | 2 | -6/+9 |
* | adding user session key into network netlogon response. | Luke Leighton | 1999-11-21 | 1 | -12/+12 |
* | oops, #ifdef'd cli_shutdown out, as the fun has _already_ started: | Luke Leighton | 1999-11-20 | 1 | -2/+1 |
* | attempting to establish inter-domain trust relationships. modified | Luke Leighton | 1999-11-20 | 1 | -0/+2 |
* | modified domain_client_validate to take trust account name / type. this | Luke Leighton | 1999-11-20 | 3 | -11/+68 |
* | - bug in nmbd registering DOMAIN_NAME<1c> to WINS server; recursion | Luke Leighton | 1999-11-19 | 1 | -0/+1 |
* | set "key does not exist" response to reg_query_val() (win32 status code | Luke Leighton | 1999-11-18 | 1 | -0/+6 |
* | - added DCE/RPC "fault" PDU support. | Luke Leighton | 1999-11-15 | 4 | -5/+51 |
* | samuserset <username> -p password. YESSSSS :) | Luke Leighton | 1999-11-04 | 1 | -67/+0 |
* | adding experimental set user password command to rpcclient, it returns | Luke Leighton | 1999-11-04 | 1 | -0/+31 |
* | cli_nt_setup_creds() returns uint32 NT status code not a BOOL. | Luke Leighton | 1999-10-29 | 1 | -3/+4 |
* | various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c. | Luke Leighton | 1999-10-21 | 1 | -1/+1 |
* | David van Geyn spotted that ulong is not defined on FREEBSD, not supposed | Luke Leighton | 1999-10-05 | 1 | -1/+1 |
* | don't leak printer handles, | Jean-François Micouleau | 1999-09-27 | 1 | -2/+5 |
* | reading in smb server domain name from SMBnegprot response | Luke Leighton | 1999-09-16 | 1 | -3/+4 |
* | #defines for port 445 to SMB_PORT2 | Luke Leighton | 1999-09-15 | 1 | -4/+4 |
* | - initialising mach_passwd_file locks to zero (prev. uninit.) | Luke Leighton | 1999-09-12 | 1 | -1/+0 |
* | oops, port 455 instead of 445 | Luke Leighton | 1999-09-10 | 1 | -1/+1 |
* | bertl <bs@niggard.org> patch for making samba listen on port 445, just like | Luke Leighton | 1999-09-08 | 2 | -28/+76 |
* | spelling mistake. | Luke Leighton | 1999-08-13 | 1 | -1/+1 |