index
:
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-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-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
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
nmbd
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-04
s3: Fix some type-punned warnings
Volker Lendecke
1
-6
/
+9
2010-07-04
s3: Remove serverid_[de]register_self
Volker Lendecke
1
-2
/
+3
2010-06-28
s3-nmbd: Leave the sync function if there are no syncs.
Andreas Schneider
1
-0
/
+5
2010-06-03
s3: remove unused librpc/ndr/sid.c.
Günther Deschner
1
-0
/
+1
2010-05-31
s3: only use netlogon/nbt header when needed.
Günther Deschner
1
-0
/
+1
2010-05-18
s3: Remove use of iconv_convenience.
Jelmer Vernooij
1
-3
/
+3
2010-05-06
s3: only include gen_ndr headers where needed.
Günther Deschner
1
-0
/
+1
2010-03-26
s3-smbd: Don't close stdout if we want to log to stdout.
Andreas Schneider
1
-1
/
+1
2010-03-15
Fix bug #7191 - WINS doesn't respond after > 86 #1c registrations.
Craig Miskell
1
-4
/
+115
2010-03-10
s3: Fix a long-standing problem with recycled PIDs
Volker Lendecke
1
-1
/
+6
2010-02-23
s3: Consolidate server_id_self into the equivalent procid_self()
Volker Lendecke
1
-1
/
+1
2010-02-23
s3-nmbd: Remove obsolete signal type cast.
Andreas Schneider
3
-7
/
+7
2010-02-14
s3-nmbd: note TODO item for qsort
Andrew Tridgell
1
-0
/
+2
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
4
-73
/
+9
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: change "nmbd:bind explicit broadcast" into "nmbd bind explicit broad...
Stefan Metzmacher
1
-1
/
+1
2010-02-08
s3:nmbd: also listen explicit on the subnet broadcast addresses
Stefan Metzmacher
3
-110
/
+207
2009-09-24
Reduce debug log level from 0 -> 7 on non-critical message.
Jeremy Allison
1
-1
/
+1
2009-07-15
Make gencache more stable
Volker Lendecke
1
-0
/
+2
2009-06-18
Fix bug 4699: Remove pidfile on clean shutdown
Volker Lendecke
1
-0
/
+2
2009-05-28
s3:nmbd: fix typo
Björn Jacke
1
-1
/
+1
2009-05-27
s3: Allow child processes to exit gracefully if we are out of fds
Marc VanHeyningen
2
-4
/
+4
2009-04-23
Fix Coverity bug #902, uninitialized variable.
Jeremy Allison
2
-2
/
+4
2009-04-14
Solve some of the conflict between Samba3 and Samba4 push_string
Andrew Bartlett
1
-5
/
+5
2009-03-26
Fix bug #6224 - nmbd waits 5 minutes at startup before checking if it needs t...
Jeremy Allison
1
-3
/
+0
2009-03-21
s3:nmbd: implement a MAILSLOT => CLDAP proxy for NETLOGON_SAMLOGON requests
Stefan Metzmacher
2
-0
/
+244
2009-03-12
Fix bug #6186 - map readonly does not work
Jeremy Allison
1
-0
/
+8
2009-02-23
More warning fixes for Solaris.
Jeremy Allison
1
-7
/
+7
2009-02-13
Replace get_myname() with the talloc version from v3-3-test
Volker Lendecke
1
-1
/
+1
2009-02-04
Have nmbd check all available interfaces for WINS before failing
Aravind Srinivasan
2
-2
/
+4
2009-01-30
Make cli_tcon_andx async
Volker Lendecke
1
-1
/
+1
2009-01-27
s3:nmbd: handle SIG_TERM and SIGHUP via tevent
Stefan Metzmacher
1
-48
/
+67
2009-01-27
s3:nmbd: as the sig_term() handler only sets a flag we don't need to block SI...
Stefan Metzmacher
3
-23
/
+0
2009-01-27
s3:nmbd: install the SIG_DFL handler for SIGTERM while we're waiting for inte...
Stefan Metzmacher
1
-12
/
+4
2009-01-22
s3:nmbd: we don't need to call message_dispatch() anymore it's event triggere...
Stefan Metzmacher
1
-4
/
+0
2009-01-22
s3: always call run_events() before and after sys_select()
Stefan Metzmacher
1
-9
/
+7
2009-01-21
Memory leaks and other fixes found by Coverity
todd stecher
2
-3
/
+3
2009-01-16
s3:put the browse list into cache_dir, not lock_dir.
Michael Adam
1
-8
/
+1
2009-01-16
s3:nmbd: don't leak state_path() to talloc_tos() in wins_write_database()
Michael Adam
1
-1
/
+1
2009-01-15
s3: make better use of ccache by not including version.h in every C-file.
Michael Adam
1
-1
/
+1
2009-01-14
Remove smbclient globals that bled into clidfs.c. Now we only have
Jeremy Allison
1
-4
/
+1
2009-01-12
Covert several persistant tdb files to use state_path() instead of lock_path()
Steven Danneman
1
-1
/
+1
2009-01-12
Audit usage of get_dyn_STATEDIR() and replace with state_path()
Steven Danneman
1
-2
/
+2
2009-01-05
s3:events: change event_add_timed() prototype to match samba4
Stefan Metzmacher
1
-2
/
+1
2009-01-05
clean event context after child is forked.
Bo Yang
2
-2
/
+4
2008-12-19
Make cli_negprot return NTSTATUS instead of bool
Volker Lendecke
1
-1
/
+2
2008-11-03
s3: fix a few "shadows a global declaration" warnings
Tim Prouty
1
-4
/
+4
2008-10-23
Use common net utility code (address and sockaddr manipulation).
Jelmer Vernooij
3
-11
/
+12
[prev]
[next]