summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd_packets.c
AgeCommit message (Expand)AuthorFilesLines
2025-06-16libsmb: Remove "source3/libsmb/libsmb.h"Volker Lendecke1-1/+0
2024-04-05s3:libsmb/unexpected: pass nmbd_socket_dir from the callers of nb_packet_{ser...Stefan Metzmacher1-0/+1
2020-08-28s3: safe_string: do not include string_wrappers.hMatthew DeVore1-0/+1
2020-08-17lib: Move read_udp_v4_socket() to nmbdVolker Lendecke1-0/+43
2018-01-24libnmb: Move "read_packet" to nmbdVolker Lendecke1-0/+35
2018-01-23libsmb: Give unexpected.c its own headerVolker Lendecke1-0/+1
2016-09-24s3: nmbd: Final changeover to stock tevent for nmbd.Jeremy Allison1-42/+4
2016-09-24s3: nmbd: Change over to using tevent functions from direct poll.Jeremy Allison1-20/+38
2016-09-24s3: nmbd: Add a talloc_stackframe().Jeremy Allison1-0/+9
2016-09-24s3: nmbd: Add (currently unused) timeout and fd handlers.Jeremy Allison1-0/+26
2016-09-24s3: nmbd: Now attrs array mirrors fd's array use it in preference.Jeremy Allison1-4/+4
2016-09-24s3: nmbd: Ensure attrs array mirrors fd's array for dns.Jeremy Allison1-0/+15
2016-09-24s3: nmbd: Add fd, triggered elements to struct socket_attributes.Jeremy Allison1-1/+9
2016-09-23s3:nmbd: fix talloc_zero_array() check in nmbd_packets.cStefan Metzmacher1-1/+1
2016-02-06dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam1-1/+1
2015-05-01Convert all uses of uint8/16/32 to _t in nmbd and the include file.Richard Sharpe1-14/+14
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