index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
nmbd
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix denial of service - memory corruption.
Jeremy Allison
2011-02-27
1
-2
/
+22
*
s3-nmbd: Fix bug #7875
Björn Baumbach
2011-01-13
1
-2
/
+2
*
Fix bug 4699: Remove pidfile on clean shutdown
Volker Lendecke
2009-06-19
1
-0
/
+2
*
s3: Allow child processes to exit gracefully if we are out of fds
Marc VanHeyningen
2009-05-29
2
-4
/
+4
*
Fix bug #6224 - nmbd waits 5 minutes at startup before checking if it needs t...
Jeremy Allison
2009-04-15
1
-3
/
+0
*
Fix bug #6186 - map readonly does not work
Jeremy Allison
2009-03-12
1
-0
/
+8
*
More warning fixes for Solaris.
Jeremy Allison
2009-02-23
1
-7
/
+7
*
Replace get_myname() with the talloc version from v3-3-test
Volker Lendecke
2009-02-13
1
-1
/
+1
*
Have nmbd check all available interfaces for WINS before failing
Aravind Srinivasan
2009-02-04
2
-2
/
+4
*
Make cli_tcon_andx async
Volker Lendecke
2009-01-30
1
-1
/
+1
*
s3:nmbd: handle SIG_TERM and SIGHUP via tevent
Stefan Metzmacher
2009-01-27
1
-48
/
+67
*
s3:nmbd: as the sig_term() handler only sets a flag we don't need to block SI...
Stefan Metzmacher
2009-01-27
3
-23
/
+0
*
s3:nmbd: install the SIG_DFL handler for SIGTERM while we're waiting for inte...
Stefan Metzmacher
2009-01-27
1
-12
/
+4
*
s3:nmbd: we don't need to call message_dispatch() anymore it's event triggere...
Stefan Metzmacher
2009-01-22
1
-4
/
+0
*
s3: always call run_events() before and after sys_select()
Stefan Metzmacher
2009-01-22
1
-9
/
+7
*
Memory leaks and other fixes found by Coverity
todd stecher
2009-01-21
2
-3
/
+3
*
s3:put the browse list into cache_dir, not lock_dir.
Michael Adam
2009-01-16
1
-8
/
+1
*
s3:nmbd: don't leak state_path() to talloc_tos() in wins_write_database()
Michael Adam
2009-01-16
1
-1
/
+1
*
s3: make better use of ccache by not including version.h in every C-file.
Michael Adam
2009-01-15
1
-1
/
+1
*
Remove smbclient globals that bled into clidfs.c. Now we only have
Jeremy Allison
2009-01-14
1
-4
/
+1
*
Covert several persistant tdb files to use state_path() instead of lock_path()
Steven Danneman
2009-01-12
1
-1
/
+1
*
Audit usage of get_dyn_STATEDIR() and replace with state_path()
Steven Danneman
2009-01-12
1
-2
/
+2
*
s3:events: change event_add_timed() prototype to match samba4
Stefan Metzmacher
2009-01-05
1
-2
/
+1
*
clean event context after child is forked.
Bo Yang
2009-01-05
2
-2
/
+4
*
Make cli_negprot return NTSTATUS instead of bool
Volker Lendecke
2008-12-19
1
-1
/
+2
*
s3: fix a few "shadows a global declaration" warnings
Tim Prouty
2008-11-03
1
-4
/
+4
*
Use common net utility code (address and sockaddr manipulation).
Jelmer Vernooij
2008-10-23
3
-11
/
+12
*
Use sockaddr_storage only where we rely on the size, use sockaddr
Jelmer Vernooij
2008-10-23
4
-5
/
+5
*
Use separate make variables for libutil and libcrypto.
Jelmer Vernooij
2008-10-18
2
-3
/
+3
*
Use {u,}int64_t instead of SMB_BIG_{U,}INT.
Jelmer Vernooij
2008-10-14
1
-3
/
+3
*
s3-nbt: remove double nbt netlogon opcodes.
Günther Deschner
2008-09-25
1
-15
/
+15
*
fix build warning.
Günther Deschner
2008-08-20
1
-1
/
+1
*
Fix bug 5697 nmbd spins in reload_interfaces when only loopback has an IPv4 a...
Jeremy Allison
2008-08-19
2
-7
/
+8
*
first cut at adding full transactions for ctdb to samba3
Andrew Tridgell
2008-08-13
1
-4
/
+0
*
nmbd: add support for delayed initial samlogon packages.
Michael Adam
2008-08-09
1
-6
/
+86
*
nmbd_packets: make queue_packet() public.
Michael Adam
2008-08-09
1
-3
/
+1
*
nmbd: untangle logic in nmbd_messaging_context() slightly.
Michael Adam
2008-06-26
1
-2
/
+5
*
nmbd: don't panic if messaging_init() fails - return NULL instead.
Michael Adam
2008-06-26
1
-1
/
+1
*
Fix CLEAR_IF_FIRST handling of messages.tdb
Volker Lendecke
2008-04-23
2
-2
/
+2
*
cldap: avoid duplicate definitions so remove ads_cldap.h.
Günther Deschner
2008-04-21
1
-2
/
+2
*
nmbd: create the messaging conntext earlier
Stefan Metzmacher
2008-04-18
1
-3
/
+12
*
nmbd: call reinit_after_fork() in all needed cases
Stefan Metzmacher
2008-04-18
2
-0
/
+10
*
dbwrap: wait for tdb2 change notifies in smbd, nmbd and winbindd
Stefan Metzmacher
2008-04-12
1
-0
/
+8
*
Fix bug #5386, don't keep printing the same waiting
Jeremy Allison
2008-04-11
1
-3
/
+6
*
Fix the last reported debian problem with nmbd not waiting
Jeremy Allison
2008-04-10
1
-10
/
+22
*
Fix for termination problems when no interfaces found - bug #5267.
Jeremy Allison
2008-03-27
1
-6
/
+15
*
Fix bug #5267 - nmbd shuts down when network interfaces go down.
Jeremy Allison
2008-03-06
1
-29
/
+39
*
Patch to fix the "Invalid read of size 4" errors. Bug #3617.
Jeremy Allison
2008-02-29
1
-0
/
+18
*
Fix part of bug #3617 from valgrind trace.
Jeremy Allison
2008-02-29
2
-3
/
+4
*
Convert read_data() to NTSTATUS
Volker Lendecke
2008-02-02
1
-7
/
+12
[next]