summaryrefslogtreecommitdiff
path: root/source3/libsmb/unexpected.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-07-30Added "use mmap" for HPUX.Jeremy Allison1-1/+1
2001-06-04use LDSHFLAGS not -shared in several placesAndrew Tridgell1-1/+1
2000-02-041) added void* state argument to tdb_traverse. guess what! there wereLuke Leighton1-10/+10
2000-01-05use a minimal hash size in the unexpected packet database. A largeAndrew Tridgell1-1/+1
2000-01-03added suppport for unexpected udp/138 packetsAndrew Tridgell1-9/+16
2000-01-03the bulk of the unexpected packet handling code is in hereAndrew Tridgell1-0/+160