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
/
nmbd_winsserver.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-3
/
+3
2007-10-10
r1299: Don't "break" - "continue" ! Otherwise we only expire the first name !
Jeremy Allison
1
-1
/
+1
2007-10-10
r1290: Ensure we remove DNS and DNSFAIL records immediately on timeout.
Jeremy Allison
1
-1
/
+6
2007-10-10
r196: merging struct uuid from trunk
Gerald Carter
1
-37
/
+77
2004-03-15
Use "unix netbios name" type unstring - 64 bytes long to manipulate netbios
Jeremy Allison
1
-4
/
+4
2004-03-13
Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...
Jeremy Allison
1
-11
/
+11
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-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
1
-1367
/
+1282
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-05-08
This puts back wins.dat into nmbd for easy editing. It leaves most of
Volker Lendecke
1
-194
/
+222
2003-04-28
Fix a confusing error message
Volker Lendecke
1
-1
/
+1
2003-01-14
Merge from HEAD:
Andrew Bartlett
1
-1
/
+2
2003-01-03
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
1
-1
/
+1
2002-11-23
Lots of fixes for error paths where tdb_fetch() data need freeing.
Jeremy Allison
1
-3
/
+10
2002-11-15
Fix from "Stefan (metze) Metzmacher" <metze@metzemix.de> for nmbd 1c group
Jeremy Allison
1
-0
/
+16
2002-10-03
Merging tridge's wins fixes. Tridge - we're supposed to be keeping 3.0 up
Jeremy Allison
1
-2
/
+2
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-1
/
+11
2002-03-21
Make winbindd_idmap tdb endian independent. This is very important for
Jeremy Allison
1
-5
/
+5
2002-03-05
Removed unused static function.
Tim Potter
1
-18
/
+0
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2002-01-25
rewrote nmbd's wins backend to use a tdb instead of a flat text file.
Jean-François Micouleau
1
-267
/
+625
2001-11-26
Got medieval on another pointless extern. Removed extern struct ipzero
Tim Potter
1
-2
/
+0
2001-10-02
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
1
-2
/
+0
2001-09-17
move to SAFE_FREE()
Simo Sorce
1
-5
/
+5
2001-09-10
convert more code to use XFILE
Andrew Tridgell
1
-8
/
+7
2001-09-10
convert more code to use XFILE
Andrew Tridgell
1
-5
/
+5
2001-07-04
strchr and strrchr are macros when compiling with optimisation in gcc, so we ...
Andrew Tridgell
1
-4
/
+4
2001-04-13
Merge of Andrew's changes in 2.2.
Jeremy Allison
1
-1
/
+1
2001-04-13
As Andrew suggested, make smbrun return a fd for a deleted file which can then
Jeremy Allison
1
-1
/
+1
2001-04-08
Got "medieval on our ass" about adding the -1 to slprintf.
Jeremy Allison
1
-4
/
+4
2000-05-02
Added sys_fork() and sys_getpid() functions to stop the overhead
Jeremy Allison
1
-2
/
+2
2000-03-26
when doing a "secure nbns" wack response and check with owner for a
Andrew Tridgell
1
-1
/
+4
2000-01-28
Modified auto alignment of ud[] struct on stack to be declared as an
Jeremy Allison
1
-2
/
+2
2000-01-02
- added tdb_flags option to tdb_open()
Andrew Tridgell
1
-8
/
+2
1999-12-13
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1
-14
/
+63
1998-11-17
Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.
Jeremy Allison
1
-2
/
+2
1998-11-14
Removed acconfig.h configure configure.in include/config.h.in: Made smbwrappe...
Jeremy Allison
1
-35
/
+35
1998-10-22
Another cosmetic change.
Christopher R. Hertel
1
-2
/
+8
1998-09-28
Changes to test in configure if capabilities are enabled on a system.
Jeremy Allison
1
-13
/
+1
1998-09-18
oops ... I got the filenames wrong in my cleanup of the wins database
Andrew Tridgell
1
-1
/
+2
1998-09-18
nmbd/nmbd_winsserver.c: Fixed printf style warning.
Jeremy Allison
1
-1
/
+1
1998-09-17
fixed another potential fork bomb where the wins file becomes
Andrew Tridgell
1
-0
/
+3
1998-09-17
fixed the nmbd fork bomb. It was a silly mistake, as
Andrew Tridgell
1
-0
/
+3
1998-09-17
fixed a typo in my last commit
Andrew Tridgell
1
-1
/
+1
1998-09-17
fixed a potential problem with wins_write_database() child processes.
Andrew Tridgell
1
-11
/
+10
1998-09-10
fixed a bug in the wins database writer that caused the database to be
Andrew Tridgell
1
-3
/
+11
1998-08-31
I looked at the refresh issue a bit more and discovered that Samba
Andrew Tridgell
1
-3
/
+4
[next]