summaryrefslogtreecommitdiff
path: root/source4/nbt_server/wins/wins_ldb.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-08s4-wins: ensure we only use IPv4 for WINS ownerAndrew Tridgell1-1/+1
2011-06-06s4-ipv6: update callers to load_interface_list()Andrew Tridgell1-1/+1
2011-05-08s4-interfaces Rename interfaces code so not to conflict with source3/Andrew Bartlett1-2/+2
2011-02-10ldb: use #include <ldb.h> for ldbAndrew Tridgell1-1/+1
2010-11-01s4-ldb: enable version checking in dsdb ldb modulesAndrew Tridgell1-1/+2
2010-11-01s4-dsdb: convert the rest of the ldb modules to the new module typeAndrew Tridgell1-1/+6
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-2/+2
2009-01-30Fix all other modules to use ldb_module.h instead of ldb_private.hSimo Sorce1-13/+13
2009-01-30Fix the mess with ldb includes.Simo Sorce1-0/+1
2009-01-19nbt_server/wins: use talloc_zero() to create struct winsdb_handleStefan Metzmacher1-1/+1
2008-02-20Fix use of some modules (needed _PUBLIC_).Jelmer Vernooij1-1/+1
2008-02-20Use struct-based rather than function-based initialization for ldb modules ev...Jelmer Vernooij1-8/+1
2007-12-21r26402: Require a talloc context in libnetif.Jelmer Vernooij1-1/+1
2007-12-21r26401: Don't cache interfaces context in libnetif.Jelmer Vernooij1-1/+3
2007-12-21r26325: Remove use of global_loadparm in netif.Jelmer Vernooij1-2/+3
2007-10-10r25430: Add the loadparm context to all parametric options.Jelmer Vernooij1-1/+1
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij1-1/+1
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on theStefan Metzmacher1-1/+1
2007-10-10r17514: Simplify the way to set ldb errors and add anotherSimo Sorce1-6/+2
2007-10-10r15944: rename LDB_ASYNC_ADD -> LDB_ADD, LDB_ASYNC_MODIFY -> LDB_MODIFY, etc...Simo Sorce1-2/+2
2007-10-10r15942: Remove the sync internal ldb calls altogether.Simo Sorce1-15/+0
2007-10-10r15927: Optimize ldb module traverse while keeping the API intact.Simo Sorce1-16/+20
2007-10-10r14459: Make this async compatibleSimo Sorce1-8/+13
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij1-0/+2
2007-10-10r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij1-23/+18
2007-10-10r13615: Make ldb_set_errstring get ldb instead of module as parameter.Simo Sorce1-1/+1
2007-10-10r12909: add an ldb module for the wins.ldb,Stefan Metzmacher1-0/+137