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
/
nmbd
/
nmbd_packets.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-24
lib/util: Remove obsolete sys_getpid() and sys_fork().
Jelmer Vernooij
1
-1
/
+1
2012-03-06
s3: Fix some format string warnings
Volker Lendecke
1
-9
/
+13
2012-02-16
lib/util: Remove sys_poll as it is no longer needed
Andrew Bartlett
1
-1
/
+1
2012-02-03
s3-nmbd: don't discard DGRAM frames from local addresses when we are a DC
Matthieu Patou
1
-15
/
+17
2011-12-14
s3: Centralize nmbd_messaging_context in nmbd.c
Volker Lendecke
1
-2
/
+2
2011-08-04
s3-nmbd: fix talloc/malloc mismatch in create_listen_pollfds().
Günther Deschner
1
-1
/
+1
2011-06-30
Part of fix for bug 8276 - FD_SET out of bounds access crash.
Jeremy Allison
1
-9
/
+18
2011-06-09
s3-param Remove special case for global_scope()
Andrew Bartlett
1
-4
/
+4
2011-06-09
s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()
Andrew Bartlett
1
-1
/
+1
2011-06-09
s3-talloc Change TALLOC_ARRAY() to talloc_array()
Andrew Bartlett
1
-1
/
+1
2011-06-09
s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
Andrew Bartlett
1
-2
/
+2
2011-05-06
s3-libsmb: move protos to libsmb/proto.h
Günther Deschner
1
-0
/
+1
2011-05-05
More simple const fixes.
Jeremy Allison
1
-5
/
+5
2011-05-05
More const compiler warning fixes.
Jeremy Allison
1
-5
/
+5
2011-05-04
Change safe_strcpy_base to strlcpy_base. Note the size doesn't change here as...
Jeremy Allison
1
-1
/
+1
2011-03-27
s3: Fix Coverity ID 2331: RESOURCE_LEAK
Volker Lendecke
1
-0
/
+1
2011-02-28
s3: Use poll in nmbd
Volker Lendecke
1
-102
/
+113
2011-02-14
s3: Fix a typed-punned warning
Volker Lendecke
1
-1
/
+1
2011-01-31
Revert "s3:events: Call all ready fd event handlers on each iteration of the ...
Stefan Metzmacher
1
-3
/
+3
2011-01-07
s3: Remove some unused code
Volker Lendecke
1
-9
/
+1
2011-01-07
s3: Limit the number of unexpected clients to 200
Volker Lendecke
1
-2
/
+4
2011-01-07
s3: Make nmbd listen on the unexpected socket
Volker Lendecke
1
-0
/
+20
2011-01-05
s3: Fix some nonempty blank lines
Volker Lendecke
1
-26
/
+25
2010-12-23
All calls to event_add_to_select_args() call GetTimeOfDay() and
Jeremy Allison
1
-5
/
+2
2010-11-14
Fix the unexpected.tdb database problem. Change nmbd to store the
Jeremy Allison
1
-2
/
+5
2010-10-01
s3:events: Call all ready fd event handlers on each iteration of the main loop
Steven Danneman
1
-3
/
+3
2010-10-01
samba: share select wrappers.
Günther Deschner
1
-0
/
+1
2010-08-26
s3-nmbd: move nmbd proto out of main proto.h
Günther Deschner
1
-0
/
+1
2010-02-10
Fix unused variable warning after change to new DLINK macros.
Jeremy Allison
1
-2
/
+0
2010-02-10
s3-nmbd: update nmbd to use new DLIST_ macros
Andrew Tridgell
1
-18
/
+2
2010-02-10
More of the fix for bug #7118 - nmbd problems with socket address.
Jeremy Allison
1
-0
/
+89
2010-02-08
Make "nmbd bind explicit broadcast" on by default.
Jeremy Allison
1
-1
/
+1
2010-02-08
s3:nmbd: also listen explicit on the subnet broadcast addresses
Stefan Metzmacher
1
-64
/
+125
2009-09-24
Reduce debug log level from 0 -> 7 on non-critical message.
Jeremy Allison
1
-1
/
+1
2009-04-23
Fix Coverity bug #902, uninitialized variable.
Jeremy Allison
1
-1
/
+3
2009-01-27
s3:nmbd: as the sig_term() handler only sets a flag we don't need to block SI...
Stefan Metzmacher
1
-8
/
+0
2009-01-22
s3: always call run_events() before and after sys_select()
Stefan Metzmacher
1
-9
/
+7
2008-10-23
Use sockaddr_storage only where we rely on the size, use sockaddr
Jelmer Vernooij
1
-1
/
+1
2008-08-09
nmbd_packets: make queue_packet() public.
Michael Adam
1
-3
/
+1
2008-01-02
Attempt to fix bug #3617. Mix of patches from Volker and
Jeremy Allison
1
-0
/
+5
2007-12-26
Add SMB encryption. Still fixing client decrypt but
Jeremy Allison
1
-1
/
+1
2007-12-13
Arg. The fix for CVE-2007-6015 hadn't been merged into 3.2.
Jeremy Allison
1
-0
/
+6
2007-11-15
Fix for CVE-2007-5398.
Gerald (Jerry) Carter
1
-0
/
+6
2007-10-24
This is a large patch (sorry). Migrate from struct in_addr
Jeremy Allison
1
-2
/
+2
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-24
/
+24
2007-10-10
Add start of IPv6 implementation. Currently most of this is avoiding
Jeremy Allison
1
-23
/
+31
2007-10-10
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
1
-1
/
+1
2007-10-10
r25492: Start adding IPv6 compatible code to lib/util_sock.c and deal with
Jeremy Allison
1
-27
/
+27
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
[next]