summaryrefslogtreecommitdiffstats
path: root/source3/nmbd/nmbd_winsserver.c
Commit message (Expand)AuthorAgeFilesLines
* Apply some NULL pointer paranoia to previous wins hook fix.Tim Potter2003-09-291-2/+2
* Fix broken wins hook functionality. A i18n fixe caused the name typeTim Potter2003-09-291-2/+8
* fix segfault on empty wins server name registration replyGerald Carter2003-08-271-2/+4
* Fix the character set handling properly in nmbd. Also fix bug whereJeremy Allison2003-08-271-1367/+1282
* Use correct size (17 not 16) when doing a push_ascii(). Ensure thatJeremy Allison2003-08-221-1/+1
* Ensure nmb_namestr() converts back from CH_DOS to CH_UNIX.Jeremy Allison2003-08-221-8/+0
* This puts back wins.dat into nmbd for easy editing. It leaves most ofVolker Lendecke2003-05-081-194/+222
* Fix a confusing error messageVolker Lendecke2003-04-281-1/+1
* Merge from HEAD:Andrew Bartlett2003-01-141-1/+2
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-1/+1
* Lots of fixes for error paths where tdb_fetch() data need freeing.Jeremy Allison2002-11-231-3/+10
* Fix from "Stefan (metze) Metzmacher" <metze@metzemix.de> for nmbd 1c groupJeremy Allison2002-11-151-0/+16
* Merging tridge's wins fixes. Tridge - we're supposed to be keeping 3.0 upJeremy Allison2002-10-031-2/+2
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-1/+11
* Make winbindd_idmap tdb endian independent. This is very important forJeremy Allison2002-03-211-5/+5
* Removed unused static function.Tim Potter2002-03-051-18/+0
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* rewrote nmbd's wins backend to use a tdb instead of a flat text file.Jean-François Micouleau2002-01-251-267/+625
* Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter2001-11-261-2/+0
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-5/+5
* convert more code to use XFILEAndrew Tridgell2001-09-101-8/+7
* convert more code to use XFILEAndrew Tridgell2001-09-101-5/+5
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-4/+4
* Merge of Andrew's changes in 2.2.Jeremy Allison2001-04-131-1/+1
* As Andrew suggested, make smbrun return a fd for a deleted file which can thenJeremy Allison2001-04-131-1/+1
* Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison2001-04-081-4/+4
* Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison2000-05-021-2/+2
* when doing a "secure nbns" wack response and check with owner for aAndrew Tridgell2000-03-261-1/+4
* Modified auto alignment of ud[] struct on stack to be declared as anJeremy Allison2000-01-281-2/+2
* - added tdb_flags option to tdb_open()Andrew Tridgell2000-01-021-8/+2
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-14/+63
* Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1998-11-171-2/+2
* Removed acconfig.h configure configure.in include/config.h.in: Made smbwrappe...Jeremy Allison1998-11-141-35/+35
* Another cosmetic change.Christopher R. Hertel1998-10-221-2/+8
* Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1998-09-281-13/+1
* oops ... I got the filenames wrong in my cleanup of the wins databaseAndrew Tridgell1998-09-181-1/+2
* nmbd/nmbd_winsserver.c: Fixed printf style warning.Jeremy Allison1998-09-181-1/+1
* fixed another potential fork bomb where the wins file becomesAndrew Tridgell1998-09-171-0/+3
* fixed the nmbd fork bomb. It was a silly mistake, asAndrew Tridgell1998-09-171-0/+3
* fixed a typo in my last commitAndrew Tridgell1998-09-171-1/+1
* fixed a potential problem with wins_write_database() child processes.Andrew Tridgell1998-09-171-11/+10
* fixed a bug in the wins database writer that caused the database to beAndrew Tridgell1998-09-101-3/+11
* I looked at the refresh issue a bit more and discovered that SambaAndrew Tridgell1998-08-311-3/+4
* bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell1998-08-311-7/+7
* changed the way that name query records are sorted in replies. TheyAndrew Tridgell1998-08-301-36/+6
* include our netbios names list and our workgroup in the wins.dat hashAndrew Tridgell1998-08-301-2/+22
* changed the format of the wins.dat file slightly.Andrew Tridgell1998-08-301-0/+16
* More formatting changes. Mostly converted some DEBUG() calls to DEBUGADD()Christopher R. Hertel1998-08-031-5/+5
* clitar.c: Fixed gcc warning with comment in /* */ code.Jeremy Allison1998-06-251-12/+22