summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd_winsserver.c
AgeCommit message (Expand)AuthorFilesLines
2003-04-28Fix a confusing error messageVolker Lendecke1-1/+1
2003-01-14Merge from HEAD:Andrew Bartlett1-1/+2
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-1/+1
2002-11-23Lots of fixes for error paths where tdb_fetch() data need freeing.Jeremy Allison1-3/+10
2002-11-15Fix from "Stefan (metze) Metzmacher" <metze@metzemix.de> for nmbd 1c groupJeremy Allison1-0/+16
2002-10-03Merging tridge's wins fixes. Tridge - we're supposed to be keeping 3.0 upJeremy Allison1-2/+2
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-1/+11
2002-03-21Make winbindd_idmap tdb endian independent. This is very important forJeremy Allison1-5/+5
2002-03-05Removed unused static function.Tim Potter1-18/+0
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-25rewrote nmbd's wins backend to use a tdb instead of a flat text file.Jean-François Micouleau1-267/+625
2001-11-26Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter1-2/+0
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-5/+5
2001-09-10convert more code to use XFILEAndrew Tridgell1-8/+7
2001-09-10convert more code to use XFILEAndrew Tridgell1-5/+5
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-4/+4
2001-04-13Merge of Andrew's changes in 2.2.Jeremy Allison1-1/+1
2001-04-13As Andrew suggested, make smbrun return a fd for a deleted file which can thenJeremy Allison1-1/+1
2001-04-08Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison1-4/+4
2000-05-02Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison1-2/+2
2000-03-26when doing a "secure nbns" wack response and check with owner for aAndrew Tridgell1-1/+4
2000-01-28Modified auto alignment of ud[] struct on stack to be declared as anJeremy Allison1-2/+2
2000-01-02- added tdb_flags option to tdb_open()Andrew Tridgell1-8/+2
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-14/+63
1998-11-17Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1-2/+2
1998-11-14Removed acconfig.h configure configure.in include/config.h.in: Made smbwrappe...Jeremy Allison1-35/+35
1998-10-22Another cosmetic change.Christopher R. Hertel1-2/+8
1998-09-28Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1-13/+1
1998-09-18oops ... I got the filenames wrong in my cleanup of the wins databaseAndrew Tridgell1-1/+2
1998-09-18nmbd/nmbd_winsserver.c: Fixed printf style warning.Jeremy Allison1-1/+1
1998-09-17fixed another potential fork bomb where the wins file becomesAndrew Tridgell1-0/+3
1998-09-17fixed the nmbd fork bomb. It was a silly mistake, asAndrew Tridgell1-0/+3
1998-09-17fixed a typo in my last commitAndrew Tridgell1-1/+1
1998-09-17fixed a potential problem with wins_write_database() child processes.Andrew Tridgell1-11/+10
1998-09-10fixed a bug in the wins database writer that caused the database to beAndrew Tridgell1-3/+11
1998-08-31I looked at the refresh issue a bit more and discovered that SambaAndrew Tridgell1-3/+4
1998-08-31bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell1-7/+7
1998-08-30changed the way that name query records are sorted in replies. TheyAndrew Tridgell1-36/+6
1998-08-30include our netbios names list and our workgroup in the wins.dat hashAndrew Tridgell1-2/+22
1998-08-30changed the format of the wins.dat file slightly.Andrew Tridgell1-0/+16
1998-08-03More formatting changes. Mostly converted some DEBUG() calls to DEBUGADD()Christopher R. Hertel1-5/+5
1998-06-25clitar.c: Fixed gcc warning with comment in /* */ code.Jeremy Allison1-12/+22
1998-06-23The function add_name_to_subnet(), in file nmbd_namelistdb.c, returns aChristopher R. Hertel1-9/+7
1998-06-10I've replaced the linked list used to manage the subnet namelists with aChristopher R. Hertel1-4/+11
1998-06-09This is a first step toward moving long namelists into a database. IChristopher R. Hertel1-54/+67
1998-05-12includes.h: SunOS doesn't have strcasecmp, solaris versions prior to 2.6 don'tJeremy Allison1-1/+1
1998-05-12This is a security audit change of the main source.Jeremy Allison1-9/+9
1998-04-20Fixed bug that John found in WINS server code. When nmbd as a WINSJeremy Allison1-9/+6
1998-03-11"For I have laboured mightily on Luke's code, and hath brokenJeremy Allison1-3/+4