summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd_packets.c
Commit message (Expand)AuthorAgeFilesLines
* s3: nmbd: Final changeover to stock tevent for nmbd.Jeremy Allison2016-09-241-42/+4
* s3: nmbd: Change over to using tevent functions from direct poll.Jeremy Allison2016-09-241-20/+38
* s3: nmbd: Add a talloc_stackframe().Jeremy Allison2016-09-241-0/+9
* s3: nmbd: Add (currently unused) timeout and fd handlers.Jeremy Allison2016-09-241-0/+26
* s3: nmbd: Now attrs array mirrors fd's array use it in preference.Jeremy Allison2016-09-241-4/+4
* s3: nmbd: Ensure attrs array mirrors fd's array for dns.Jeremy Allison2016-09-241-0/+15
* s3: nmbd: Add fd, triggered elements to struct socket_attributes.Jeremy Allison2016-09-241-1/+9
* s3:nmbd: fix talloc_zero_array() check in nmbd_packets.cStefan Metzmacher2016-09-231-1/+1
* dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam2016-02-061-1/+1
* Convert all uses of uint8/16/32 to _t in nmbd and the include file.Richard Sharpe2015-05-011-14/+14
* lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij2012-03-241-1/+1
* s3: Fix some format string warningsVolker Lendecke2012-03-061-9/+13
* lib/util: Remove sys_poll as it is no longer neededAndrew Bartlett2012-02-161-1/+1
* s3-nmbd: don't discard DGRAM frames from local addresses when we are a DCMatthieu Patou2012-02-031-15/+17
* s3: Centralize nmbd_messaging_context in nmbd.cVolker Lendecke2011-12-141-2/+2
* s3-nmbd: fix talloc/malloc mismatch in create_listen_pollfds().Günther Deschner2011-08-041-1/+1
* Part of fix for bug 8276 - FD_SET out of bounds access crash.Jeremy Allison2011-06-301-9/+18
* 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