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