summaryrefslogtreecommitdiffstats
path: root/source3/nmbd/nmbd_winsserver.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #9085 - NMB registration for a duplicate workstation fails with regis...S Hargagan2012-08-171-1/+1
* Check error returns from strupper_m() (in all reasonable places).Jeremy Allison2012-08-091-1/+1
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-1/+1
* s3-param: Rename lp_dns_proxy() -> lp_wins_dns_proxy() for clarityAndrew Bartlett2012-05-301-1/+1
* lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij2012-03-241-2/+2
* s3: Fix some nonempty blank linesVolker Lendecke2011-08-251-3/+3
* S3: Fix some nonempty blank linesVolker Lendecke2011-07-031-26/+26
* tdb_fetch_compat: use instead of tdb_fetch.Rusty Russell2011-06-201-1/+1
* s3-param Remove special case for global_scope()Andrew Bartlett2011-06-091-2/+2
* s3: only include tdb headers where needed.Günther Deschner2011-05-061-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3: Remove superfluous ;Günther Deschner2011-02-021-1/+1
* Change to using TDB_INCOMPATIBLE_HASH (the jenkins hash) on allJeremy Allison2010-09-271-1/+2
* s3/nmbd: tidy up debug message: ttl isn't a hex valueBjörn Jacke2010-09-071-1/+1
* s3-nmbd: move nmbd proto out of main proto.hGünther Deschner2010-08-261-0/+1
* Fix bug #7191 - WINS doesn't respond after > 86 #1c registrations.Craig Miskell2010-03-151-4/+115
* s3:nmbd: don't leak state_path() to talloc_tos() in wins_write_database()Michael Adam2009-01-161-1/+1
* Covert several persistant tdb files to use state_path() instead of lock_path()Steven Danneman2009-01-121-1/+1
* Audit usage of get_dyn_STATEDIR() and replace with state_path()Steven Danneman2009-01-121-2/+2
* Use common net utility code (address and sockaddr manipulation).Jelmer Vernooij2008-10-231-8/+8
* Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij2008-10-141-3/+3
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-101-1/+1
* Fix two incompatible pointer warningsVolker Lendecke2007-12-081-1/+1
* Remove next_token - all uses must now be next_token_talloc.Jeremy Allison2007-12-071-19/+30
* Remove pstring from nmbd.Jeremy Allison2007-11-191-32/+54
* Remove more static data from lib/util_sock.c andJeremy Allison2007-11-031-8/+14
* Patch 2 of 3 from Debian Samba packagers:Gerald (Jerry) Carter2007-11-011-2/+2
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-241-12/+12
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-21/+21
* Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison2007-10-101-2/+2
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23556: Fix for error path from Atsushi Nakabayashi <nakabayashi@miraclelinux...Jeremy Allison2007-10-101-0/+1
* r23425: Volker noticed this obvious fix for the wins serverJeremy Allison2007-10-101-2/+2
* r23015: Make message_(de)register static to messages.cVolker Lendecke2007-10-101-2/+5
* r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke2007-10-101-1/+1
* r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher2007-10-101-3/+3
* r21064: The core of this patch isVolker Lendecke2007-10-101-1/+1
* 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