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
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
nmbd
Commit message (
Expand
)
Author
Age
Files
Lines
*
this is an interim fix for nmbd not registering DOMAIN#1b with WINS
Andrew Tridgell
2002-07-28
1
-1
/
+20
*
make sure async dns nmbd child dies
Andrew Tridgell
2002-07-28
2
-1
/
+8
*
fix minor nits in nmbd from adtam@cup.hp.com
Andrew Tridgell
2002-07-28
3
-13
/
+13
*
I think this makes the debug statement clearer.
Andrew Bartlett
2002-07-26
1
-1
/
+1
*
the last WINS update broke self registration when we are a WINS
Andrew Tridgell
2002-07-09
1
-3
/
+4
*
fixed multi-homed re-registration of names when we are a WINS
Andrew Tridgell
2002-07-01
1
-1
/
+11
*
don't start the async dns process unless we actually need it!
Andrew Tridgell
2002-07-01
1
-1
/
+1
*
The next phase in the WINS rewrite!
Andrew Tridgell
2002-06-27
9
-829
/
+802
*
This commit finally gives us multiple wins server groups. We now
Andrew Tridgell
2002-06-26
2
-171
/
+224
*
we never pass any userdata when doing name registrations on the
Andrew Tridgell
2002-06-26
1
-54
/
+51
*
- completely rewrote the wins_srv.c code. It is now much simpler, and
Andrew Tridgell
2002-06-26
3
-7
/
+29
*
when nmbd starts up it is possible that dhcp hasn't started the local
Andrew Tridgell
2002-06-19
1
-4
/
+9
*
compile warngin fixes merged from 2.2
Gerald Carter
2002-06-17
1
-2
/
+2
*
merge from 2.2
Gerald Carter
2002-05-28
1
-1
/
+1
*
nmbd handle shutdown message.
Jean-François Micouleau
2002-03-29
1
-0
/
+10
*
Fix to stop PERMANENT_NAMES being added when nmbd starts up and WINS
Jeremy Allison
2002-03-29
1
-5
/
+34
*
Make winbindd_idmap tdb endian independent. This is very important for
Jeremy Allison
2002-03-21
1
-5
/
+5
*
Add assertions that kill() is never accidentally passed a non-positive
Martin Pool
2002-03-20
1
-2
/
+3
*
Removed unused static function.
Tim Potter
2002-03-05
1
-18
/
+0
*
Cause nmbd to take signal processing in-band, rather than in
Jeremy Allison
2002-03-01
1
-339
/
+368
*
Fix from Michael Steffens <michael_steffens@hp.com> to make signal
Jeremy Allison
2002-01-31
1
-1
/
+1
*
Removed version number from file header.
Tim Potter
2002-01-30
27
-52
/
+27
*
rewrote nmbd's wins backend to use a tdb instead of a flat text file.
Jean-François Micouleau
2002-01-25
3
-267
/
+627
*
remove unused variable
Jean-François Micouleau
2002-01-25
1
-1
/
+0
*
Ensure (C) message is output on startup.
Jeremy Allison
2002-01-18
1
-2
/
+2
*
Tidyup & code refactoring from Martin.Sheppard@csiro.au.
Jeremy Allison
2002-01-18
1
-26
/
+23
*
Fix name register bug with non-existent wins server.
Jeremy Allison
2002-01-16
1
-32
/
+29
*
Same fix as went into 2.2 (I'm waiting for jerry to finish some code).
Jeremy Allison
2002-01-11
4
-15
/
+15
*
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
*
Add an output parameter to message_send_all that says how many
Martin Pool
2001-12-21
1
-1
/
+1
*
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
9
-22
/
+13
*
Removed TimeInit() call from every client program (except for one place
Tim Potter
2001-11-23
1
-2
/
+0
*
LMHOSTSFILE is now dynamically configured too.
Martin Pool
2001-11-19
1
-12
/
+3
*
Store some path names in global variables initialized to configure
Martin Pool
2001-11-19
1
-7
/
+5
*
Fixed WINS re-registration bug. Don't ask..... :-(. It was in my code :-).
Jeremy Allison
2001-10-08
2
-2
/
+3
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
27
-50
/
+0
*
How often did I read the CVS commit message
Volker Lendecke
2001-09-27
1
-1
/
+1
*
From 2.2.
Volker Lendecke
2001-09-26
1
-0
/
+6
*
move to SAFE_FREE()
Simo Sorce
2001-09-17
14
-39
/
+37
*
convert more code to use XFILE
Andrew Tridgell
2001-09-10
4
-46
/
+45
*
convert more code to use XFILE
Andrew Tridgell
2001-09-10
3
-10
/
+10
*
declare dbf in one spot
Andrew Tridgell
2001-09-10
1
-1
/
+0
*
replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down
Andrew Tridgell
2001-09-10
1
-2
/
+2
*
got rid of USE_TDB_MMAP_FLAG as its not needed any more
Andrew Tridgell
2001-09-06
2
-2
/
+2
*
merge profile data changes from 2.2
Herb Lewis
2001-09-05
3
-26
/
+65
*
Send a MSG_SMB_SAM_REPL when a UAS/SAM change netlogon message is
Tim Potter
2001-08-28
1
-8
/
+34
*
Same as nmbd.c. These now test wins_srv_count() instead of lp_wins_server
Christopher R. Hertel
2001-08-26
2
-2
/
+2
[next]