summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/unexpected.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Add before/after hooks to async_connectVolker Lendecke2013-05-171-1/+1
* s3-lib: If we create a pipe socket, don't start to listen.Andreas Schneider2011-08-291-0/+6
* Fix bug 8305 - nmbd segfaults - when using "smbtree ..."Günter Kukkukk2011-07-131-1/+1
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-4/+4
* s3-tevent: only include ../lib/util/tevent wrappers where needed.Günther Deschner2011-04-291-0/+1
* s3-libsmb: put namequery headers to nmblib.hGünther Deschner2011-03-301-0/+1
* s3: Fix two incompatible pointer type warnings on SolarisVolker Lendecke2011-01-091-2/+2
* s3: Make nmbd socket dir configurableVolker Lendecke2011-01-071-1/+2
* s3: Remove some unused codeVolker Lendecke2011-01-071-314/+0
* s3: Limit the number of unexpected clients to 200Volker Lendecke2011-01-071-0/+9
* s3: Limit the number of unexpected packets per client to 10Volker Lendecke2011-01-071-0/+8
* s3: Basic infrastructure for /tmp/.nmbd/unexpectedVolker Lendecke2011-01-071-0/+677
* Fix memory leak I introduced when refactoring unexpected packet code.Jeremy Allison2011-01-021-0/+1
* Fix the unexpected.tdb database problem. Change nmbd to store theJeremy Allison2010-11-141-2/+131
* s3: Remove talloc_autofree_context() from unexpected.cVolker Lendecke2010-10-031-2/+1
* s3: Remove talloc_autofree_context() from receive_unexpected()Volker Lendecke2010-09-281-2/+2
* Change to using TDB_INCOMPATIBLE_HASH (the jenkins hash) on allJeremy Allison2010-09-271-1/+1
* s3: Convert unexpected.tdb to use tdb_wrap_openVolker Lendecke2010-03-131-10/+12
* s3: parse_packet can return NULL which is then dereferenced in match_mailslot...Tim Prouty2009-03-241-0/+2
* Fix some typosVolker Lendecke2008-03-081-2/+2
* Some paranoia checksVolker Lendecke2007-12-191-0/+8
* Zero the tdb key, there might be paddingVolker Lendecke2007-12-191-0/+2
* remove some staticsVolker Lendecke2007-12-051-19/+24
* r25492: Start adding IPv6 compatible code to lib/util_sock.c and deal withJeremy Allison2007-10-101-26/+50
* 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
* r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher2007-10-101-3/+3
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-2/+2
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-1/+1
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell2001-09-061-1/+1
* actually obey the "use mmap" smb.conf optionAndrew Tridgell2001-09-061-1/+1
* Added "use mmap" for HPUX.Jeremy Allison2001-07-301-1/+1
* use LDSHFLAGS not -shared in several placesAndrew Tridgell2001-06-041-1/+1
* 1) added void* state argument to tdb_traverse. guess what! there wereLuke Leighton2000-02-041-10/+10
* use a minimal hash size in the unexpected packet database. A largeAndrew Tridgell2000-01-051-1/+1
* added suppport for unexpected udp/138 packetsAndrew Tridgell2000-01-031-9/+16
* the bulk of the unexpected packet handling code is in hereAndrew Tridgell2000-01-031-0/+160