summaryrefslogtreecommitdiffstats
path: root/source3/nmbd/nmbd_winsserver.c
Commit message (Expand)AuthorAgeFilesLines
* r17626: Some C++ WarningsVolker Lendecke2007-10-101-1/+1
* r16665: Fix a couple of bugs I discovered now I've lookedJeremy Allison2007-10-101-10/+32
* r16642: Fix show-stopper bug #3876. Double-free in winsJeremy Allison2007-10-101-1/+1
* r16230: Fix Klocwork #861 and others. localtime and asctimeJeremy Allison2007-10-101-0/+6
* r13882: Fix coverity CID bug #96. Missing free on errorJeremy Allison2007-10-101-0/+1
* r13873: I think this is the longstanding wins server crash bug, notJeremy Allison2007-10-101-17/+16
* r13510: plug memory leak in WINS server code.Gerald Carter2007-10-101-0/+5
* r13081: correct fix for the segv in nmbd caused by a double free on namerec.Gerald Carter2007-10-101-2/+3
* r12107: Move to a tdb-based wins database. At the moment we stillJeremy Allison2007-10-101-165/+636
* r11511: A classic "friday night check-in" :-). This moves muchJeremy Allison2007-10-101-1/+1
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-1/+2
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-3/+3
* r1299: Don't "break" - "continue" ! Otherwise we only expire the first name !Jeremy Allison2007-10-101-1/+1
* r1290: Ensure we remove DNS and DNSFAIL records immediately on timeout.Jeremy Allison2007-10-101-1/+6
* r196: merging struct uuid from trunkGerald Carter2007-10-101-37/+77
* Use "unix netbios name" type unstring - 64 bytes long to manipulate netbiosJeremy Allison2004-03-151-4/+4
* Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...Jeremy Allison2004-03-131-11/+11
* 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