summaryrefslogtreecommitdiffstats
path: root/source4/nbt_server/wins/winsdb.c
Commit message (Expand)AuthorAgeFilesLines
* s4:winsdb: place wins.ldb in "state dir" instead of "lock dir"Stefan Metzmacher2011-07-121-1/+1
* s4-param Rename lock_path() -> lpcfg_lock_path()Andrew Bartlett2011-04-291-2/+2
* ldb: use #include <ldb.h> for ldbAndrew Tridgell2011-02-101-2/+2
* s4:nbt_server - fix a LDB counter typeMatthias Dieter Wallnöfer2010-10-191-1/+1
* samdb: Add flags argument to samdb_connect().Jelmer Vernooij2010-10-101-1/+1
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-5/+5
* s4: use LDB_TYPESAFE_QSORT() instead of ldb_qsort()Andrew Tridgell2010-02-131-1/+1
* s4:nbt_server/wins/winsdb - Fix "const" warningMatthias Dieter Wallnöfer2009-10-301-5/+1
* s4-ldbwrap: added re-use of ldb contexts in ldb_wrap_connect()Andrew Tridgell2009-10-231-2/+2
* s4:winsdb - Substitute LDB result numbers with constantsMatthias Dieter Wallnöfer2009-10-161-19/+20
* s4-winsrepl: don't put in attributes with no elementsAndrew Tridgell2009-10-161-2/+2
* s4:nbt_server/wins/: fix compiler warnings in winsdb.cStefan Metzmacher2009-02-011-1/+1
* nbt_server/wins: winsdb_handle() can be staticStefan Metzmacher2009-01-191-2/+3
* nbt_server/wins: add some constStefan Metzmacher2009-01-191-3/+4
* nbt_server/wins: use talloc_zero() to create struct winsdb_handleStefan Metzmacher2009-01-191-1/+1
* winsdb: the we_are_owner in winsdb_lookup() needs to be per addressStefan Metzmacher2009-01-191-22/+15
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-2/+2
* Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce2008-09-231-16/+7
* Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2008-04-171-5/+8
* r26401: Don't cache interfaces context in libnetif.Jelmer Vernooij2007-12-211-6/+1
* r26325: Remove use of global_loadparm in netif.Jelmer Vernooij2007-12-211-1/+1
* r26313: Fix more uses of static loadparm.Jelmer Vernooij2007-12-211-11/+13
* r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij2007-12-211-1/+1
* r25546: Convert to standard bool type.Jelmer Vernooij2007-10-101-16/+16
* r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij2007-10-101-2/+2
* r25430: Add the loadparm context to all parametric options.Jelmer Vernooij2007-10-101-3/+3
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-2/+2
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-101-3/+3
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r19832: better prototypes for the linearization functions:Simo Sorce2007-10-101-1/+1
* r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce2007-10-101-14/+14
* r19531: Make struct ldb_dn opaque and local to ldb_dn.cSimo Sorce2007-10-101-7/+10
* r19489: Change ldb_msg_add_value and ldb_msg_add_empty to take a foruth argum...Simo Sorce2007-10-101-6/+6
* r19299: Fix possible memleaksSimo Sorce2007-10-101-2/+2
* r19092: active replica records cannot expire!Stefan Metzmacher2007-10-101-3/+16
* r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on theStefan Metzmacher2007-10-101-1/+1
* r17516: Change helper function names to make more clear what they are meant t...Simo Sorce2007-10-101-11/+11
* r15956: fix warningsStefan Metzmacher2007-10-101-3/+3
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-0/+1
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-0/+3
* r13117: the caller may reference the winsdb_addr struct,Stefan Metzmacher2007-10-101-1/+0
* r13116: make sure we don't add more than 25 addresses to a record,Stefan Metzmacher2007-10-101-4/+129
* r13087: don't store timestamps for static recordsStefan Metzmacher2007-10-101-18/+22
* r13060: - return only active addresses in name query responsesStefan Metzmacher2007-10-101-14/+41
* r12909: add an ldb module for the wins.ldb,Stefan Metzmacher2007-10-101-4/+79
* r12898: prepare the 'wins hook' feature, but we only debug out a 'TODO: run s...Stefan Metzmacher2007-10-101-0/+6
* r12897: make it possible to use nosync transaction to speed things up,Stefan Metzmacher2007-10-101-1/+6
* r12779: allow static tomstonesStefan Metzmacher2007-10-101-9/+3
* r12755: check the return value of ldb_timestring(), as this fails,Stefan Metzmacher2007-10-101-4/+13