r23014: For all branches, ensure that if we're blocked on a POSIX
[tprouty/samba.git] / source / smbd / server.c
2007-10-10 Volker Lendecker22954: More messaging_register
2007-10-10 Volker Lendecker22942: Some message_register -> messaging_register...
2007-10-10 Volker Lendecker22908: All callers of message_init now also call messa...
2007-10-10 Volker Lendecker22900: Convert profile/ to messaging_send_pid/messagin...
2007-10-10 Volker Lendecker22868: Replace some message_send_pid calls with messag...
2007-10-10 Volker Lendecker22761: This introduces lib/conn_tdb.c with two main...
2007-10-10 Volker Lendecker22736: Start to merge the low-hanging fruit from the...
2007-10-10 Volker Lendecker22533: Use lib functions where we have them
2007-10-10 James Peachr22495: Create wrapper to hide the details of obtaining...
2007-10-10 James Peachr22418: Support running under launchd. We abstract...
2007-10-10 James Peachr22417: Refactor the various daemon run-mode options...
2007-10-10 Herb Lewisr22395: allow profiling level to be set on startup
2007-10-10 Jeremy Allisonr21882: The server part of the code has to use an AUTH_...
2007-10-10 Volker Lendecker21871: Move deadtime processing into an idle event...
2007-10-10 Volker Lendecker21869: Move sending keepalives out of the main process...
2007-10-10 Volker Lendecker21784: Replace smb_register_idle_event() with event_ad...
2007-10-10 Jeremy Allisonr21225: Couple of fixes from Martin Zielinski mz@seh.de,
2007-10-10 Volker Lendecker21093: Remove the hash and dnotify backends. Disabling...
2007-10-10 Volker Lendecker21090: Add some helper routines
2007-10-10 Volker Lendecker21064: The core of this patch is
2007-10-10 James Peachr20966: Only attempt to reload the config file atfer...
2007-10-10 Jeremy Allisonr20916: Add in the delete on close final fix - but...
2007-10-10 Volker Lendecker20846: Before this gets out of control...
2007-10-10 Herb Lewisr20131: get rid of a few no previous prototype warnings
2007-10-10 James Peachr19626: Coalesce usage of DUMP_CORE. Fix formatting...
2007-10-10 Volker Lendecker17836: Don't create zombies in the children, thanks...
2007-10-10 Volker Lendecker17569: Make 'max smbd processes' more robust. Counting...
2007-10-10 Volker Lendecker17568: Reformatting -- more than 100 cols is too much :-)
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 James Peachr15848: Introduce commandline options to set the remain...
2007-10-10 Paul Greenr15283: Oh yeah. The build farm doesn't do much with...
2007-10-10 Volker Lendecker15133: in_server is not used anywhere
2007-10-10 Volker Lendecker15119: Initialize our global sam sid first, quite...
2007-10-10 Jeremy Allisonr15022: Fix core dumps on normal server exit.
2007-10-10 Jeremy Allisonr15018: Merge Volker's ipc/trans2/nttrans changes over
2007-10-10 Jeremy Allisonr14954: Fix #3569 based on William Jojo's work. AIX...
2007-10-10 James Peachr14898: This change is an attempt to improve the qualit...
2007-10-10 Jeremy Allisonr14847: Tell static checkers that exit_server() doesn't
2007-10-10 James Peachr14668: Set the FILE_STATUS_OFFLINE bit by observing...
2007-10-10 Stefan Metzmacherr14618: add --no-process-group to all server programms
2007-10-10 Gerald Carterr13571: Replace all calls to talloc_free() with thye...
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Derrell Lipmanr13212: r12414@cabra: derrell | 2006-01-28 17:52...
2007-10-10 Jeremy Allisonr13023: Ensure we notice if we exit due to guest user...
2007-10-10 Volker Lendecker12735: After talking to Tridge and Jeremy... This...
2007-10-10 Volker Lendecker12721: GPFS 2.4 on Linux will contain some windows...
2007-10-10 Jeremy Allisonr12564: Ensure load_case_tables is always done first.
2007-10-10 Jeremy Allisonr12213: Final fix for #3303 - send rename messages...
2007-10-10 Gerald Carterr10822: updating copyright info
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 James Peachr10644: Let the ports parameter be a comma-separated...
2007-10-10 James Peachr10068: Use prctl(PR_SET_DUMPABLE) to make sure we...
2007-10-10 Jeremy Allisonr7963: Add aio support to 3.0.
2007-10-10 Gerald Carterr7624: * removed unmatched tdb_lock_by_string() call...
2007-10-10 Gerald Carterr7563: svcctl patches from Marcin; have cleaned up...
2007-10-10 Gerald Carterr7440: * merge registry server changes from trunk ...
2007-10-10 Jeremy Allisonr6595: This is Volkers new-talloc patch. Just got the...
2007-10-10 Herb Lewisr6225: get rid of warnings from my compiler about neste...
2007-10-10 Gerald Carterr4539: patch from Rob -- adding real printcap name...
2007-10-10 Gerald Carterr4018: * move claim_connection from the netbios session...
2007-10-10 Jeremy Allisonr3877: Final (I hope :-) fix for #2050 from Lars Müller...
2007-10-10 Jeremy Allisonr3817: Fix from Lars Müller <lmuelle@suse.de> for bug...
2007-10-10 Gerald Carterr3708: BUG 1838: patch from Gavrie Philipson <gavrie...
2007-10-10 Volker Lendecker3563: During a typical logon a modern workstation...
2007-10-10 Volker Lendecker3559: If called interactively, on shutdown dump the...
2007-10-10 Gerald Carterr1885: tighten the cache consistency with the ntprinter...
2007-10-10 Andrew Bartlettr1492: Rework our random number generation system.
2007-10-10 Jeremy Allisonr1154: Change default setting for case sensitivity...
2007-10-10 Gerald Carterr925: add changes frpm trunk (r841 and r842) -- enable...
2007-10-10 Jeremy Allisonr645: Patch from kawasa_r@itg.hitachi.co.jp to correctl...
2004-03-26 Jeremy AllisonFix bug #1211. Ensure accept socket is in non-blocking...
2004-02-19 Jeremy AllisonFix the "too many fcntl locks" scalability problem...
2004-02-19 Jeremy AllisonFix the "too many fcntl locks" scalability problem...
2004-02-12 Gerald Cartertdbsam & smb_panic merge from 3.0 (initial tests are...
2004-02-12 Gerald Cartermerge from old APP_HEAD
2004-02-08 Andrew Bartlett(merge from 3.0)
2004-02-08 Andrew Bartlett(merge from 3.0)
2004-02-08 Andrew BartlettMore 'static' work.
2004-02-08 Andrew BartlettMake more functions static, and remove duplication...
2004-01-11 Stefan Metzmacherupdate copyright to -2004
2004-01-11 Stefan Metzmacherupdate copyright to -2004
2003-11-07 Volker LendeckeFrom 3_0:
2003-11-07 Volker LendeckeSimple rename of get_socket_addr to get_peer_addr and...
2003-10-29 Jeremy AllisonJanitor for tridge.
2003-10-29 Andrew Tridgellparameterise the listen backlog in smbd and make it...
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-08-20 Gerald Cartermetze's autogenerate patch for version.h
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-07-08 Jeremy AllisonMoved SAM_ACCOUNT marshall/unmarshall functions to...
2003-07-07 Gerald Carterand so it begins....
2003-07-04 Andrew BartlettThis patch cleans up some of our ldap code, for better...
2003-07-02 Richard SharpeFixing problems in the iconv discovery stuff in configu...
2003-06-27 Jeremy AllisonSome const correctness. Stop tdb being used as a remote...
2003-06-21 Gerald Cartermerge of the netsamlogon caching code from APPLIANCE_HEAD
2003-06-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-27 Tim PotterMore fixes for builddir != srcdir.
2003-05-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-12 Simo SorceAnd finally IDMAP in 3_0
2003-05-10 Jelmer VernooijReverse previous patch from Stefan and me after comment...
next