r25026: Move param/param.h out of includes.h
[bbaumbach/samba-autobuild/.git] / source4 / nbt_server / wins / winsdb.c
2007-10-10 Jelmer Vernooijr25026: Move param/param.h out of includes.h
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Simo Sorcer19832: better prototypes for the linearization functions:
2007-10-10 Simo Sorcer19831: Big ldb_dn optimization and interfaces enhancem...
2007-10-10 Simo Sorcer19531: Make struct ldb_dn opaque and local to ldb_dn.c
2007-10-10 Simo Sorcer19489: Change ldb_msg_add_value and ldb_msg_add_empty...
2007-10-10 Simo Sorcer19299: Fix possible memleaks
2007-10-10 Stefan Metzmacherr19092: active replica records cannot expire!
2007-10-10 Stefan Metzmacherr17586: merge lib/netif into lib/socket and use -lnsl...
2007-10-10 Simo Sorcer17516: Change helper function names to make more clear...
2007-10-10 Stefan Metzmacherr15956: fix warnings
2007-10-10 Jelmer Vernooijr14464: Don't include ndr_BASENAME.h files unless stric...
2007-10-10 Jelmer Vernooijr13924: Split more prototypes out of include/proto...
2007-10-10 Stefan Metzmacherr13117: the caller may reference the winsdb_addr struct,
2007-10-10 Stefan Metzmacherr13116: make sure we don't add more than 25 addresses...
2007-10-10 Stefan Metzmacherr13087: don't store timestamps for static records
2007-10-10 Stefan Metzmacherr13060: - return only active addresses in name query...
2007-10-10 Stefan Metzmacherr12909: add an ldb module for the wins.ldb,
2007-10-10 Stefan Metzmacherr12898: prepare the 'wins hook' feature, but we only...
2007-10-10 Stefan Metzmacherr12897: make it possible to use nosync transaction...
2007-10-10 Stefan Metzmacherr12779: allow static tomstones
2007-10-10 Stefan Metzmacherr12755: check the return value of ldb_timestring()...
2007-10-10 Stefan Metzmacherr12673: create functions for get_maxVersion(), set_maxV...
2007-10-10 Stefan Metzmacherr12619: make sure we don't return more than 25 addresse...
2007-10-10 Stefan Metzmacherr12618: use our primary interface address or the "winsd...
2007-10-10 Stefan Metzmacherr12617: create a winsdb_handle and pass that arround,
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Jelmer Vernooijr12542: Move some more prototypes out to seperate headers
2007-10-10 Andrew Tridgellr12535: - simplify string list handling in a couple...
2007-10-10 Stefan Metzmacherr12429: make static records always active with a max...
2007-10-10 Stefan Metzmacherr12287: move the wins.ldb into lockdir
2007-10-10 Andrew Bartlettr12227: I realised that I wasn't yet seeing authenticat...
2007-10-10 Stefan Metzmacherr12217: add my copyright
2007-10-10 Stefan Metzmacherr12070: make sure a unique record with multiple address...
2007-10-10 Stefan Metzmacherr12021: remove shortpath for winsdb_lookup, this isn...
2007-10-10 Tim Potterr11967: Fix more 64-bit warnings.
2007-10-10 Stefan Metzmacherr11900: - make sure address and registered_by are repla...
2007-10-10 Stefan Metzmacherr11877: - give winsdb_add/modify/delete() ldb_context...
2007-10-10 Simo Sorcer11567: Ldb API change patch.
2007-10-10 Stefan Metzmacherr11088: don't try to set empty strings values as attributes
2007-10-10 Stefan Metzmacherr11087: - add type,name,scope as attributes to winsRecords,
2007-10-10 Stefan Metzmacherr11052: bring samba4 uptodate with the samba4-winsrepl...
2007-10-10 Stefan Metzmacherr11048: r10539@SERNOX: metze | 2005-09-27 14:59:47...
2007-10-10 Stefan Metzmacherr11047:
2007-10-10 Stefan Metzmacherr11045:
2007-10-10 Stefan Metzmacherr11044:
2007-10-10 Stefan Metzmacherr11040: r10357@SERNOX: metze | 2005-09-20 21:28:11...
2007-10-10 Stefan Metzmacherr11036: r10349@SERNOX: metze | 2005-09-20 15:38:31...
2007-10-10 Stefan Metzmacherr11034: r10344@SERNOX: metze | 2005-09-20 11:35:54...
2007-10-10 Stefan Metzmacherr11029:
2007-10-10 Stefan Metzmacherr11027: r10319@SERNOX: metze | 2005-09-19 18:31:23...
2007-10-10 Stefan Metzmacherr11026: r10318@SERNOX: metze | 2005-09-19 16:38:15...
2007-10-10 Stefan Metzmacherr11025: r10313@SERNOX: metze | 2005-09-19 12:19:27...
2007-10-10 Stefan Metzmacherr11024: r10311@SERNOX: metze | 2005-09-19 11:27:34...
2007-10-10 Stefan Metzmacherr11022: r10309@SERNOX: metze | 2005-09-19 11:08:37...
2007-10-10 Andrew Tridgellr10914: moved the ldap time string functions into ldb...
2007-10-10 Andrew Tridgellr10913: This patch isn't as big as it looks ...
2007-10-10 Andrew Tridgellr10894: make the handling of dn/distinguishedName much...
2007-10-10 Simo Sorcer10477: expose transactions outside ldb and change...
2007-10-10 Andrew Tridgellr10252: a recent checkin from simo changed the handling...
2007-10-10 Simo Sorcer9391: Convert all the code to use struct ldb_dn to...
2007-10-10 Andrew Tridgellr8734: fixed the wins server for the new ldb DN restric...
2007-10-10 Simo Sorcer6768: Fix wrong comment
2007-10-10 Simo Sorcer5585: LDB interfaces change:
2007-10-10 Andrew Tridgellr5454: moved the WINS server code into its own directory