summaryrefslogtreecommitdiff
path: root/source4/smbd/server.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r6846: make smbd terminate immediately on EOF from stdinAndrew Tridgell1-0/+16
2007-10-10r6196: Make the comparisons consistent with in the same expression.Richard Sharpe1-1/+1
2007-10-10r6187: 1. Make sure that we don't try to delete . and .. in a more portable way.Richard Sharpe1-10/+34
2007-10-10r5302: fixed a compilation problem on solaris caused by the recent includeAndrew Tridgell1-1/+1
2007-10-10r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell1-0/+1
2007-10-10r5197: moved events code to lib/events/ (suggestion from metze)Andrew Tridgell1-1/+1
2007-10-10r5185: make all the events data structures private to events.c. This willAndrew Tridgell1-0/+1
2007-10-10r5102: This is a major simplification of the logic for controlling top levelAndrew Tridgell1-68/+105
2007-10-10r4819: its just not my day today ....Andrew Tridgell1-0/+1
2007-10-10r4728: split up server_services into:Stefan Metzmacher1-13/+14
2007-10-10r3453: - split out the auth and popt includesAndrew Tridgell1-0/+1
2007-10-10r2937: Make sure all memory is initializedJelmer Vernooij1-7/+7
2007-10-10r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...Andrew Tridgell1-2/+0
2007-10-10r1486: commit the start of the generic server infastructureStefan Metzmacher1-19/+23
2007-10-10r1233: -move smb related code to smb_server/*Stefan Metzmacher1-195/+1
2007-10-10r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher1-2/+2
2007-10-10r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher1-2/+2
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher1-1/+1
2007-10-10r277: fix the initialisation of subsystems for process model 'thread' and 'st...Stefan Metzmacher1-2/+2
2004-02-02const fixesStefan Metzmacher1-2/+2
2004-02-02- we now specify the object files in the subsystems config.m4 fileStefan Metzmacher1-2/+2
2004-01-28merge the version.h autogeneration stuff from 3.0Stefan Metzmacher1-1/+1
2004-01-09Update Copyright to 1992-2004Stefan Metzmacher1-1/+1
2003-12-13dcerpc over tcp in the samba4 server now works to some extent. ItAndrew Tridgell1-30/+40
2003-10-30- a few portability fixes from Jim MyersAndrew Tridgell1-1/+1
2003-08-15more fixes from the IRIX compiler (thanks herb!)Andrew Tridgell1-1/+1
2003-08-13first public release of samba4 codeAndrew Tridgell1-0/+340