Age | Commit message (Expand) | Author | Files | Lines |
2000-01-16 | rewrote the access_table() code to get it right for *.exe, *.dll, | Andrew Tridgell | 1 | -27/+41 |
2000-01-16 | use string_set() instead of string_init() | Andrew Tridgell | 2 | -5/+5 |
2000-01-14 | useable_space does not include the alignment offset calculations. | Jeremy Allison | 1 | -1/+8 |
2000-01-14 | we now pass all byte range locking tests | Andrew Tridgell | 1 | -0/+2 |
2000-01-14 | Added "inherit permissions" patch. | Jeremy Allison | 6 | -32/+84 |
2000-01-14 | some more work on the byte range locking | Andrew Tridgell | 1 | -2/+7 |
2000-01-13 | changes to reflect the new syntax of the locking calls. | Andrew Tridgell | 3 | -20/+19 |
2000-01-12 | Added utmp fix from David Lee <T.D.Lee@durham.ac.uk>. | Jeremy Allison | 1 | -0/+212 |
2000-01-12 | Use slprintf not snprintf. | Jeremy Allison | 1 | -1/+1 |
2000-01-08 | fix a error in access_table revealed by the new deny test in smbtorture. We n... | Andrew Tridgell | 1 | -3/+5 |
2000-01-08 | smbd/mangle.c | Jeremy Allison | 3 | -5/+14 |
2000-01-08 | Fixed deny mode bug : | Jeremy Allison | 1 | -9/+9 |
2000-01-07 | this looks like a big commit, but it isn't really :) | Andrew Tridgell | 2 | -9/+2 |
2000-01-06 | Re-added "dfree command" functionality that was described in the man pages | Jeremy Allison | 1 | -1/+48 |
2000-01-05 | Moved check_plaintext_password() into smbd/chgpasswd.c from smbd/ipc.c. | Jeremy Allison | 2 | -43/+43 |
2000-01-05 | client/client.c: I18N fixes. | Jeremy Allison | 2 | -67/+130 |
2000-01-05 | implemented talloc() as described on samba-technical. This fixes the | Andrew Tridgell | 1 | -0/+3 |
2000-01-04 | Fixed getgrent() recurse problem. | Jeremy Allison | 1 | -8/+45 |
2000-01-03 | simple mods to add msrpc pipe redirection. default behaviour: fall back | Luke Leighton | 3 | -13/+63 |
2000-01-03 | added suppport for unexpected udp/138 packets | Andrew Tridgell | 1 | -75/+88 |
2000-01-03 | got rid of mem_man | Andrew Tridgell | 1 | -2/+0 |
2000-01-03 | don't close the database after each claim_connection() | Andrew Tridgell | 1 | -2/+0 |
2000-01-02 | - added tdb_flags option to tdb_open() | Andrew Tridgell | 1 | -22/+6 |
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 |