index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
nmbd
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r928: Ensure we're calling send_mailslot() with a UNIX charset
Jeremy Allison
1
-1
/
+4
2007-10-10
r196: merging struct uuid from trunk
Gerald Carter
2
-40
/
+83
2007-10-10
r39: * importing .cvsignore files
Gerald Carter
1
-0
/
+0
2004-03-16
Avoid mb conversion overflow when sending an announcement.
Jeremy Allison
1
-1
/
+4
2004-03-15
Use "unix netbios name" type unstring - 64 bytes long to manipulate netbios
Jeremy Allison
19
-90
/
+89
2004-03-13
Ensure we don't truncate strcmps to nstring anymore...
Jeremy Allison
4
-10
/
+10
2004-03-13
Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...
Jeremy Allison
18
-151
/
+160
2004-01-30
Fix up name canonicalization (needed for krb5 keytab support later).
Jeremy Allison
1
-1
/
+1
2004-01-24
A Samba DC is nothing special these days - so every domain controller
Andrew Bartlett
1
-8
/
+8
2004-01-11
update copyright to -2004
Stefan Metzmacher
1
-1
/
+1
2003-11-06
Final round of printf warnings fixes for the moment.
Tim Potter
1
-1
/
+1
2003-11-05
Fix for bug #771. Fix packet length for browse list reply.
Jeremy Allison
1
-1
/
+1
2003-11-01
This binds the nmbd sending socket to the 'socket address'.
Volker Lendecke
1
-2
/
+2
2003-10-29
Fixes to check for wraps which could cause coredumps.
Jeremy Allison
1
-0
/
+3
2003-10-22
Put strcasecmp/strncasecmp on the banned list (except for needed calls
Jeremy Allison
1
-1
/
+1
2003-09-29
Apply some NULL pointer paranoia to previous wins hook fix.
Tim Potter
1
-2
/
+2
2003-09-29
Fix broken wins hook functionality. A i18n fixe caused the name type
Tim Potter
1
-2
/
+8
2003-09-05
More tuning from cachegrind. Change most trim_string() calls to trim_char(0,
Jeremy Allison
2
-3
/
+3
2003-09-01
Fix comment strings to 43 bytes as per spec.
Jeremy Allison
1
-3
/
+2
2003-08-28
Add length warning on register name.
Jeremy Allison
1
-2
/
+12
2003-08-28
Fixed off-by-one bugs in workgroup name comparisons. Complain when a
Jeremy Allison
3
-9
/
+16
2003-08-27
Ensure we use correct length nstrings for workgroup and browser names.
Jeremy Allison
7
-21
/
+20
2003-08-27
fix segfault on empty wins server name registration reply
Gerald Carter
1
-2
/
+4
2003-08-27
Fix the character set handling properly in nmbd. Also fix bug where
Jeremy Allison
21
-5739
/
+5325
2003-08-23
Half-way though the big conversion of all nmbd access to wire elements being
Jeremy Allison
8
-1985
/
+1895
2003-08-22
Use correct size (17 not 16) when doing a push_ascii(). Ensure that
Jeremy Allison
1
-1
/
+1
2003-08-22
Ensure nmb_namestr() converts back from CH_DOS to CH_UNIX.
Jeremy Allison
1
-8
/
+0
2003-08-20
metze's autogenerate patch for version.h
Gerald Carter
1
-1
/
+1
2003-08-01
Update my copyrights according to my agreement with IBM
Jim McDonough
1
-1
/
+1
2003-08-01
Fix copyright statements for various pieces of Anthony Liguori's work.
Jim McDonough
1
-1
/
+0
2003-07-15
Add support for MSG_SMB_CONF_UPDATED and MSG_SHUTDOWN to all daemons (smbd, n...
Alexander Bokovoy
1
-5
/
+26
2003-07-03
Removed strupper/strlower macros that automatically map to strupper_m/strlowe...
Jeremy Allison
8
-83
/
+76
2003-05-20
Fix bug #98: DNS compression is required for proper building of the
Jim McDonough
1
-25
/
+42
2003-05-10
Reverse previous patch from Stefan and me after comments by Andrew Bartlett
Jelmer Vernooij
1
-2
/
+0
2003-05-10
Patch from metze and me that adds dummy smb_register_*() functions so
Jelmer Vernooij
1
-0
/
+2
2003-05-08
fix bug #47; revert registration of workgroup<1b> to 2.2 behavior
Gerald Carter
1
-1
/
+1
2003-05-08
This puts back wins.dat into nmbd for easy editing. It leaves most of
Volker Lendecke
1
-194
/
+222
2003-05-07
We used to use the name "*",0x0 here, but some Windows
Jeremy Allison
1
-1
/
+9
2003-04-28
Fix a confusing error message
Volker Lendecke
1
-1
/
+1
2003-04-25
As nobody really objected to this patch, I opted to create facts :-)
Volker Lendecke
1
-1
/
+3
2003-04-23
Merge the 'safe' parts of my StrnCpy patch - many of the users really wanted
Andrew Bartlett
7
-16
/
+27
2003-04-16
fixed the popt option handling in nmbd, so that -i now works
Andrew Tridgell
1
-34
/
+37
2003-04-14
Merge:
Tim Potter
1
-20
/
+0
2003-04-14
Merge Jelmer's popt updates from HEAD.
Tim Potter
1
-12
/
+3
2003-03-30
update copyright notice since it we are now almost 4 months into 2003
Gerald Carter
1
-1
/
+1
2003-03-20
use pstrcpy_base()
Jim McDonough
1
-1
/
+1
2003-03-19
replace pstrcpy
Jim McDonough
1
-1
/
+1
2003-03-18
NMBD string parinoia and memcpy() parinoia fixes from HEAD.
Andrew Bartlett
3
-10
/
+15
2003-03-18
Add an extra parameter to our 'set_remote_machine_name' and
Andrew Bartlett
1
-1
/
+1
2003-03-10
check a pointer before dereferencing it; not sure why userdata == NULL though
Gerald Carter
1
-1
/
+1
[prev]
[next]