Age | Commit message (Expand) | Author | Files | Lines |
2011-02-14 | s3: Fix a typed-punned warning | Volker Lendecke | 1 | -1/+1 |
2011-01-31 | Revert "s3:events: Call all ready fd event handlers on each iteration of the ... | Stefan Metzmacher | 1 | -3/+3 |
2011-01-07 | s3: Remove some unused code | Volker Lendecke | 1 | -9/+1 |
2011-01-07 | s3: Limit the number of unexpected clients to 200 | Volker Lendecke | 1 | -2/+4 |
2011-01-07 | s3: Make nmbd listen on the unexpected socket | Volker Lendecke | 1 | -0/+20 |
2011-01-05 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -26/+25 |
2010-12-23 | All calls to event_add_to_select_args() call GetTimeOfDay() and | Jeremy Allison | 1 | -5/+2 |
2010-11-14 | Fix the unexpected.tdb database problem. Change nmbd to store the | Jeremy Allison | 1 | -2/+5 |
2010-10-01 | s3:events: Call all ready fd event handlers on each iteration of the main loop | Steven Danneman | 1 | -3/+3 |
2010-10-01 | samba: share select wrappers. | Günther Deschner | 1 | -0/+1 |
2010-08-26 | s3-nmbd: move nmbd proto out of main proto.h | Günther Deschner | 1 | -0/+1 |
2010-02-10 | Fix unused variable warning after change to new DLINK macros. | Jeremy Allison | 1 | -2/+0 |
2010-02-10 | s3-nmbd: update nmbd to use new DLIST_ macros | Andrew Tridgell | 1 | -18/+2 |
2010-02-10 | More of the fix for bug #7118 - nmbd problems with socket address. | Jeremy Allison | 1 | -0/+89 |
2010-02-08 | Make "nmbd bind explicit broadcast" on by default. | Jeremy Allison | 1 | -1/+1 |
2010-02-08 | s3:nmbd: also listen explicit on the subnet broadcast addresses | Stefan Metzmacher | 1 | -64/+125 |
2009-09-24 | Reduce debug log level from 0 -> 7 on non-critical message. | Jeremy Allison | 1 | -1/+1 |
2009-04-23 | Fix Coverity bug #902, uninitialized variable. | Jeremy Allison | 1 | -1/+3 |
2009-01-27 | s3:nmbd: as the sig_term() handler only sets a flag we don't need to block SI... | Stefan Metzmacher | 1 | -8/+0 |
2009-01-22 | s3: always call run_events() before and after sys_select() | Stefan Metzmacher | 1 | -9/+7 |
2008-10-23 | Use sockaddr_storage only where we rely on the size, use sockaddr | Jelmer Vernooij | 1 | -1/+1 |
2008-08-09 | nmbd_packets: make queue_packet() public. | Michael Adam | 1 | -3/+1 |
2008-01-02 | Attempt to fix bug #3617. Mix of patches from Volker and | Jeremy Allison | 1 | -0/+5 |
2007-12-26 | Add SMB encryption. Still fixing client decrypt but | Jeremy Allison | 1 | -1/+1 |
2007-12-13 | Arg. The fix for CVE-2007-6015 hadn't been merged into 3.2. | Jeremy Allison | 1 | -0/+6 |
2007-11-15 | Fix for CVE-2007-5398. | Gerald (Jerry) Carter | 1 | -0/+6 |
2007-10-24 | This is a large patch (sorry). Migrate from struct in_addr | Jeremy Allison | 1 | -2/+2 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -24/+24 |
2007-10-10 | Add start of IPv6 implementation. Currently most of this is avoiding | Jeremy Allison | 1 | -23/+31 |
2007-10-10 | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. | Gerald (Jerry) Carter | 1 | -1/+1 |
2007-10-10 | r25492: Start adding IPv6 compatible code to lib/util_sock.c and deal with | Jeremy Allison | 1 | -27/+27 |
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 | r22902: Add an event_context and a messaging_context to nmbd. Not used yet. | Volker Lendecke | 1 | -7/+26 |
2007-10-10 | r22391: Looks bigger than it is. Make "inbuf" available | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r22045: As Volker noticed, skip_string's last argument is | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r22014: Make us pass RANDOMIPC test again :-(. This is an ugly check-in, | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r13887: Fix coverity bug CID #94. mem leak on error codepath. | Jeremy Allison | 1 | -0/+2 |
2007-10-10 | r13884: Fix coverity CID #95. Resource leak on error path. | Jeremy Allison | 1 | -0/+2 |
2007-10-10 | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 1 | -2/+2 |
2007-10-10 | r5082: Don't blindly copy question rr_type and class, set correctly as required | Jeremy Allison | 1 | -10/+7 |
2007-10-10 | r5077: Use correct type for rr record on negative name query reply. | Jeremy Allison | 1 | -0/+3 |
2007-10-10 | r5076: Ensure that WINS negative name query responses and WACK packets | Jeremy Allison | 1 | -1/+10 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -5/+5 |
2007-10-10 | r3877: Final (I hope :-) fix for #2050 from Lars Müller for select maxfd's. | Jeremy Allison | 1 | -16/+6 |
2007-10-10 | r3864: Fix from Lars Müller <lmuelle@suse.de> for bug #2050. | Jeremy Allison | 1 | -3/+19 |
2007-10-10 | r2224: Make nmbd more robust against bad netbios packets. | Jeremy Allison | 1 | -6/+38 |
2004-03-15 | Use "unix netbios name" type unstring - 64 bytes long to manipulate netbios | Jeremy Allison | 1 | -2/+2 |
2004-03-13 | Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ... | Jeremy Allison | 1 | -4/+4 |
2003-11-05 | Fix for bug #771. Fix packet length for browse list reply. | Jeremy Allison | 1 | -1/+1 |