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
/
source
/
nmbd
Commit message (
Expand
)
Author
Age
Files
Lines
*
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
2007-10-10
15
-30
/
+29
*
r3877: Final (I hope :-) fix for #2050 from Lars Müller for select maxfd's.
Jeremy Allison
2007-10-10
1
-16
/
+6
*
r3864: Fix from Lars Müller <lmuelle@suse.de> for bug #2050.
Jeremy Allison
2007-10-10
1
-3
/
+19
*
r2470: Fix bug 1797: winbind and nmbd ignored "-l" option.
Volker Lendecke
2007-10-10
1
-2
/
+6
*
r2363: Fix to make find_workgroup use the same truncation as
Jeremy Allison
2007-10-10
1
-15
/
+28
*
r2261: fix getdc mailslot checks; testing with Windows 98se, WinME, WinNT 4.0...
Gerald Carter
2007-10-10
1
-3
/
+3
*
r2224: Make nmbd more robust against bad netbios packets.
Jeremy Allison
2007-10-10
2
-7
/
+141
*
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
*
r928: Ensure we're calling send_mailslot() with a UNIX charset
Jeremy Allison
2007-10-10
1
-1
/
+4
*
r196: merging struct uuid from trunk
Gerald Carter
2007-10-10
2
-40
/
+83
*
r39: * importing .cvsignore files
Gerald Carter
2007-10-10
1
-0
/
+0
*
Avoid mb conversion overflow when sending an announcement.
Jeremy Allison
2004-03-16
1
-1
/
+4
*
Use "unix netbios name" type unstring - 64 bytes long to manipulate netbios
Jeremy Allison
2004-03-15
19
-90
/
+89
*
Ensure we don't truncate strcmps to nstring anymore...
Jeremy Allison
2004-03-13
4
-10
/
+10
*
Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...
Jeremy Allison
2004-03-13
18
-151
/
+160
*
Fix up name canonicalization (needed for krb5 keytab support later).
Jeremy Allison
2004-01-30
1
-1
/
+1
*
A Samba DC is nothing special these days - so every domain controller
Andrew Bartlett
2004-01-24
1
-8
/
+8
*
update copyright to -2004
Stefan Metzmacher
2004-01-11
1
-1
/
+1
*
Final round of printf warnings fixes for the moment.
Tim Potter
2003-11-06
1
-1
/
+1
*
Fix for bug #771. Fix packet length for browse list reply.
Jeremy Allison
2003-11-05
1
-1
/
+1
*
This binds the nmbd sending socket to the 'socket address'.
Volker Lendecke
2003-11-01
1
-2
/
+2
*
Fixes to check for wraps which could cause coredumps.
Jeremy Allison
2003-10-29
1
-0
/
+3
*
Put strcasecmp/strncasecmp on the banned list (except for needed calls
Jeremy Allison
2003-10-22
1
-1
/
+1
*
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
*
More tuning from cachegrind. Change most trim_string() calls to trim_char(0,
Jeremy Allison
2003-09-05
2
-3
/
+3
*
Fix comment strings to 43 bytes as per spec.
Jeremy Allison
2003-09-01
1
-3
/
+2
*
Add length warning on register name.
Jeremy Allison
2003-08-28
1
-2
/
+12
*
Fixed off-by-one bugs in workgroup name comparisons. Complain when a
Jeremy Allison
2003-08-28
3
-9
/
+16
*
Ensure we use correct length nstrings for workgroup and browser names.
Jeremy Allison
2003-08-27
7
-21
/
+20
*
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
21
-5739
/
+5325
*
Half-way though the big conversion of all nmbd access to wire elements being
Jeremy Allison
2003-08-23
8
-1985
/
+1895
*
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
*
metze's autogenerate patch for version.h
Gerald Carter
2003-08-20
1
-1
/
+1
*
Update my copyrights according to my agreement with IBM
Jim McDonough
2003-08-01
1
-1
/
+1
*
Fix copyright statements for various pieces of Anthony Liguori's work.
Jim McDonough
2003-08-01
1
-1
/
+0
*
Add support for MSG_SMB_CONF_UPDATED and MSG_SHUTDOWN to all daemons (smbd, n...
Alexander Bokovoy
2003-07-15
1
-5
/
+26
*
Removed strupper/strlower macros that automatically map to strupper_m/strlowe...
Jeremy Allison
2003-07-03
8
-83
/
+76
*
Fix bug #98: DNS compression is required for proper building of the
Jim McDonough
2003-05-20
1
-25
/
+42
*
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
*
fix bug #47; revert registration of workgroup<1b> to 2.2 behavior
Gerald Carter
2003-05-08
1
-1
/
+1
*
This puts back wins.dat into nmbd for easy editing. It leaves most of
Volker Lendecke
2003-05-08
1
-194
/
+222
*
We used to use the name "*",0x0 here, but some Windows
Jeremy Allison
2003-05-07
1
-1
/
+9
*
Fix a confusing error message
Volker Lendecke
2003-04-28
1
-1
/
+1
*
As nobody really objected to this patch, I opted to create facts :-)
Volker Lendecke
2003-04-25
1
-1
/
+3
*
Merge the 'safe' parts of my StrnCpy patch - many of the users really wanted
Andrew Bartlett
2003-04-23
7
-16
/
+27
[next]