Age | Commit message (Expand) | Author | Files | Lines |
2009-05-27 | s3: Allow child processes to exit gracefully if we are out of fds | Marc VanHeyningen | 1 | -2/+2 |
2009-01-27 | s3:nmbd: as the sig_term() handler only sets a flag we don't need to block SI... | Stefan Metzmacher | 1 | -12/+0 |
2009-01-05 | clean event context after child is forked. | Bo Yang | 1 | -1/+2 |
2008-04-23 | Fix CLEAR_IF_FIRST handling of messages.tdb | Volker Lendecke | 1 | -1/+1 |
2008-04-18 | nmbd: call reinit_after_fork() in all needed cases | Stefan Metzmacher | 1 | -0/+5 |
2008-02-02 | Convert read_data() to NTSTATUS | Volker Lendecke | 1 | -7/+12 |
2007-11-05 | Remove the horror that was the global smb_rw_error. | Jeremy Allison | 1 | -2/+2 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -4/+4 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r17807: Fix a file descriptor leak pointed out by John Malmberg. Thanks! | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r12214: Fix compile if SYNC_DNS is set. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r12107: Move to a tdb-based wins database. At the moment we still | Jeremy Allison | 1 | -12/+14 |
2007-10-10 | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 1 | -1/+1 |
2004-03-15 | Use "unix netbios name" type unstring - 64 bytes long to manipulate netbios | Jeremy Allison | 1 | -5/+4 |
2004-03-13 | Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ... | Jeremy Allison | 1 | -2/+2 |
2003-08-27 | Fix the character set handling properly in nmbd. Also fix bug where | Jeremy Allison | 1 | -34/+39 |
2002-08-17 | sync 3.0 branch with head | Jelmer Vernooij | 1 | -0/+1 |
2002-03-20 | Add assertions that kill() is never accidentally passed a non-positive | Martin Pool | 1 | -2/+3 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -1/+1 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -2/+0 |
2000-05-02 | Added sys_fork() and sys_getpid() functions to stop the overhead | Jeremy Allison | 1 | -1/+1 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1 | -2/+2 |
1998-11-14 | Removed acconfig.h configure configure.in include/config.h.in: Made smbwrappe... | Jeremy Allison | 1 | -2/+2 |
1998-09-17 | configure configure.in: Added tests for fseek64 and ftell64. | Jeremy Allison | 1 | -1/+1 |
1998-08-30 | a couple of debug lines | Andrew Tridgell | 1 | -0/+2 |
1998-08-15 | configure: Changes for extra headers. | Jeremy Allison | 1 | -3/+1 |
1998-07-29 | merge from the autoconf2 branch to the main branch | Andrew Tridgell | 1 | -5/+5 |
1998-06-08 | Cosmetic. Added a cast to (void) to a call to add_name_to_subnet() since | Christopher R. Hertel | 1 | -5/+5 |
1998-04-13 | Changes to allow Samba to be compiled with -Wstrict-prototypes | Jeremy Allison | 1 | -3/+3 |
1998-03-03 | Change the multibyte character set support so that | Jeremy Allison | 1 | -1/+21 |
1998-01-29 | Makefile: Fix for OSF1 typo. | Jeremy Allison | 1 | -0/+12 |
1998-01-22 | This is *not* a big change (although it looks like one). | Jeremy Allison | 1 | -1/+1 |
1997-12-26 | use _exit to exit a child | Andrew Tridgell | 1 | -6/+2 |
1997-12-13 | This is it ! The mega-merge of the JRA_NMBD_REWRITE branch | Jeremy Allison | 1 | -17/+47 |
1997-12-04 | catch signals in the async dns daemon and allow it to auto-restart if | Andrew Tridgell | 1 | -0/+9 |
1997-12-04 | allow for zero size reads in asyncdns. These can happen after a signal | Andrew Tridgell | 1 | -3/+6 |
1997-12-02 | asyncdns.c: Removed warning when compiling with -DSYNC_DNS. | Jeremy Allison | 1 | -1/+0 |
1997-11-02 | fix comments | Andrew Tridgell | 1 | -9/+2 |
1997-11-02 | to avoid any possibility of the pipe getting full and blocking we now | Andrew Tridgell | 1 | -27/+58 |
1997-11-01 | minor async DNS cleanups | Andrew Tridgell | 1 | -3/+2 |
1997-10-23 | Big change to make nmbd code more readable/understandable. | Jeremy Allison | 1 | -16/+16 |
1997-10-22 | Implemented asynchronous DNS lookups in nmbd. | Andrew Tridgell | 1 | -0/+257 |