summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd_packets.c
Commit message (Expand)AuthorAgeFilesLines
* s3-param Remove special case for global_scope()Andrew Bartlett2011-06-091-4/+4
* s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2011-06-091-2/+2
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-061-0/+1
* More simple const fixes.Jeremy Allison2011-05-051-5/+5
* More const compiler warning fixes.Jeremy Allison2011-05-051-5/+5
* Change safe_strcpy_base to strlcpy_base. Note the size doesn't change here as...Jeremy Allison2011-05-041-1/+1
* s3: Fix Coverity ID 2331: RESOURCE_LEAKVolker Lendecke2011-03-271-0/+1
* s3: Use poll in nmbdVolker Lendecke2011-02-281-102/+113
* s3: Fix a typed-punned warningVolker Lendecke2011-02-141-1/+1
* Revert "s3:events: Call all ready fd event handlers on each iteration of the ...Stefan Metzmacher2011-01-311-3/+3
* s3: Remove some unused codeVolker Lendecke2011-01-071-9/+1
* s3: Limit the number of unexpected clients to 200Volker Lendecke2011-01-071-2/+4
* s3: Make nmbd listen on the unexpected socketVolker Lendecke2011-01-071-0/+20
* s3: Fix some nonempty blank linesVolker Lendecke2011-01-051-26/+25
* All calls to event_add_to_select_args() call GetTimeOfDay() andJeremy Allison2010-12-231-5/+2
* Fix the unexpected.tdb database problem. Change nmbd to store theJeremy Allison2010-11-141-2/+5
* s3:events: Call all ready fd event handlers on each iteration of the main loopSteven Danneman2010-10-011-3/+3
* samba: share select wrappers.Günther Deschner2010-10-011-0/+1
* s3-nmbd: move nmbd proto out of main proto.hGünther Deschner2010-08-261-0/+1
* Fix unused variable warning after change to new DLINK macros.Jeremy Allison2010-02-101-2/+0
* s3-nmbd: update nmbd to use new DLIST_ macrosAndrew Tridgell2010-02-101-18/+2
* More of the fix for bug #7118 - nmbd problems with socket address.Jeremy Allison2010-02-101-0/+89
* Make "nmbd bind explicit broadcast" on by default.Jeremy Allison2010-02-081-1/+1
* s3:nmbd: also listen explicit on the subnet broadcast addressesStefan Metzmacher2010-02-081-64/+125
* Reduce debug log level from 0 -> 7 on non-critical message.Jeremy Allison2009-09-241-1/+1
* Fix Coverity bug #902, uninitialized variable.Jeremy Allison2009-04-231-1/+3
* s3:nmbd: as the sig_term() handler only sets a flag we don't need to block SI...Stefan Metzmacher2009-01-271-8/+0
* s3: always call run_events() before and after sys_select()Stefan Metzmacher2009-01-221-9/+7
* Use sockaddr_storage only where we rely on the size, use sockaddrJelmer Vernooij2008-10-231-1/+1
* nmbd_packets: make queue_packet() public.Michael Adam2008-08-091-3/+1
* Attempt to fix bug #3617. Mix of patches from Volker andJeremy Allison2008-01-021-0/+5
* Add SMB encryption. Still fixing client decrypt butJeremy Allison2007-12-261-1/+1
* Arg. The fix for CVE-2007-6015 hadn't been merged into 3.2.Jeremy Allison2007-12-131-0/+6
* Fix for CVE-2007-5398.Gerald (Jerry) Carter2007-11-151-0/+6
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-241-2/+2
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-24/+24
* Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison2007-10-101-23/+31
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-101-1/+1
* r25492: Start adding IPv6 compatible code to lib/util_sock.c and deal withJeremy Allison2007-10-101-27/+27
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22902: Add an event_context and a messaging_context to nmbd. Not used yet.Volker Lendecke2007-10-101-7/+26
* r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison2007-10-101-1/+1
* r22045: As Volker noticed, skip_string's last argument isJeremy Allison2007-10-101-1/+1
* r22014: Make us pass RANDOMIPC test again :-(. This is an ugly check-in,Jeremy Allison2007-10-101-3/+3
* r13887: Fix coverity bug CID #94. mem leak on error codepath.Jeremy Allison2007-10-101-0/+2
* r13884: Fix coverity CID #95. Resource leak on error path.Jeremy Allison2007-10-101-0/+2
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-2/+2