summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd_packets.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-24lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij1-1/+1
2012-03-06s3: Fix some format string warningsVolker Lendecke1-9/+13
2012-02-16lib/util: Remove sys_poll as it is no longer neededAndrew Bartlett1-1/+1
2012-02-03s3-nmbd: don't discard DGRAM frames from local addresses when we are a DCMatthieu Patou1-15/+17
2011-12-14s3: Centralize nmbd_messaging_context in nmbd.cVolker Lendecke1-2/+2
2011-08-04s3-nmbd: fix talloc/malloc mismatch in create_listen_pollfds().Günther Deschner1-1/+1
2011-06-30Part of fix for bug 8276 - FD_SET out of bounds access crash.Jeremy Allison1-9/+18
2011-06-09s3-param Remove special case for global_scope()Andrew Bartlett1-4/+4
2011-06-09s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett1-1/+1
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett1-1/+1
2011-06-09s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett1-2/+2
2011-05-06s3-libsmb: move protos to libsmb/proto.hGünther Deschner1-0/+1
2011-05-05More simple const fixes.Jeremy Allison1-5/+5
2011-05-05More const compiler warning fixes.Jeremy Allison1-5/+5
2011-05-04Change safe_strcpy_base to strlcpy_base. Note the size doesn't change here as...Jeremy Allison1-1/+1
2011-03-27s3: Fix Coverity ID 2331: RESOURCE_LEAKVolker Lendecke1-0/+1
2011-02-28s3: Use poll in nmbdVolker Lendecke1-102/+113
2011-02-14s3: Fix a typed-punned warningVolker Lendecke1-1/+1
2011-01-31Revert "s3:events: Call all ready fd event handlers on each iteration of the ...Stefan Metzmacher1-3/+3
2011-01-07s3: Remove some unused codeVolker Lendecke1-9/+1
2011-01-07s3: Limit the number of unexpected clients to 200Volker Lendecke1-2/+4
2011-01-07s3: Make nmbd listen on the unexpected socketVolker Lendecke1-0/+20
2011-01-05s3: Fix some nonempty blank linesVolker Lendecke1-26/+25
2010-12-23All calls to event_add_to_select_args() call GetTimeOfDay() andJeremy Allison1-5/+2
2010-11-14Fix the unexpected.tdb database problem. Change nmbd to store theJeremy Allison1-2/+5
2010-10-01s3:events: Call all ready fd event handlers on each iteration of the main loopSteven Danneman1-3/+3
2010-10-01samba: share select wrappers.Günther Deschner1-0/+1
2010-08-26s3-nmbd: move nmbd proto out of main proto.hGünther Deschner1-0/+1
2010-02-10Fix unused variable warning after change to new DLINK macros.Jeremy Allison1-2/+0
2010-02-10s3-nmbd: update nmbd to use new DLIST_ macrosAndrew Tridgell1-18/+2
2010-02-10More of the fix for bug #7118 - nmbd problems with socket address.Jeremy Allison1-0/+89
2010-02-08Make "nmbd bind explicit broadcast" on by default.Jeremy Allison1-1/+1
2010-02-08s3:nmbd: also listen explicit on the subnet broadcast addressesStefan Metzmacher1-64/+125
2009-09-24Reduce debug log level from 0 -> 7 on non-critical message.Jeremy Allison1-1/+1
2009-04-23Fix Coverity bug #902, uninitialized variable.Jeremy Allison1-1/+3
2009-01-27s3:nmbd: as the sig_term() handler only sets a flag we don't need to block SI...Stefan Metzmacher1-8/+0
2009-01-22s3: always call run_events() before and after sys_select()Stefan Metzmacher1-9/+7
2008-10-23Use sockaddr_storage only where we rely on the size, use sockaddrJelmer Vernooij1-1/+1
2008-08-09nmbd_packets: make queue_packet() public.Michael Adam1-3/+1
2008-01-02Attempt to fix bug #3617. Mix of patches from Volker andJeremy Allison1-0/+5
2007-12-26Add SMB encryption. Still fixing client decrypt butJeremy Allison1-1/+1
2007-12-13Arg. The fix for CVE-2007-6015 hadn't been merged into 3.2.Jeremy Allison1-0/+6
2007-11-15Fix for CVE-2007-5398.Gerald (Jerry) Carter1-0/+6
2007-10-24This is a large patch (sorry). Migrate from struct in_addrJeremy Allison1-2/+2
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-24/+24
2007-10-10Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison1-23/+31
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-1/+1
2007-10-10r25492: Start adding IPv6 compatible code to lib/util_sock.c and deal withJeremy Allison1-27/+27
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1