summaryrefslogtreecommitdiff
path: root/source4/smbd
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r755: - disallow process_model _thread when we don't have pwread/pwriteStefan Metzmacher1-0/+3
2007-10-10r719: Follow the trend - remove more unused functions.Andrew Bartlett1-6/+0
2007-10-10r718: removed some more unused code, and two source filesAndrew Tridgell2-9/+0
2007-10-10r685: The SAM is dead! Long live the new SAM! ;-)Andrew Bartlett1-13/+2
2007-10-10r665: merge over the new build system from my tmp branchStefan Metzmacher1-3/+5
2007-10-10r620: Remove more ununsed code.Andrew Bartlett1-5/+0
2007-10-10r619: Remove more code that is no longer called.Andrew Bartlett1-13/+0
2007-10-10r277: fix the initialisation of subsystems for process model 'thread' and 'st...Stefan Metzmacher2-6/+15
2007-10-10r152: a quick airport commit ....Andrew Tridgell1-3/+0
2007-10-10r99: make sure we reap child processes in the standard process modelAndrew Tridgell1-0/+1
2007-10-10r42: importing .cvsignore filesGerald Carter1-2/+0
2004-02-03- port AUTH and PASSDB subsystems to newStefan Metzmacher1-3/+10
2004-02-03- move all SMB server stuff to smb_server/*Stefan Metzmacher14-7575/+0
2004-02-02const fixesStefan Metzmacher1-2/+2
2004-02-02- we now specify the object files in the subsystems config.m4 fileStefan Metzmacher7-37/+208
2004-01-28- cosmetic fix in configure.inStefan Metzmacher1-2/+4
2004-01-28merge the version.h autogeneration stuff from 3.0Stefan Metzmacher3-4/+4
2004-01-22- move the vars used by the backtrace stuff into the #ifdefStefan Metzmacher1-26/+39
2004-01-22fix last commit, which went in by mistakeStefan Metzmacher1-2/+0
2004-01-22initilize ev->maxfd = EVENT_INVALID_MAXFD; before the while() loop.Stefan Metzmacher1-2/+2
2004-01-09Update Copyright to 1992-2004Stefan Metzmacher1-1/+1
2004-01-08This patch adds a better dcerpc server infastructure.Stefan Metzmacher4-3/+11
2003-12-16a fairly large commit!Andrew Tridgell1-1/+10
2003-12-16use smb_rwlock_t instead of rwlock_t to avoid conflicts with systemAndrew Tridgell1-5/+5
2003-12-13completed the linkage between the endpoint mapper and the dcerpcAndrew Tridgell3-0/+26
2003-12-13dcerpc over tcp in the samba4 server now works to some extent. ItAndrew Tridgell6-43/+150