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
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
1998-08-31
bounds check next_token() to prevent possible buffer overflows
Andrew Tridgell
1
-7
/
+7
1998-08-30
changed the way that name query records are sorted in replies. They
Andrew Tridgell
1
-36
/
+6
1998-08-30
include our netbios names list and our workgroup in the wins.dat hash
Andrew Tridgell
1
-2
/
+22
1998-08-30
changed the format of the wins.dat file slightly.
Andrew Tridgell
1
-0
/
+16
1998-08-03
More formatting changes. Mostly converted some DEBUG() calls to DEBUGADD()
Christopher R. Hertel
1
-5
/
+5
1998-06-25
clitar.c: Fixed gcc warning with comment in /* */ code.
Jeremy Allison
1
-12
/
+22
1998-06-23
The function add_name_to_subnet(), in file nmbd_namelistdb.c, returns a
Christopher R. Hertel
1
-9
/
+7
1998-06-10
I've replaced the linked list used to manage the subnet namelists with a
Christopher R. Hertel
1
-4
/
+11
1998-06-09
This is a first step toward moving long namelists into a database. I
Christopher R. Hertel
1
-54
/
+67
1998-05-12
includes.h: SunOS doesn't have strcasecmp, solaris versions prior to 2.6 don't
Jeremy Allison
1
-1
/
+1
1998-05-12
This is a security audit change of the main source.
Jeremy Allison
1
-9
/
+9
1998-04-20
Fixed bug that John found in WINS server code. When nmbd as a WINS
Jeremy Allison
1
-9
/
+6
1998-03-11
"For I have laboured mightily on Luke's code, and hath broken
Jeremy Allison
1
-3
/
+4
1998-01-29
Makefile: Fix for OSF1 typo.
Jeremy Allison
1
-1
/
+13
1998-01-22
This is *not* a big change (although it looks like one).
Jeremy Allison
1
-1
/
+1
1998-01-07
includes.h: Added FreeBSD 3.x fixes. Added HPUX10.x fixes.
Jeremy Allison
1
-4
/
+3
1997-12-26
fixed another couple of minor type errors (they could cause incorrect
Andrew Tridgell
1
-4
/
+4
1997-12-26
fixed a couple of illegal uses of scanf() in the nmbd wins code. They
Andrew Tridgell
1
-6
/
+6
1997-12-14
allow name_type 0x20 as well as name_type 0x0 in dns proxying
Andrew Tridgell
1
-1
/
+2
1997-12-13
This is it ! The mega-merge of the JRA_NMBD_REWRITE branch
Jeremy Allison
1
-0
/
+1565
[prev]