summaryrefslogtreecommitdiff
path: root/source4/nbt_server/wins/winsdb.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-21r26401: Don't cache interfaces context in libnetif.Jelmer Vernooij1-6/+1
2007-12-21r26325: Remove use of global_loadparm in netif.Jelmer Vernooij1-1/+1
2007-12-21r26313: Fix more uses of static loadparm.Jelmer Vernooij1-11/+13
2007-12-21r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij1-1/+1
2007-10-10r25546: Convert to standard bool type.Jelmer Vernooij1-16/+16
2007-10-10r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij1-2/+2
2007-10-10r25430: Add the loadparm context to all parametric options.Jelmer Vernooij1-3/+3
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij1-2/+2
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij1-3/+3
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-10r19832: better prototypes for the linearization functions:Simo Sorce1-1/+1
2007-10-10r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce1-14/+14
2007-10-10r19531: Make struct ldb_dn opaque and local to ldb_dn.cSimo Sorce1-7/+10
2007-10-10r19489: Change ldb_msg_add_value and ldb_msg_add_empty to take a foruth argum...Simo Sorce1-6/+6
2007-10-10r19299: Fix possible memleaksSimo Sorce1-2/+2
2007-10-10r19092: active replica records cannot expire!Stefan Metzmacher1-3/+16
2007-10-10r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on theStefan Metzmacher1-1/+1
2007-10-10r17516: Change helper function names to make more clear what they are meant t...Simo Sorce1-11/+11
2007-10-10r15956: fix warningsStefan Metzmacher1-3/+3
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij1-0/+1
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij1-0/+3
2007-10-10r13117: the caller may reference the winsdb_addr struct,Stefan Metzmacher1-1/+0
2007-10-10r13116: make sure we don't add more than 25 addresses to a record,Stefan Metzmacher1-4/+129
2007-10-10r13087: don't store timestamps for static recordsStefan Metzmacher1-18/+22
2007-10-10r13060: - return only active addresses in name query responsesStefan Metzmacher1-14/+41
2007-10-10r12909: add an ldb module for the wins.ldb,Stefan Metzmacher1-4/+79
2007-10-10r12898: prepare the 'wins hook' feature, but we only debug out a 'TODO: run s...Stefan Metzmacher1-0/+6
2007-10-10r12897: make it possible to use nosync transaction to speed things up,Stefan Metzmacher1-1/+6
2007-10-10r12779: allow static tomstonesStefan Metzmacher1-9/+3
2007-10-10r12755: check the return value of ldb_timestring(), as this fails,Stefan Metzmacher1-4/+13
2007-10-10r12673: create functions for get_maxVersion(), set_maxVersion() and get_seqnu...Stefan Metzmacher1-9/+73
2007-10-10r12619: make sure we don't return more than 25 addresses, as w2k3 crashes in ...Stefan Metzmacher1-0/+4
2007-10-10r12618: use our primary interface address or the "winsdb:local_owner" -addressStefan Metzmacher1-15/+23
2007-10-10r12617: create a winsdb_handle and pass that arround,Stefan Metzmacher1-10/+26
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-1/+0
2007-10-10r12542: Move some more prototypes out to seperate headersJelmer Vernooij1-0/+1
2007-10-10r12535: - simplify string list handling in a couple of places using str_list_...Andrew Tridgell1-8/+3
2007-10-10r12429: make static records always active with a max expire timeStefan Metzmacher1-0/+20
2007-10-10r12287: move the wins.ldb into lockdirStefan Metzmacher1-2/+2
2007-10-10r12227: I realised that I wasn't yet seeing authenticated LDAP for the ldbAndrew Bartlett1-1/+2
2007-10-10r12217: add my copyrightStefan Metzmacher1-1/+2
2007-10-10r12070: make sure a unique record with multiple addresses becauses mhomedStefan Metzmacher1-0/+3
2007-10-10r12021: remove shortpath for winsdb_lookup, this isn't neededStefan Metzmacher1-6/+5
2007-10-10r11967: Fix more 64-bit warnings.Tim Potter1-2/+2
2007-10-10r11900: - make sure address and registered_by are replaced when they're not p...Stefan Metzmacher1-0/+9
2007-10-10r11877: - give winsdb_add/modify/delete() ldb_context as first argumentStefan Metzmacher1-47/+60
2007-10-10r11567: Ldb API change patch.Simo Sorce1-19/+18
2007-10-10r11088: don't try to set empty strings values as attributesStefan Metzmacher1-2/+2
2007-10-10r11087: - add type,name,scope as attributes to winsRecords,Stefan Metzmacher1-0/+7