index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
nmbd
/
nmbd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r16576: Fix Klocwork #2015. Possible null deref.
Jeremy Allison
2007-10-10
1
-0
/
+5
*
r15700: Make nmbd udp sockets non-blocking to prevent problem
Jeremy Allison
2007-10-10
1
-0
/
+4
*
r14898: This change is an attempt to improve the quality of the information that
James Peach
2007-10-10
1
-40
/
+1
*
r14618: add --no-process-group to all server programms
Stefan Metzmacher
2007-10-10
1
-2
/
+4
*
r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()
Gerald Carter
2007-10-10
1
-1
/
+1
*
r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500
Derrell Lipman
2007-10-10
1
-1
/
+1
*
r12967: BUG 1061: don't corrupt the file name when reading an lmhosts file (-...
Gerald Carter
2007-10-10
1
-3
/
+4
*
r12564: Ensure load_case_tables is always done first.
Jeremy Allison
2007-10-10
1
-0
/
+2
*
r12107: Move to a tdb-based wins database. At the moment we still
Jeremy Allison
2007-10-10
1
-1
/
+4
*
r11566: From metze. Use "interpret_addr(lp_socket_address())" for port 138.
Jeremy Allison
2007-10-10
1
-1
/
+3
*
r11511: A classic "friday night check-in" :-). This moves much
Jeremy Allison
2007-10-10
1
-0
/
+2
*
r10822: updating copyright info
Gerald Carter
2007-10-10
1
-1
/
+1
*
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
2007-10-10
1
-8
/
+13
*
r9790: remove 'set but not used' variables (reported by Jason Mader)
Gerald Carter
2007-10-10
1
-2
/
+1
*
r7440: * merge registry server changes from trunk (so far) for more
Gerald Carter
2007-10-10
1
-2
/
+2
*
r7415: * big change -- volker's new async winbindd from trunk
Gerald Carter
2007-10-10
1
-0
/
+51
*
r6225: get rid of warnings from my compiler about nested externs
Herb Lewis
2007-10-10
1
-2
/
+2
*
r2470: Fix bug 1797: winbind and nmbd ignored "-l" option.
Volker Lendecke
2007-10-10
1
-2
/
+6
*
update copyright to -2004
Stefan Metzmacher
2004-01-11
1
-1
/
+1
*
This binds the nmbd sending socket to the 'socket address'.
Volker Lendecke
2003-11-01
1
-2
/
+2
*
Fix the character set handling properly in nmbd. Also fix bug where
Jeremy Allison
2003-08-27
1
-1
/
+2
*
Half-way though the big conversion of all nmbd access to wire elements being
Jeremy Allison
2003-08-23
1
-105
/
+100
*
metze's autogenerate patch for version.h
Gerald Carter
2003-08-20
1
-1
/
+1
*
Add support for MSG_SMB_CONF_UPDATED and MSG_SHUTDOWN to all daemons (smbd, n...
Alexander Bokovoy
2003-07-15
1
-5
/
+26
*
Reverse previous patch from Stefan and me after comments by Andrew Bartlett
Jelmer Vernooij
2003-05-10
1
-2
/
+0
*
Patch from metze and me that adds dummy smb_register_*() functions so
Jelmer Vernooij
2003-05-10
1
-0
/
+2
*
As nobody really objected to this patch, I opted to create facts :-)
Volker Lendecke
2003-04-25
1
-1
/
+3
*
fixed the popt option handling in nmbd, so that -i now works
Andrew Tridgell
2003-04-16
1
-34
/
+37
*
Merge:
Tim Potter
2003-04-14
1
-20
/
+0
*
Merge Jelmer's popt updates from HEAD.
Tim Potter
2003-04-14
1
-12
/
+3
*
update copyright notice since it we are now almost 4 months into 2003
Gerald Carter
2003-03-30
1
-1
/
+1
*
Add an extra parameter to our 'set_remote_machine_name' and
Andrew Bartlett
2003-03-18
1
-1
/
+1
*
patch to include support for daemontools from Michael Handler
Gerald Carter
2003-01-03
1
-3
/
+21
*
Forward port the change to talloc_init() to make all talloc contexts
Jeremy Allison
2002-12-20
1
-0
/
+20
*
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
2002-11-12
1
-100
/
+2
*
Last sync with HEAD
Jelmer Vernooij
2002-11-09
1
-5
/
+0
*
Sync with HEAD
Jelmer Vernooij
2002-11-09
1
-101
/
+29
*
sync 3.0 branch with head
Jelmer Vernooij
2002-08-17
1
-3
/
+8
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-14
/
+5
*
nmbd handle shutdown message.
Jean-François Micouleau
2002-03-29
1
-0
/
+10
*
Cause nmbd to take signal processing in-band, rather than in
Jeremy Allison
2002-03-01
1
-339
/
+368
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-1
/
+1
*
rewrote nmbd's wins backend to use a tdb instead of a flat text file.
Jean-François Micouleau
2002-01-25
1
-0
/
+1
*
Ensure (C) message is output on startup.
Jeremy Allison
2002-01-18
1
-2
/
+2
*
When running interactive we want to set our own process group for
Jeremy Allison
2001-12-30
1
-0
/
+9
*
Fixup -i interactive modes.
Jeremy Allison
2001-12-29
1
-5
/
+6
*
Removed global debugf. Replaced with lp_set_logfile(name).
Jeremy Allison
2001-12-20
1
-5
/
+6
*
added -i option to nmbd, giving interactive mode (like winbindd)
Andrew Tridgell
2001-11-27
1
-3
/
+8
*
Got medieval on another pointless extern. Removed extern struct ipzero
Tim Potter
2001-11-26
1
-2
/
+0
*
Removed TimeInit() call from every client program (except for one place
Tim Potter
2001-11-23
1
-2
/
+0
[next]