summaryrefslogtreecommitdiff
path: root/source4/nbt_server/wins/winsdb.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r11052: bring samba4 uptodate with the samba4-winsrepl branch,Stefan Metzmacher1-285/+58
2007-10-10r11048: r10539@SERNOX: metze | 2005-09-27 14:59:47 +0200Stefan Metzmacher1-15/+16
2007-10-10r11047:Stefan Metzmacher1-8/+70
2007-10-10r11045:Stefan Metzmacher1-0/+52
2007-10-10r11044:Stefan Metzmacher1-0/+52
2007-10-10r11040: r10357@SERNOX: metze | 2005-09-20 21:28:11 +0200Stefan Metzmacher1-43/+93
2007-10-10r11036: r10349@SERNOX: metze | 2005-09-20 15:38:31 +0200Stefan Metzmacher1-0/+40
2007-10-10r11034: r10344@SERNOX: metze | 2005-09-20 11:35:54 +0200Stefan Metzmacher1-21/+34
2007-10-10r11029:Stefan Metzmacher1-16/+96
2007-10-10r11027: r10319@SERNOX: metze | 2005-09-19 18:31:23 +0200Stefan Metzmacher1-7/+86
2007-10-10r11026: r10318@SERNOX: metze | 2005-09-19 16:38:15 +0200Stefan Metzmacher1-7/+107
2007-10-10r11025: r10313@SERNOX: metze | 2005-09-19 12:19:27 +0200Stefan Metzmacher1-1/+20
2007-10-10r11024: r10311@SERNOX: metze | 2005-09-19 11:27:34 +0200Stefan Metzmacher1-3/+0
2007-10-10r11022: r10309@SERNOX: metze | 2005-09-19 11:08:37 +0200Stefan Metzmacher1-24/+29
2007-10-10r10914: moved the ldap time string functions into ldb so they can be used byAndrew Tridgell1-2/+2
2007-10-10r10913: This patch isn't as big as it looks ...Andrew Tridgell1-11/+10
2007-10-10r10894: make the handling of dn/distinguishedName much closer to realAndrew Tridgell1-0/+1
2007-10-10r10477: expose transactions outside ldb and change the API once moreSimo Sorce1-5/+34
2007-10-10r10252: a recent checkin from simo changed the handling of BASE and SUBTREEAndrew Tridgell1-22/+15
2007-10-10r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce1-4/+4
2007-10-10r8734: fixed the wins server for the new ldb DN restrictions.Andrew Tridgell1-3/+29
2007-10-10r6768: Fix wrong commentSimo Sorce1-1/+1
2007-10-10r5585: LDB interfaces change:Simo Sorce1-6/+6
2007-10-10r5454: moved the WINS server code into its own directoryAndrew Tridgell1-0/+279