index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
libsmb
/
unexpected.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-17
lib: Add before/after hooks to async_connect
Volker Lendecke
1
-1
/
+1
2011-08-29
s3-lib: If we create a pipe socket, don't start to listen.
Andreas Schneider
1
-0
/
+6
2011-07-13
Fix bug 8305 - nmbd segfaults - when using "smbtree ..."
Günter Kukkukk
1
-1
/
+1
2011-06-09
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Andrew Bartlett
1
-4
/
+4
2011-04-29
s3-tevent: only include ../lib/util/tevent wrappers where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-libsmb: put namequery headers to nmblib.h
Günther Deschner
1
-0
/
+1
2011-01-09
s3: Fix two incompatible pointer type warnings on Solaris
Volker Lendecke
1
-2
/
+2
2011-01-07
s3: Make nmbd socket dir configurable
Volker Lendecke
1
-1
/
+2
2011-01-07
s3: Remove some unused code
Volker Lendecke
1
-314
/
+0
2011-01-07
s3: Limit the number of unexpected clients to 200
Volker Lendecke
1
-0
/
+9
2011-01-07
s3: Limit the number of unexpected packets per client to 10
Volker Lendecke
1
-0
/
+8
2011-01-07
s3: Basic infrastructure for /tmp/.nmbd/unexpected
Volker Lendecke
1
-0
/
+677
2011-01-02
Fix memory leak I introduced when refactoring unexpected packet code.
Jeremy Allison
1
-0
/
+1
2010-11-14
Fix the unexpected.tdb database problem. Change nmbd to store the
Jeremy Allison
1
-2
/
+131
2010-10-03
s3: Remove talloc_autofree_context() from unexpected.c
Volker Lendecke
1
-2
/
+1
2010-09-28
s3: Remove talloc_autofree_context() from receive_unexpected()
Volker Lendecke
1
-2
/
+2
2010-09-27
Change to using TDB_INCOMPATIBLE_HASH (the jenkins hash) on all
Jeremy Allison
1
-1
/
+1
2010-03-13
s3: Convert unexpected.tdb to use tdb_wrap_open
Volker Lendecke
1
-10
/
+12
2009-03-24
s3: parse_packet can return NULL which is then dereferenced in match_mailslot...
Tim Prouty
1
-0
/
+2
2008-03-08
Fix some typos
Volker Lendecke
1
-2
/
+2
2007-12-19
Some paranoia checks
Volker Lendecke
1
-0
/
+8
2007-12-19
Zero the tdb key, there might be padding
Volker Lendecke
1
-0
/
+2
2007-12-05
remove some statics
Volker Lendecke
1
-19
/
+24
2007-10-10
r25492: Start adding IPv6 compatible code to lib/util_sock.c and deal with
Jeremy Allison
1
-26
/
+50
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r22009: change TDB_DATA from char * to unsigned char *
Stefan Metzmacher
1
-3
/
+3
2003-01-03
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
1
-2
/
+2
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-1
/
+1
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2001-10-02
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
1
-2
/
+0
2001-09-06
got rid of USE_TDB_MMAP_FLAG as its not needed any more
Andrew Tridgell
1
-1
/
+1
2001-09-06
actually obey the "use mmap" smb.conf option
Andrew Tridgell
1
-1
/
+1
2001-07-30
Added "use mmap" for HPUX.
Jeremy Allison
1
-1
/
+1
2001-06-04
use LDSHFLAGS not -shared in several places
Andrew Tridgell
1
-1
/
+1
2000-02-04
1) added void* state argument to tdb_traverse. guess what! there were
Luke Leighton
1
-10
/
+10
2000-01-05
use a minimal hash size in the unexpected packet database. A large
Andrew Tridgell
1
-1
/
+1
2000-01-03
added suppport for unexpected udp/138 packets
Andrew Tridgell
1
-9
/
+16
2000-01-03
the bulk of the unexpected packet handling code is in here
Andrew Tridgell
1
-0
/
+160