summaryrefslogtreecommitdiffstats
path: root/source3/smbd/server.c
Commit message (Expand)AuthorAgeFilesLines
* r13023: Ensure we notice if we exit due to guest user setup fail.Jeremy Allison2007-10-101-1/+3
* r12735: After talking to Tridge and Jeremy... This needs to be made more genericVolker Lendecke2007-10-101-2/+0
* r12721: GPFS 2.4 on Linux will contain some windows semantics, ie share modes...Volker Lendecke2007-10-101-0/+2
* r12564: Ensure load_case_tables is always done first.Jeremy Allison2007-10-101-2/+2
* r12213: Final fix for #3303 - send rename messages to smbd'sJeremy Allison2007-10-101-0/+1
* r10822: updating copyright infoGerald Carter2007-10-101-1/+1
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-6/+5
* r10644: Let the ports parameter be a comma-separated list, as documented inJames Peach2007-10-101-2/+2
* r10068: Use prctl(PR_SET_DUMPABLE) to make sure we can always leave a goodJames Peach2007-10-101-0/+12
* r7963: Add aio support to 3.0.Jeremy Allison2007-10-101-1/+4
* r7624: * removed unmatched tdb_lock_by_string() call (should fix build farm i...Gerald Carter2007-10-101-0/+2
* r7563: svcctl patches from Marcin; have cleaned up formating and am checking ...Gerald Carter2007-10-101-0/+3
* r7440: * merge registry server changes from trunk (so far) for moreGerald Carter2007-10-101-2/+2
* r6595: This is Volkers new-talloc patch. Just got the go-ahead fromJeremy Allison2007-10-101-8/+4
* r6225: get rid of warnings from my compiler about nested externsHerb Lewis2007-10-101-2/+2
* r4539: patch from Rob -- adding real printcap name cache function to speed up...Gerald Carter2007-10-101-2/+34
* r4018: * move claim_connection from the netbios session requestGerald Carter2007-10-101-1/+1
* r3877: Final (I hope :-) fix for #2050 from Lars Müller for select maxfd's.Jeremy Allison2007-10-101-5/+4
* r3817: Fix from Lars Müller <lmuelle@suse.de> for bug #2050, calculateJeremy Allison2007-10-101-2/+8
* r3708: BUG 1838: patch from Gavrie Philipson <gavrie@disksites.com> to remove...Gerald Carter2007-10-101-1/+2
* r3563: During a typical logon a modern workstation makes a lot of anonymous s...Volker Lendecke2007-10-101-0/+3
* r3559: If called interactively, on shutdown dump the talloc contexts left. IdeaVolker Lendecke2007-10-101-0/+9
* r1885: tighten the cache consistency with the ntprinters.tdb entry an the in ...Gerald Carter2007-10-101-0/+2
* r1492: Rework our random number generation system.Andrew Bartlett2007-10-101-5/+6
* r1154: Change default setting for case sensitivity to "auto". If set to autoJeremy Allison2007-10-101-6/+4
* r925: add changes frpm trunk (r841 and r842) -- enable background queue updat...Gerald Carter2007-10-101-6/+7
* r645: Patch from kawasa_r@itg.hitachi.co.jp to correctly enable core dumps.Jeremy Allison2007-10-101-0/+4
* Fix bug #1211. Ensure accept socket is in non-blocking state in case of networkJeremy Allison2004-03-261-1/+10
* Fix the "too many fcntl locks" scalability problem raised by tridge.Jeremy Allison2004-02-191-14/+20
* merge from old APP_HEADGerald Carter2004-02-121-0/+2
* More 'static' work.Andrew Bartlett2004-02-081-1/+1
* Make more functions static, and remove duplication in the use of functionsAndrew Bartlett2004-02-081-1/+1
* update copyright to -2004Stefan Metzmacher2004-01-111-1/+1
* Simple rename of get_socket_addr to get_peer_addr and get_socket_name toVolker Lendecke2003-11-071-1/+1
* parameterise the listen backlog in smbd and make it larger by default. A back...Andrew Tridgell2003-10-291-2/+2
* metze's autogenerate patch for version.hGerald Carter2003-08-201-1/+1
* Moved SAM_ACCOUNT marshall/unmarshall functions to make them externallyJeremy Allison2003-07-081-2/+0
* and so it begins....Gerald Carter2003-07-071-13/+1
* This patch cleans up some of our ldap code, for better behaviour:Andrew Bartlett2003-07-041-7/+13
* Fixing problems in the iconv discovery stuff in configure.in.Richard Sharpe2003-07-021-0/+1
* Some const correctness. Stop tdb being used as a remote backend. If anJeremy Allison2003-06-271-2/+6
* merge of the netsamlogon caching code from APPLIANCE_HEADGerald Carter2003-06-211-3/+0
* More fixes for builddir != srcdir.Tim Potter2003-05-271-0/+6
* And finally IDMAP in 3_0Simo Sorce2003-05-121-0/+6
* Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij2003-05-101-7/+0
* Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij2003-05-101-0/+7
* Patch from metze to add exit and interval events. Useful for modulesJelmer Vernooij2003-05-061-0/+3
* Merge HEAD's winbind into 3.0.Andrew Bartlett2003-04-231-0/+1
* Add support for the new modules system to auth/ (merge from HEAD)Jelmer Vernooij2003-04-161-0/+4
* Merge:Tim Potter2003-04-141-23/+0