Age | Commit message (Expand) | Author | Files | Lines |
2010-05-06 | s3: only include gen_ndr headers where needed. | Günther Deschner | 1 | -0/+1 |
2010-03-26 | s3-smbd: Don't close stdout if we want to log to stdout. | Andreas Schneider | 1 | -1/+1 |
2010-03-10 | s3: Fix a long-standing problem with recycled PIDs | Volker Lendecke | 1 | -1/+6 |
2010-02-23 | s3: Consolidate server_id_self into the equivalent procid_self() | Volker Lendecke | 1 | -1/+1 |
2010-02-23 | s3-nmbd: Remove obsolete signal type cast. | Andreas Schneider | 1 | -2/+2 |
2010-02-08 | s3:nmbd: also listen explicit on the subnet broadcast addresses | Stefan Metzmacher | 1 | -2/+3 |
2009-07-15 | Make gencache more stable | Volker Lendecke | 1 | -0/+2 |
2009-06-18 | Fix bug 4699: Remove pidfile on clean shutdown | Volker Lendecke | 1 | -0/+2 |
2009-05-27 | s3: Allow child processes to exit gracefully if we are out of fds | Marc VanHeyningen | 1 | -2/+2 |
2009-03-21 | s3:nmbd: implement a MAILSLOT => CLDAP proxy for NETLOGON_SAMLOGON requests | Stefan Metzmacher | 1 | -0/+6 |
2009-02-23 | More warning fixes for Solaris. | Jeremy Allison | 1 | -7/+7 |
2009-01-27 | s3:nmbd: handle SIG_TERM and SIGHUP via tevent | Stefan Metzmacher | 1 | -48/+67 |
2009-01-27 | s3:nmbd: as the sig_term() handler only sets a flag we don't need to block SI... | Stefan Metzmacher | 1 | -3/+0 |
2009-01-27 | s3:nmbd: install the SIG_DFL handler for SIGTERM while we're waiting for inte... | Stefan Metzmacher | 1 | -12/+4 |
2009-01-22 | s3:nmbd: we don't need to call message_dispatch() anymore it's event triggere... | Stefan Metzmacher | 1 | -4/+0 |
2009-01-15 | s3: make better use of ccache by not including version.h in every C-file. | Michael Adam | 1 | -1/+1 |
2009-01-05 | clean event context after child is forked. | Bo Yang | 1 | -1/+2 |
2008-11-03 | s3: fix a few "shadows a global declaration" warnings | Tim Prouty | 1 | -4/+4 |
2008-10-23 | Use sockaddr_storage only where we rely on the size, use sockaddr | Jelmer Vernooij | 1 | -2/+2 |
2008-10-18 | Use separate make variables for libutil and libcrypto. | Jelmer Vernooij | 1 | -2/+2 |
2008-08-19 | Fix bug 5697 nmbd spins in reload_interfaces when only loopback has an IPv4 a... | Jeremy Allison | 1 | -2/+2 |
2008-08-13 | first cut at adding full transactions for ctdb to samba3 | Andrew Tridgell | 1 | -4/+0 |
2008-06-26 | nmbd: untangle logic in nmbd_messaging_context() slightly. | Michael Adam | 1 | -2/+5 |
2008-06-26 | nmbd: don't panic if messaging_init() fails - return NULL instead. | Michael Adam | 1 | -1/+1 |
2008-04-23 | Fix CLEAR_IF_FIRST handling of messages.tdb | Volker Lendecke | 1 | -1/+1 |
2008-04-18 | nmbd: create the messaging conntext earlier | Stefan Metzmacher | 1 | -3/+12 |
2008-04-18 | nmbd: call reinit_after_fork() in all needed cases | Stefan Metzmacher | 1 | -0/+5 |
2008-04-12 | dbwrap: wait for tdb2 change notifies in smbd, nmbd and winbindd | Stefan Metzmacher | 1 | -0/+8 |
2008-04-11 | Fix bug #5386, don't keep printing the same waiting | Jeremy Allison | 1 | -3/+6 |
2008-03-27 | Fix for termination problems when no interfaces found - bug #5267. | Jeremy Allison | 1 | -6/+15 |
2008-03-06 | Fix bug #5267 - nmbd shuts down when network interfaces go down. | Jeremy Allison | 1 | -29/+39 |
2008-01-24 | Fix Coverity ID 454 | Volker Lendecke | 1 | -1/+8 |
2007-12-10 | Remove the char[1024] strings from dynconfig. Replace | Jeremy Allison | 1 | -7/+10 |
2007-12-07 | Don't build rpctorture anymore - not maintained. Just remove. | Jeremy Allison | 1 | -1/+1 |
2007-11-19 | Remove pstring from nmbd. | Jeremy Allison | 1 | -4/+6 |
2007-11-15 | More pstring removal. This one was tricky. I had to add | Jeremy Allison | 1 | -0/+2 |
2007-10-30 | start smbd, nmbd and winbindd with the same startup message | Stefan Metzmacher | 1 | -2/+2 |
2007-10-24 | This is a large patch (sorry). Migrate from struct in_addr | Jeremy Allison | 1 | -22/+43 |
2007-10-20 | fix move to OPT_LOG_STDOUT | Stefan Metzmacher | 1 | -1/+1 |
2007-10-19 | Fix the popt / bool issues. Some places we used BOOL | Jeremy Allison | 1 | -9/+32 |
2007-10-19 | fix startup of smbd, nmbd, winbindd | Stefan Metzmacher | 1 | -11/+5 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -17/+17 |
2007-10-10 | Add start of IPv6 implementation. Currently most of this is avoiding | Jeremy Allison | 1 | -12/+43 |
2007-10-10 | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. | Gerald (Jerry) Carter | 1 | -31/+30 |
2007-10-10 | r24809: Consolidate the use of temporary talloc contexts. | Volker Lendecke | 1 | -4/+11 |
2007-10-10 | r24621: - deferr calling build_options();exit(0); | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r24599: patch from Karolin Seeger <ks@sernet.de>: | Stefan Metzmacher | 1 | -1/+9 |
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 | r23510: Tidy calls to smb_panic by removing trailing newlines. Print the | James Peach | 1 | -2/+2 |