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
/
nmbd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3-debug Convert from x_file to real file descriptors.
Andrew Bartlett
2010-11-02
1
-2
/
+0
*
s3-debug Impove setup_logging() to specify logging to stderr
Andrew Bartlett
2010-11-02
1
-4
/
+7
*
Move talloc_enable_null_tracking() to the s3 daemons
Volker Lendecke
2010-10-08
1
-1
/
+7
*
s3-nmbd: move nmbd proto out of main proto.h
Günther Deschner
2010-08-26
1
-0
/
+1
*
s3-popt: Only include popt-common.h when needed.
Andreas Schneider
2010-08-05
1
-0
/
+1
*
s3: Pass the new server_id through reinit_after_fork
Volker Lendecke
2010-07-04
1
-2
/
+6
*
s3: Fix some type-punned warnings
Volker Lendecke
2010-07-04
1
-6
/
+9
*
s3: Remove serverid_[de]register_self
Volker Lendecke
2010-07-04
1
-2
/
+3
*
s3: only include gen_ndr headers where needed.
Günther Deschner
2010-05-06
1
-0
/
+1
*
s3-smbd: Don't close stdout if we want to log to stdout.
Andreas Schneider
2010-03-26
1
-1
/
+1
*
s3: Fix a long-standing problem with recycled PIDs
Volker Lendecke
2010-03-10
1
-1
/
+6
*
s3: Consolidate server_id_self into the equivalent procid_self()
Volker Lendecke
2010-02-23
1
-1
/
+1
*
s3-nmbd: Remove obsolete signal type cast.
Andreas Schneider
2010-02-23
1
-2
/
+2
*
s3:nmbd: also listen explicit on the subnet broadcast addresses
Stefan Metzmacher
2010-02-08
1
-2
/
+3
*
Make gencache more stable
Volker Lendecke
2009-07-15
1
-0
/
+2
*
Fix bug 4699: Remove pidfile on clean shutdown
Volker Lendecke
2009-06-18
1
-0
/
+2
*
s3: Allow child processes to exit gracefully if we are out of fds
Marc VanHeyningen
2009-05-27
1
-2
/
+2
*
s3:nmbd: implement a MAILSLOT => CLDAP proxy for NETLOGON_SAMLOGON requests
Stefan Metzmacher
2009-03-21
1
-0
/
+6
*
More warning fixes for Solaris.
Jeremy Allison
2009-02-23
1
-7
/
+7
*
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
1
-3
/
+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: make better use of ccache by not including version.h in every C-file.
Michael Adam
2009-01-15
1
-1
/
+1
*
clean event context after child is forked.
Bo Yang
2009-01-05
1
-1
/
+2
*
s3: fix a few "shadows a global declaration" warnings
Tim Prouty
2008-11-03
1
-4
/
+4
*
Use sockaddr_storage only where we rely on the size, use sockaddr
Jelmer Vernooij
2008-10-23
1
-2
/
+2
*
Use separate make variables for libutil and libcrypto.
Jelmer Vernooij
2008-10-18
1
-2
/
+2
*
Fix bug 5697 nmbd spins in reload_interfaces when only loopback has an IPv4 a...
Jeremy Allison
2008-08-19
1
-2
/
+2
*
first cut at adding full transactions for ctdb to samba3
Andrew Tridgell
2008-08-13
1
-4
/
+0
*
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
1
-1
/
+1
*
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
1
-0
/
+5
*
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 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
*
Fix Coverity ID 454
Volker Lendecke
2008-01-24
1
-1
/
+8
*
Remove the char[1024] strings from dynconfig. Replace
Jeremy Allison
2007-12-10
1
-7
/
+10
*
Don't build rpctorture anymore - not maintained. Just remove.
Jeremy Allison
2007-12-07
1
-1
/
+1
*
Remove pstring from nmbd.
Jeremy Allison
2007-11-19
1
-4
/
+6
*
More pstring removal. This one was tricky. I had to add
Jeremy Allison
2007-11-15
1
-0
/
+2
*
start smbd, nmbd and winbindd with the same startup message
Stefan Metzmacher
2007-10-30
1
-2
/
+2
*
This is a large patch (sorry). Migrate from struct in_addr
Jeremy Allison
2007-10-24
1
-22
/
+43
*
fix move to OPT_LOG_STDOUT
Stefan Metzmacher
2007-10-20
1
-1
/
+1
*
Fix the popt / bool issues. Some places we used BOOL
Jeremy Allison
2007-10-19
1
-9
/
+32
*
fix startup of smbd, nmbd, winbindd
Stefan Metzmacher
2007-10-19
1
-11
/
+5
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-17
/
+17
[next]