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
/
nmbd_winsserver.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug #7191 - WINS doesn't respond after > 86 #1c registrations.
Craig Miskell
2010-03-15
1
-4
/
+115
*
s3:nmbd: don't leak state_path() to talloc_tos() in wins_write_database()
Michael Adam
2009-01-16
1
-1
/
+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
*
Use common net utility code (address and sockaddr manipulation).
Jelmer Vernooij
2008-10-23
1
-8
/
+8
*
Use {u,}int64_t instead of SMB_BIG_{U,}INT.
Jelmer Vernooij
2008-10-14
1
-3
/
+3
*
Remove the char[1024] strings from dynconfig. Replace
Jeremy Allison
2007-12-10
1
-1
/
+1
*
Fix two incompatible pointer warnings
Volker Lendecke
2007-12-08
1
-1
/
+1
*
Remove next_token - all uses must now be next_token_talloc.
Jeremy Allison
2007-12-07
1
-19
/
+30
*
Remove pstring from nmbd.
Jeremy Allison
2007-11-19
1
-32
/
+54
*
Remove more static data from lib/util_sock.c and
Jeremy Allison
2007-11-03
1
-8
/
+14
*
Patch 2 of 3 from Debian Samba packagers:
Gerald (Jerry) Carter
2007-11-01
1
-2
/
+2
*
This is a large patch (sorry). Migrate from struct in_addr
Jeremy Allison
2007-10-24
1
-12
/
+12
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-21
/
+21
*
Add start of IPv6 implementation. Currently most of this is avoiding
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23556: Fix for error path from Atsushi Nakabayashi <nakabayashi@miraclelinux...
Jeremy Allison
2007-10-10
1
-0
/
+1
*
r23425: Volker noticed this obvious fix for the wins server
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r23015: Make message_(de)register static to messages.c
Volker Lendecke
2007-10-10
1
-2
/
+5
*
r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r22009: change TDB_DATA from char * to unsigned char *
Stefan Metzmacher
2007-10-10
1
-3
/
+3
*
r21064: The core of this patch is
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r17626: Some C++ Warnings
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r16665: Fix a couple of bugs I discovered now I've looked
Jeremy Allison
2007-10-10
1
-10
/
+32
*
r16642: Fix show-stopper bug #3876. Double-free in wins
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r16230: Fix Klocwork #861 and others. localtime and asctime
Jeremy Allison
2007-10-10
1
-0
/
+6
*
r13882: Fix coverity CID bug #96. Missing free on error
Jeremy Allison
2007-10-10
1
-0
/
+1
*
r13873: I think this is the longstanding wins server crash bug, not
Jeremy Allison
2007-10-10
1
-17
/
+16
*
r13510: plug memory leak in WINS server code.
Gerald Carter
2007-10-10
1
-0
/
+5
*
r13081: correct fix for the segv in nmbd caused by a double free on namerec.
Gerald Carter
2007-10-10
1
-2
/
+3
*
r12107: Move to a tdb-based wins database. At the moment we still
Jeremy Allison
2007-10-10
1
-165
/
+636
*
r11511: A classic "friday night check-in" :-). This moves much
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
2007-10-10
1
-1
/
+2
*
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
2007-10-10
1
-3
/
+3
*
r1299: Don't "break" - "continue" ! Otherwise we only expire the first name !
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r1290: Ensure we remove DNS and DNSFAIL records immediately on timeout.
Jeremy Allison
2007-10-10
1
-1
/
+6
*
r196: merging struct uuid from trunk
Gerald Carter
2007-10-10
1
-37
/
+77
*
Use "unix netbios name" type unstring - 64 bytes long to manipulate netbios
Jeremy Allison
2004-03-15
1
-4
/
+4
*
Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...
Jeremy Allison
2004-03-13
1
-11
/
+11
*
Apply some NULL pointer paranoia to previous wins hook fix.
Tim Potter
2003-09-29
1
-2
/
+2
*
Fix broken wins hook functionality. A i18n fixe caused the name type
Tim Potter
2003-09-29
1
-2
/
+8
*
fix segfault on empty wins server name registration reply
Gerald Carter
2003-08-27
1
-2
/
+4
*
Fix the character set handling properly in nmbd. Also fix bug where
Jeremy Allison
2003-08-27
1
-1367
/
+1282
*
Use correct size (17 not 16) when doing a push_ascii(). Ensure that
Jeremy Allison
2003-08-22
1
-1
/
+1
*
Ensure nmb_namestr() converts back from CH_DOS to CH_UNIX.
Jeremy Allison
2003-08-22
1
-8
/
+0
*
This puts back wins.dat into nmbd for easy editing. It leaves most of
Volker Lendecke
2003-05-08
1
-194
/
+222
*
Fix a confusing error message
Volker Lendecke
2003-04-28
1
-1
/
+1
*
Merge from HEAD:
Andrew Bartlett
2003-01-14
1
-1
/
+2
*
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
2003-01-03
1
-1
/
+1
[next]