summaryrefslogtreecommitdiffstats
path: root/source4/smbd
Commit message (Expand)AuthorAgeFilesLines
* r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell2007-10-103-0/+3
* r3453: - split out the auth and popt includesAndrew Tridgell2007-10-101-0/+1
* r3447: more include/system/XXX.h include filesAndrew Tridgell2007-10-101-0/+1
* r3360: improved the deletion of tmp files. smbd now puts all tmp files in var...Andrew Tridgell2007-10-101-16/+27
* r3357: removed the need to use TDB_CLEAR_IF_FIRST in Samba4.Andrew Tridgell2007-10-102-12/+34
* r3356: in the standard process model we need to make sure we close allAndrew Tridgell2007-10-102-2/+28
* r3314: added a option "socket:testnonblock" to the generic socket code. IfAndrew Tridgell2007-10-103-3/+3
* r3271: use "struct messaging_context *" instead of "void *" in messaging APIAndrew Tridgell2007-10-101-1/+1
* r3181: shutdown the secrets db on exit so we don't constantly get talloc leak...Andrew Tridgell2007-10-101-0/+3
* r3136: - Allow specifying socket type when adding smbd serviceJelmer Vernooij2007-10-101-1/+2
* r3110: Fix the krb5 client and server, so that it doesn't segfault. ThereAndrew Bartlett2007-10-101-0/+8
* r3057: - moved the idtree.c code into lib/Andrew Tridgell2007-10-101-4/+0
* r3016: - converted the events code to tallocAndrew Tridgell2007-10-104-2/+10
* r3012: added initial support for byte range locking in the posix vfs. This isAndrew Tridgell2007-10-106-7/+22
* r3005: added talloc wrappers around tdb_open() and ldb_connect(), so that theAndrew Tridgell2007-10-101-5/+0
* r2937: Make sure all memory is initializedJelmer Vernooij2007-10-101-7/+7
* r2882: fix mistake that caused a failure on a bind to a dynamic tcp portStefan Metzmacher2007-10-101-13/+13
* r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...Andrew Tridgell2007-10-101-2/+0
* r2723: fix some debug messagesStefan Metzmacher2007-10-101-2/+2
* r2654: fixed some more server memory leaks. We are now down to a single leakAndrew Tridgell2007-10-101-0/+4
* r2648: - use a destructor on struct server_connection to simplify theAndrew Tridgell2007-10-104-41/+28
* r2646: - use a talloc destructor to ensure that sockets from the new socketAndrew Tridgell2007-10-106-23/+11
* r2628: got rid of some warnings and converted a few more places to use hierar...Andrew Tridgell2007-10-101-6/+9
* r2588: connect/disconnect is common enough that I don't think a level 0 DEBUGAndrew Tridgell2007-10-103-3/+3
* r2581: added "hosts allow" and "hosts deny" checking in smbd. I needed thisAndrew Tridgell2007-10-101-0/+5
* r2512: Remove unused stub functions.Andrew Bartlett2007-10-101-36/+0
* r2448: use SO_REUSEADDR=1 for the serverStefan Metzmacher2007-10-101-1/+1
* r2447: let the server code use the new lib/socket/ stuffStefan Metzmacher2007-10-104-91/+100
* r2326: remove definition and usage of struct socket_contextStefan Metzmacher2007-10-102-24/+2
* r2321: add complately untested LDAP server startStefan Metzmacher2007-10-103-0/+12
* r1520: only call write handler or read handler, not both. This copes with theAndrew Tridgell2007-10-101-0/+3
* r1516: remove the server_connection from the list on the server_socketStefan Metzmacher2007-10-104-6/+43
* r1515: move dublicate code to a functionStefan Metzmacher2007-10-105-175/+85
* r1514: close stuff from the server_connection not in theStefan Metzmacher2007-10-103-0/+9
* r1512: fixed a bug where we could reference the timer event handler after des...Andrew Tridgell2007-10-101-2/+2
* r1498: (merge from 3.0)Andrew Bartlett2007-10-102-0/+11
* r1486: commit the start of the generic server infastructureStefan Metzmacher2007-10-1012-219/+705
* r1292: Add const to the subsystem/module registration code.Andrew Bartlett2007-10-101-1/+1
* r1291: rename struct smbsrv_context to smbsrv_connectionStefan Metzmacher2007-10-106-12/+12
* r1280: rename struct request_context to smbsrv_requestStefan Metzmacher2007-10-105-5/+5
* r1279: rename struct tcon_context to smbsrv_tconStefan Metzmacher2007-10-101-1/+1
* r1277: rename struct server_context to smbsrv_ontextStefan Metzmacher2007-10-106-12/+12
* r1233: -move smb related code to smb_server/*Stefan Metzmacher2007-10-105-286/+123
* r1198: Merge the Samba 3.0 ntlm_auth, including the kerberos and SPENGO parts.Andrew Bartlett2007-10-101-1/+0
* r1123: Make all lp_ string functions return 'const char *'.Andrew Bartlett2007-10-101-1/+1
* r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher2007-10-101-2/+2
* r924: got rid of the global well-known SIDs, instead using const defines in m...Andrew Tridgell2007-10-101-2/+0
* r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher2007-10-101-1/+1
* r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher2007-10-106-11/+11
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2007-10-104-15/+15