summaryrefslogtreecommitdiff
path: root/source3/smbd/server.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-02-08Make more functions static, and remove duplication in the use of functionsAndrew Bartlett1-1/+1
2004-01-11update copyright to -2004Stefan Metzmacher1-1/+1
2003-11-07Simple rename of get_socket_addr to get_peer_addr and get_socket_name toVolker Lendecke1-1/+1
2003-10-29parameterise the listen backlog in smbd and make it larger by default. A back...Andrew Tridgell1-2/+2
2003-08-20metze's autogenerate patch for version.hGerald Carter1-1/+1
2003-07-08Moved SAM_ACCOUNT marshall/unmarshall functions to make them externallyJeremy Allison1-2/+0
2003-07-07and so it begins....Gerald Carter1-13/+1
2003-07-04This patch cleans up some of our ldap code, for better behaviour:Andrew Bartlett1-7/+13
2003-07-02Fixing problems in the iconv discovery stuff in configure.in.Richard Sharpe1-0/+1
2003-06-27Some const correctness. Stop tdb being used as a remote backend. If anJeremy Allison1-2/+6
2003-06-21merge of the netsamlogon caching code from APPLIANCE_HEADGerald Carter1-3/+0
2003-05-27More fixes for builddir != srcdir.Tim Potter1-0/+6
2003-05-12And finally IDMAP in 3_0Simo Sorce1-0/+6
2003-05-10Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij1-7/+0
2003-05-10Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij1-0/+7
2003-05-06Patch from metze to add exit and interval events. Useful for modulesJelmer Vernooij1-0/+3
2003-04-23Merge HEAD's winbind into 3.0.Andrew Bartlett1-0/+1
2003-04-16Add support for the new modules system to auth/ (merge from HEAD)Jelmer Vernooij1-0/+4
2003-04-14Merge:Tim Potter1-23/+0
2003-04-14Merge Jelmer's popt updates from HEAD.Tim Potter1-6/+2
2003-03-30update copyright notice since it we are now almost 4 months into 2003Gerald Carter1-1/+1
2003-03-18Add an extra parameter to our 'set_remote_machine_name' andAndrew Bartlett1-2/+2
2003-02-05Check for too many processes *before* the fork.Jeremy Allison1-2/+36
2003-01-30Add 3 second timeout when terminating server and sending print notifyJeremy Allison1-1/+1