Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r21882: The server part of the code has to use an AUTH_NTLMSSP struct, | Jeremy Allison | 1 | -0/+2 |
2007-10-10 | r21871: Move deadtime processing into an idle event. While there, simplify | Volker Lendecke | 1 | -11/+29 |
2007-10-10 | r21869: Move sending keepalives out of the main processing loop into idle event. | Volker Lendecke | 1 | -0/+26 |
2007-10-10 | r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ... | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r21225: Couple of fixes from Martin Zielinski mz@seh.de, | Jeremy Allison | 1 | -3/+2 |
2007-10-10 | r21093: Remove the hash and dnotify backends. Disabling FAM for this checkin,... | Volker Lendecke | 1 | -4/+0 |
2007-10-10 | r21090: Add some helper routines | Volker Lendecke | 1 | -0/+11 |
2007-10-10 | r21064: The core of this patch is | Volker Lendecke | 1 | -14/+16 |
2007-10-10 | r20966: Only attempt to reload the config file atfer the fork point if we | James Peach | 1 | -2/+6 |
2007-10-10 | r20916: Add in the delete on close final fix - but only enabled | Jeremy Allison | 1 | -0/+13 |
2007-10-10 | r20846: Before this gets out of control... | Volker Lendecke | 1 | -0/+10 |
2007-10-10 | r20131: get rid of a few no previous prototype warnings | Herb Lewis | 1 | -1/+1 |
2007-10-10 | r19626: Coalesce usage of DUMP_CORE. Fix formatting on chdir error message | James Peach | 1 | -2/+0 |
2007-10-10 | r17836: Don't create zombies in the children, thanks to Jeremy! | Volker Lendecke | 1 | -0/+4 |
2007-10-10 | r17569: Make 'max smbd processes' more robust. Counting on the child to decre... | Volker Lendecke | 1 | -24/+76 |
2007-10-10 | r17568: Reformatting -- more than 100 cols is too much :-) | Volker Lendecke | 1 | -3/+6 |
2007-10-10 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 1 | -6/+0 |
2007-10-10 | r15848: Introduce commandline options to set the remainder of the parameters in | James Peach | 1 | -4/+5 |
2007-10-10 | r15283: Oh yeah. The build farm doesn't do much with head. OK, here is the p... | Paul Green | 1 | -0/+2 |
2007-10-10 | r15133: in_server is not used anywhere | Volker Lendecke | 1 | -3/+0 |
2007-10-10 | r15119: Initialize our global sam sid first, quite a lot of the other initial... | Volker Lendecke | 1 | -11/+22 |
2007-10-10 | r15022: Fix core dumps on normal server exit. | Jeremy Allison | 1 | -5/+5 |
2007-10-10 | r15018: Merge Volker's ipc/trans2/nttrans changes over | Jeremy Allison | 1 | -2/+1 |
2007-10-10 | r14954: Fix #3569 based on William Jojo's work. AIX also | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r14898: This change is an attempt to improve the quality of the information that | James Peach | 1 | -76/+86 |
2007-10-10 | r14847: Tell static checkers that exit_server() doesn't | Jeremy Allison | 1 | -5/+10 |
2007-10-10 | r14668: Set the FILE_STATUS_OFFLINE bit by observing the events a DMAPI-based | James Peach | 1 | -0/+6 |
2007-10-10 | r14618: add --no-process-group to all server programms | Stefan Metzmacher | 1 | -2/+5 |
2007-10-10 | r13571: Replace all calls to talloc_free() with thye TALLOC_FREE() | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r13316: Let the carnage begin.... | Gerald Carter | 1 | -8/+21 |
2007-10-10 | r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500 | Derrell Lipman | 1 | -1/+1 |
2007-10-10 | r13023: Ensure we notice if we exit due to guest user setup fail. | Jeremy Allison | 1 | -1/+3 |
2007-10-10 | r12735: After talking to Tridge and Jeremy... This needs to be made more generic | Volker Lendecke | 1 | -2/+0 |
2007-10-10 | r12721: GPFS 2.4 on Linux will contain some windows semantics, ie share modes... | Volker Lendecke | 1 | -0/+2 |
2007-10-10 | r12564: Ensure load_case_tables is always done first. | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r12213: Final fix for #3303 - send rename messages to smbd's | Jeremy Allison | 1 | -0/+1 |
2007-10-10 | r10822: updating copyright info | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 1 | -6/+5 |
2007-10-10 | r10644: Let the ports parameter be a comma-separated list, as documented in | James Peach | 1 | -2/+2 |
2007-10-10 | r10068: Use prctl(PR_SET_DUMPABLE) to make sure we can always leave a good | James Peach | 1 | -0/+12 |
2007-10-10 | r7963: Add aio support to 3.0. | Jeremy Allison | 1 | -1/+4 |
2007-10-10 | r7624: * removed unmatched tdb_lock_by_string() call (should fix build farm i... | Gerald Carter | 1 | -0/+2 |
2007-10-10 | r7563: svcctl patches from Marcin; have cleaned up formating and am checking ... | Gerald Carter | 1 | -0/+3 |
2007-10-10 | r7440: * merge registry server changes from trunk (so far) for more | Gerald Carter | 1 | -2/+2 |
2007-10-10 | r6595: This is Volkers new-talloc patch. Just got the go-ahead from | Jeremy Allison | 1 | -8/+4 |
2007-10-10 | r6225: get rid of warnings from my compiler about nested externs | Herb Lewis | 1 | -2/+2 |
2007-10-10 | r4539: patch from Rob -- adding real printcap name cache function to speed up... | Gerald Carter | 1 | -2/+34 |
2007-10-10 | r4018: * move claim_connection from the netbios session request | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r3877: Final (I hope :-) fix for #2050 from Lars Müller for select maxfd's. | Jeremy Allison | 1 | -5/+4 |
2007-10-10 | r3817: Fix from Lars Müller <lmuelle@suse.de> for bug #2050, calculate | Jeremy Allison | 1 | -2/+8 |