summaryrefslogtreecommitdiffstats
path: root/source4/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* dcerpc over tcp in the samba4 server now works to some extent. ItAndrew Tridgell2003-12-136-43/+150
* * the RPC-ECHO pipe now works in smbd, as long as the data sizesAndrew Tridgell2003-12-121-2/+4
* the next step in the dcerpc server code. Added the link between theAndrew Tridgell2003-12-112-22/+49
* the rest of the initial rpc server side infrastructureAndrew Tridgell2003-12-101-0/+3
* * removed some unused codeAndrew Tridgell2003-12-101-4/+0
* merged more updates from Jim MyersAndrew Tridgell2003-12-045-40/+558
* * patch based on work by Jim Myers to unify the ioctl handling to beAndrew Tridgell2003-12-042-9/+45
* reduced the number of magic types we need in mkproto.plAndrew Tridgell2003-11-232-5/+3
* - a few portability fixes from Jim MyersAndrew Tridgell2003-10-301-1/+1
* thanks to ntfsd and some google searches I worked out what the unknownAndrew Tridgell2003-09-021-30/+27
* I think I've finally got the ascii/unicode issues right in trans2 findAndrew Tridgell2003-08-311-7/+22