summaryrefslogtreecommitdiff
path: root/source3/smbd/server.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r19626: Coalesce usage of DUMP_CORE. Fix formatting on chdir error messageJames Peach1-2/+0
2007-10-10r17836: Don't create zombies in the children, thanks to Jeremy!Volker Lendecke1-0/+4
2007-10-10r17569: Make 'max smbd processes' more robust. Counting on the child to decre...Volker Lendecke1-24/+76
2007-10-10r17568: Reformatting -- more than 100 cols is too much :-)Volker Lendecke1-3/+6
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-6/+0
2007-10-10r15848: Introduce commandline options to set the remainder of the parameters inJames Peach1-4/+5
2007-10-10r15283: Oh yeah. The build farm doesn't do much with head. OK, here is the p...Paul Green1-0/+2
2007-10-10r15133: in_server is not used anywhereVolker Lendecke1-3/+0
2007-10-10r15119: Initialize our global sam sid first, quite a lot of the other initial...Volker Lendecke1-11/+22
2007-10-10r15022: Fix core dumps on normal server exit.Jeremy Allison1-5/+5
2007-10-10r15018: Merge Volker's ipc/trans2/nttrans changes overJeremy Allison1-2/+1
2007-10-10r14954: Fix #3569 based on William Jojo's work. AIX alsoJeremy Allison1-1/+1
2007-10-10r14898: This change is an attempt to improve the quality of the information thatJames Peach1-76/+86
2007-10-10r14847: Tell static checkers that exit_server() doesn'tJeremy Allison1-5/+10
2007-10-10r14668: Set the FILE_STATUS_OFFLINE bit by observing the events a DMAPI-basedJames Peach1-0/+6
2007-10-10r14618: add --no-process-group to all server programmsStefan Metzmacher1-2/+5
2007-10-10r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter1-1/+1
2007-10-10r13316: Let the carnage begin....Gerald Carter1-8/+21
2007-10-10r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman1-1/+1
2007-10-10r13023: Ensure we notice if we exit due to guest user setup fail.Jeremy Allison1-1/+3
2007-10-10r12735: After talking to Tridge and Jeremy... This needs to be made more genericVolker Lendecke1-2/+0
2007-10-10r12721: GPFS 2.4 on Linux will contain some windows semantics, ie share modes...Volker Lendecke1-0/+2
2007-10-10r12564: Ensure load_case_tables is always done first.Jeremy Allison1-2/+2
2007-10-10r12213: Final fix for #3303 - send rename messages to smbd'sJeremy Allison1-0/+1
2007-10-10r10822: updating copyright infoGerald Carter1-1/+1
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-6/+5
2007-10-10r10644: Let the ports parameter be a comma-separated list, as documented inJames Peach1-2/+2
2007-10-10r10068: Use prctl(PR_SET_DUMPABLE) to make sure we can always leave a goodJames Peach1-0/+12
2007-10-10r7963: Add aio support to 3.0.Jeremy Allison1-1/+4
2007-10-10r7624: * removed unmatched tdb_lock_by_string() call (should fix build farm i...Gerald Carter1-0/+2
2007-10-10r7563: svcctl patches from Marcin; have cleaned up formating and am checking ...Gerald Carter1-0/+3
2007-10-10r7440: * merge registry server changes from trunk (so far) for moreGerald Carter1-2/+2
2007-10-10r6595: This is Volkers new-talloc patch. Just got the go-ahead fromJeremy Allison1-8/+4
2007-10-10r6225: get rid of warnings from my compiler about nested externsHerb Lewis1-2/+2
2007-10-10r4539: patch from Rob -- adding real printcap name cache function to speed up...Gerald Carter1-2/+34
2007-10-10r4018: * move claim_connection from the netbios session requestGerald Carter1-1/+1
2007-10-10r3877: Final (I hope :-) fix for #2050 from Lars Müller for select maxfd's.Jeremy Allison1-5/+4
2007-10-10r3817: Fix from Lars Müller <lmuelle@suse.de> for bug #2050, calculateJeremy Allison1-2/+8
2007-10-10r3708: BUG 1838: patch from Gavrie Philipson <gavrie@disksites.com> to remove...Gerald Carter1-1/+2
2007-10-10r3563: During a typical logon a modern workstation makes a lot of anonymous s...Volker Lendecke1-0/+3
2007-10-10r3559: If called interactively, on shutdown dump the talloc contexts left. IdeaVolker Lendecke1-0/+9
2007-10-10r1885: tighten the cache consistency with the ntprinters.tdb entry an the in ...Gerald Carter1-0/+2
2007-10-10r1492: Rework our random number generation system.Andrew Bartlett1-5/+6
2007-10-10r1154: Change default setting for case sensitivity to "auto". If set to autoJeremy Allison1-6/+4
2007-10-10r925: add changes frpm trunk (r841 and r842) -- enable background queue updat...Gerald Carter1-6/+7
2007-10-10r645: Patch from kawasa_r@itg.hitachi.co.jp to correctly enable core dumps.Jeremy Allison1-0/+4
2004-03-26Fix bug #1211. Ensure accept socket is in non-blocking state in case of networkJeremy Allison1-1/+10
2004-02-19Fix the "too many fcntl locks" scalability problem raised by tridge.Jeremy Allison1-14/+20
2004-02-12merge from old APP_HEADGerald Carter1-0/+2
2004-02-08More 'static' work.Andrew Bartlett1-1/+1