summaryrefslogtreecommitdiffstats
path: root/source4/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* r869: convert SUBSYSTEM PROCESS_MODEL to a *.mk fileStefan Metzmacher2007-10-102-5/+40
* r866: convert the rest of the binaries to config.mk filesStefan Metzmacher2007-10-101-1/+1
* r864: convert the smbd/* code to a config.mk fileStefan Metzmacher2007-10-102-0/+60
* r858: - remove unused account policy stuff it's in our sam.ldb now:-)Stefan Metzmacher2007-10-101-5/+0
* r755: - disallow process_model _thread when we don't have pwread/pwriteStefan Metzmacher2007-10-101-0/+3
* r719: Follow the trend - remove more unused functions.Andrew Bartlett2007-10-101-6/+0
* r718: removed some more unused code, and two source filesAndrew Tridgell2007-10-102-9/+0
* r685: The SAM is dead! Long live the new SAM! ;-)Andrew Bartlett2007-10-101-13/+2
* r665: merge over the new build system from my tmp branchStefan Metzmacher2007-10-101-3/+5
* r620: Remove more ununsed code.Andrew Bartlett2007-10-101-5/+0
* r619: Remove more code that is no longer called.Andrew Bartlett2007-10-101-13/+0
* r277: fix the initialisation of subsystems for process model 'thread' and 'st...Stefan Metzmacher2007-10-102-6/+15
* r152: a quick airport commit ....Andrew Tridgell2007-10-101-3/+0
* r99: make sure we reap child processes in the standard process modelAndrew Tridgell2007-10-101-0/+1
* r42: importing .cvsignore filesGerald Carter2007-10-101-2/+0
* - port AUTH and PASSDB subsystems to newStefan Metzmacher2004-02-031-3/+10
* - move all SMB server stuff to smb_server/*Stefan Metzmacher2004-02-0314-7575/+0
* const fixesStefan Metzmacher2004-02-021-2/+2
* - we now specify the object files in the subsystems config.m4 fileStefan Metzmacher2004-02-027-37/+208
* - cosmetic fix in configure.inStefan Metzmacher2004-01-281-2/+4
* merge the version.h autogeneration stuff from 3.0Stefan Metzmacher2004-01-283-4/+4
* - move the vars used by the backtrace stuff into the #ifdefStefan Metzmacher2004-01-221-26/+39
* fix last commit, which went in by mistakeStefan Metzmacher2004-01-221-2/+0
* initilize ev->maxfd = EVENT_INVALID_MAXFD; before the while() loop.Stefan Metzmacher2004-01-221-2/+2
* Update Copyright to 1992-2004Stefan Metzmacher2004-01-091-1/+1
* This patch adds a better dcerpc server infastructure.Stefan Metzmacher2004-01-084-3/+11
* a fairly large commit!Andrew Tridgell2003-12-161-1/+10
* use smb_rwlock_t instead of rwlock_t to avoid conflicts with systemAndrew Tridgell2003-12-161-5/+5
* completed the linkage between the endpoint mapper and the dcerpcAndrew Tridgell2003-12-133-0/+26