summaryrefslogtreecommitdiff
path: root/source3/libsmb/unexpected.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-05s3:libsmb/unexpected: pass nmbd_socket_dir from the callers of nb_packet_{ser...Stefan Metzmacher1-8/+4
2024-04-05s3:libsmb/unexpected: don't use talloc_tos() in async codeStefan Metzmacher1-2/+4
2023-10-24s3:libsmb: the unexpected handler use tstream_bsd_fail_readv_first_error(true)Stefan Metzmacher1-0/+2
2018-02-13libsmb: Fix an error path memleakVolker Lendecke1-0/+1
2018-02-13libsmb: Fix destructor setup in unexpected.cVolker Lendecke1-1/+2
2018-01-24libnmb: Make nb_packet_read_recv return a talloc'ed pktVolker Lendecke1-2/+4
2018-01-23libnmb: Fix two signed/unsigned hickupsVolker Lendecke1-2/+4
2018-01-23libnmb: tsocket_address_unix_from_path deals fine with NULLVolker Lendecke1-1/+1
2018-01-23libnmb: Remove a pointless struct memberVolker Lendecke1-5/+3
2018-01-23libsmb: Give unexpected.c its own headerVolker Lendecke1-1/+2
2017-12-18source3/libsmb/unexpected.c set socket close on execGary Lockyer1-0/+1
2016-01-10lib: Introduce util_tsock.hVolker Lendecke1-0/+1
2015-10-13lib: Move sys_rw* to lib/utilVolker Lendecke1-1/+1
2015-06-12s3:libsmb: convert nb_packet_reader to tstream_* functionsStefan Metzmacher1-38/+34
2015-06-12s3:libsmb: convert nb_packet_client to tstream_* functionsStefan Metzmacher1-51/+67
2015-06-12s3:libsmb: let nb_packet_server_destructor() explicitly destroy the tevent_fdStefan Metzmacher1-4/+9
2014-12-07lib: Split out sys_[read|write] & friendsVolker Lendecke1-0/+1
2013-05-17lib: Add before/after hooks to async_connectVolker Lendecke1-1/+1
2011-08-29s3-lib: If we create a pipe socket, don't start to listen.Andreas Schneider1-0/+6
2011-07-13Fix bug 8305 - nmbd segfaults - when using "smbtree ..."Günter Kukkukk1-1/+1
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-4/+4
2011-04-29s3-tevent: only include ../lib/util/tevent wrappers where needed.Günther Deschner1-0/+1
2011-03-30s3-libsmb: put namequery headers to nmblib.hGünther Deschner1-0/+1
2011-01-09s3: Fix two incompatible pointer type warnings on SolarisVolker Lendecke1-2/+2
2011-01-07s3: Make nmbd socket dir configurableVolker Lendecke1-1/+2
2011-01-07s3: Remove some unused codeVolker Lendecke1-314/+0
2011-01-07s3: Limit the number of unexpected clients to 200Volker Lendecke1-0/+9
2011-01-07s3: Limit the number of unexpected packets per client to 10Volker Lendecke1-0/+8
2011-01-07s3: Basic infrastructure for /tmp/.nmbd/unexpectedVolker Lendecke1-0/+677
2011-01-02Fix memory leak I introduced when refactoring unexpected packet code.Jeremy Allison1-0/+1
2010-11-14Fix the unexpected.tdb database problem. Change nmbd to store theJeremy Allison1-2/+131
2010-10-03s3: Remove talloc_autofree_context() from unexpected.cVolker Lendecke1-2/+1
2010-09-28s3: Remove talloc_autofree_context() from receive_unexpected()Volker Lendecke1-2/+2
2010-09-27Change to using TDB_INCOMPATIBLE_HASH (the jenkins hash) on allJeremy Allison1-1/+1
2010-03-13s3: Convert unexpected.tdb to use tdb_wrap_openVolker Lendecke1-10/+12
2009-03-24s3: parse_packet can return NULL which is then dereferenced in match_mailslot...Tim Prouty1-0/+2
2008-03-08Fix some typosVolker Lendecke1-2/+2
2007-12-19Some paranoia checksVolker Lendecke1-0/+8
2007-12-19Zero the tdb key, there might be paddingVolker Lendecke1-0/+2
2007-12-05remove some staticsVolker Lendecke1-19/+24
2007-10-10r25492: Start adding IPv6 compatible code to lib/util_sock.c and deal withJeremy Allison1-26/+50
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
2007-10-10r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher1-3/+3
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-2/+2
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-1/+1
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-06got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell1-1/+1
2001-09-06actually obey the "use mmap" smb.conf optionAndrew Tridgell1-1/+1