Age | Commit message (Expand) | Author | Files | Lines |
2009-02-23 | More warning fixes for Solaris. | Jeremy Allison | 1 | -7/+7 |
2009-02-13 | Replace get_myname() with the talloc version from v3-3-test | Volker Lendecke | 1 | -1/+1 |
2009-02-04 | Have nmbd check all available interfaces for WINS before failing | Aravind Srinivasan | 2 | -2/+4 |
2009-01-30 | Make cli_tcon_andx async | Volker Lendecke | 1 | -1/+1 |
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 | 3 | -23/+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-22 | s3: always call run_events() before and after sys_select() | Stefan Metzmacher | 1 | -9/+7 |
2009-01-21 | Memory leaks and other fixes found by Coverity | todd stecher | 2 | -3/+3 |
2009-01-16 | s3:put the browse list into cache_dir, not lock_dir. | Michael Adam | 1 | -8/+1 |
2009-01-16 | s3:nmbd: don't leak state_path() to talloc_tos() in wins_write_database() | Michael Adam | 1 | -1/+1 |
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-14 | Remove smbclient globals that bled into clidfs.c. Now we only have | Jeremy Allison | 1 | -4/+1 |
2009-01-12 | Covert several persistant tdb files to use state_path() instead of lock_path() | Steven Danneman | 1 | -1/+1 |
2009-01-12 | Audit usage of get_dyn_STATEDIR() and replace with state_path() | Steven Danneman | 1 | -2/+2 |
2009-01-05 | s3:events: change event_add_timed() prototype to match samba4 | Stefan Metzmacher | 1 | -2/+1 |
2009-01-05 | clean event context after child is forked. | Bo Yang | 2 | -2/+4 |
2008-12-19 | Make cli_negprot return NTSTATUS instead of bool | Volker Lendecke | 1 | -1/+2 |
2008-11-03 | s3: fix a few "shadows a global declaration" warnings | Tim Prouty | 1 | -4/+4 |
2008-10-23 | Use common net utility code (address and sockaddr manipulation). | Jelmer Vernooij | 3 | -11/+12 |
2008-10-23 | Use sockaddr_storage only where we rely on the size, use sockaddr | Jelmer Vernooij | 4 | -5/+5 |
2008-10-18 | Use separate make variables for libutil and libcrypto. | Jelmer Vernooij | 2 | -3/+3 |
2008-10-14 | Use {u,}int64_t instead of SMB_BIG_{U,}INT. | Jelmer Vernooij | 1 | -3/+3 |
2008-09-25 | s3-nbt: remove double nbt netlogon opcodes. | Günther Deschner | 1 | -15/+15 |
2008-08-20 | fix build warning. | Günther Deschner | 1 | -1/+1 |
2008-08-19 | Fix bug 5697 nmbd spins in reload_interfaces when only loopback has an IPv4 a... | Jeremy Allison | 2 | -7/+8 |
2008-08-13 | first cut at adding full transactions for ctdb to samba3 | Andrew Tridgell | 1 | -4/+0 |
2008-08-09 | nmbd: add support for delayed initial samlogon packages. | Michael Adam | 1 | -6/+86 |
2008-08-09 | nmbd_packets: make queue_packet() public. | Michael Adam | 1 | -3/+1 |
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 | 2 | -2/+2 |
2008-04-21 | cldap: avoid duplicate definitions so remove ads_cldap.h. | Günther Deschner | 1 | -2/+2 |
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 | 2 | -0/+10 |
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-04-10 | Fix the last reported debian problem with nmbd not waiting | Jeremy Allison | 1 | -10/+22 |
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-02-29 | Patch to fix the "Invalid read of size 4" errors. Bug #3617. | Jeremy Allison | 1 | -0/+18 |
2008-02-29 | Fix part of bug #3617 from valgrind trace. | Jeremy Allison | 2 | -3/+4 |
2008-02-02 | Convert read_data() to NTSTATUS | Volker Lendecke | 1 | -7/+12 |
2008-01-24 | Fix Coverity ID 454 | Volker Lendecke | 1 | -1/+8 |
2008-01-24 | Fix Coverity ID 465 | Volker Lendecke | 1 | -0/+2 |
2008-01-23 | strtok -> strtok_r | Volker Lendecke | 1 | -1/+2 |
2008-01-11 | Fix CID 475. work should not be checked against NULL | Jeremy Allison | 1 | -2/+2 |
2008-01-09 | Ensure we don't take address of one past buffer. | Jeremy Allison | 1 | -1/+1 |
2008-01-04 | More logical operation on bool. | Jeremy Allison | 1 | -1/+3 |