summaryrefslogtreecommitdiffstats
path: root/source/smbd/server.c
Commit message (Expand)AuthorAgeFilesLines
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-6/+0
* r15848: Introduce commandline options to set the remainder of the parameters inJames Peach2007-10-101-4/+5
* r15283: Oh yeah. The build farm doesn't do much with head. OK, here is the p...Paul Green2007-10-101-0/+2
* r15133: in_server is not used anywhereVolker Lendecke2007-10-101-3/+0
* r15119: Initialize our global sam sid first, quite a lot of the other initial...Volker Lendecke2007-10-101-11/+22
* r15022: Fix core dumps on normal server exit.Jeremy Allison2007-10-101-5/+5
* r15018: Merge Volker's ipc/trans2/nttrans changes overJeremy Allison2007-10-101-2/+1
* r14954: Fix #3569 based on William Jojo's work. AIX alsoJeremy Allison2007-10-101-1/+1
* r14898: This change is an attempt to improve the quality of the information thatJames Peach2007-10-101-76/+86
* r14847: Tell static checkers that exit_server() doesn'tJeremy Allison2007-10-101-5/+10
* r14668: Set the FILE_STATUS_OFFLINE bit by observing the events a DMAPI-basedJames Peach2007-10-101-0/+6
* r14618: add --no-process-group to all server programmsStefan Metzmacher2007-10-101-2/+5
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2007-10-101-1/+1
* r13316: Let the carnage begin....Gerald Carter2007-10-101-8/+21
* r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman2007-10-101-1/+1
* 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