]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Happy New Year
authorQuanah Gibson-Mount <quanah@openldap.org>
Thu, 22 Mar 2018 15:20:57 +0000 (15:20 +0000)
committerHoward Chu <hyc@openldap.org>
Sat, 10 Oct 2020 12:15:18 +0000 (13:15 +0100)
24 files changed:
libraries/liblmdb/COPYRIGHT
libraries/liblmdb/intro.doc
libraries/liblmdb/lmdb.h
libraries/liblmdb/mdb.c
libraries/liblmdb/mdb_copy.1
libraries/liblmdb/mdb_copy.c
libraries/liblmdb/mdb_drop.1
libraries/liblmdb/mdb_drop.c
libraries/liblmdb/mdb_dump.1
libraries/liblmdb/mdb_dump.c
libraries/liblmdb/mdb_load.1
libraries/liblmdb/mdb_load.c
libraries/liblmdb/mdb_stat.1
libraries/liblmdb/mdb_stat.c
libraries/liblmdb/midl.c
libraries/liblmdb/midl.h
libraries/liblmdb/mtest.c
libraries/liblmdb/mtest2.c
libraries/liblmdb/mtest3.c
libraries/liblmdb/mtest4.c
libraries/liblmdb/mtest5.c
libraries/liblmdb/mtest6.c
libraries/liblmdb/sample-bdb.txt
libraries/liblmdb/sample-mdb.txt

index 1508a735b6b186324dabbe1c5e9927db4e4e369a..10d7b3204f68866b9a99d870fb2d340abcf310c9 100644 (file)
@@ -1,4 +1,4 @@
-Copyright 2011-2017 Howard Chu, Symas Corp.
+Copyright 2011-2018 Howard Chu, Symas Corp.
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index f7bd8c0d0282166abd2f8fcc30e250b68997ddec..64dfcaad8487e8be435cdc91741a04d796e2b3cc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015-2017 Howard Chu, Symas Corp.
+ * Copyright 2015-2018 Howard Chu, Symas Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index bc1e2684ba426f8744e5ba25ac3056ca90818751..383d9c8bacb2523844b120ef3157b1a3e094e6f6 100644 (file)
  *
  *     @author Howard Chu, Symas Corporation.
  *
- *     @copyright Copyright 2011-2017 Howard Chu, Symas Corp. All rights reserved.
+ *     @copyright Copyright 2011-2018 Howard Chu, Symas Corp. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted only as authorized by the OpenLDAP
index 272ac76d2f3aa54d28f9dcc39f1af48d3a7c3690..9782de363db845f115103fa218dcc85f4ea88574 100644 (file)
@@ -5,7 +5,7 @@
  *     BerkeleyDB API, but much simplified.
  */
 /*
- * Copyright 2011-2017 Howard Chu, Symas Corp.
+ * Copyright 2011-2018 Howard Chu, Symas Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index edcb9a1659872d04abeb55e081c469f7b03a092a..d5a95014a29c1bf771b618a8de1fd0b3f380f0e8 100644 (file)
@@ -1,5 +1,5 @@
 .TH MDB_COPY 1 "2017/07/31" "LMDB 0.9.90"
-.\" Copyright 2012-2017 Howard Chu, Symas Corp. All Rights Reserved.
+.\" Copyright 2012-2018 Howard Chu, Symas Corp. All Rights Reserved.
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME
 mdb_copy \- LMDB environment copy tool
index fd7268dc4d8853a49699a098a26aeb71636e5b48..23be815062164404e57a0b8bf597c7d2b5e671f1 100644 (file)
@@ -1,6 +1,6 @@
 /* mdb_copy.c - memory-mapped database backup tool */
 /*
- * Copyright 2012-2017 Howard Chu, Symas Corp.
+ * Copyright 2012-2018 Howard Chu, Symas Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 997e29118206c69748f5c5fd5a818be0858d794a..370d89c032e86c4c9948a3c3bd6d873e13e0a1b9 100644 (file)
@@ -1,5 +1,5 @@
-.TH MDB_DROP 1 "2017/11/19" "LMDB 0.9.70"
-.\" Copyright 2014-2017 Howard Chu, Symas Corp. All Rights Reserved.
+.TH MDB_DROP 1 "2017/11/19" "LMDB 0.9.90"
+.\" Copyright 2014-2018 Howard Chu, Symas Corp. All Rights Reserved.
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME
 mdb_drop \- LMDB database delete tool
index 725891685ac557ff9dce9f9e4b77812eaee9389a..7d2af4b62eb22474b9cd352bceb297cf630e2dd1 100644 (file)
@@ -1,6 +1,6 @@
 /* mdb_drop.c - memory-mapped database delete tool */
 /*
- * Copyright 2016-2017 Howard Chu, Symas Corp.
+ * Copyright 2016-2018 Howard Chu, Symas Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 37ccae42f29034106f761e2e19d67d49d96ea4e6..65aafbacdcf348da813249e655ee7923ca5306f9 100644 (file)
@@ -1,5 +1,5 @@
 .TH MDB_DUMP 1 "2017/07/31" "LMDB 0.9.90"
-.\" Copyright 2014-2017 Howard Chu, Symas Corp. All Rights Reserved.
+.\" Copyright 2014-2018 Howard Chu, Symas Corp. All Rights Reserved.
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME
 mdb_dump \- LMDB environment export tool
index fa1ca2966bf5aea6ee41ff7db75a36d6d41718db..87619bf49a29343e18af504c4bf3a92838ea9661 100644 (file)
@@ -1,6 +1,6 @@
 /* mdb_dump.c - memory-mapped database dump tool */
 /*
- * Copyright 2011-2017 Howard Chu, Symas Corp.
+ * Copyright 2011-2018 Howard Chu, Symas Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index f897208846dc284ce177adb927baef27ac13037f..7bfaa9126ca0470a5a6d4fa7968ced1d6501864a 100644 (file)
@@ -1,5 +1,5 @@
-.TH MDB_LOAD 1 "2015/09/30" "LMDB 0.9.17"
-.\" Copyright 2014-2017 Howard Chu, Symas Corp. All Rights Reserved.
+.TH MDB_LOAD 1 "2015/09/30" "LMDB 0.9.90"
+.\" Copyright 2014-2018 Howard Chu, Symas Corp. All Rights Reserved.
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME
 mdb_load \- LMDB environment import tool
index 3865e5a29071c1a51e40bfefe1a34299afe73043..7275d7a4f3e89fe0ad0b827bd2b1aa83bfb3a9b0 100644 (file)
@@ -1,6 +1,6 @@
 /* mdb_load.c - memory-mapped database load tool */
 /*
- * Copyright 2011-2017 Howard Chu, Symas Corp.
+ * Copyright 2011-2018 Howard Chu, Symas Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 236019dc6edf3dffb3a707a0f089f4791f26bf04..f5dd86e228321f860a5ebb7fddff5eb53f73e9a0 100644 (file)
@@ -1,5 +1,5 @@
 .TH MDB_STAT 1 "2017/07/31" "LMDB 0.9.90"
-.\" Copyright 2012-2017 Howard Chu, Symas Corp. All Rights Reserved.
+.\" Copyright 2012-2018 Howard Chu, Symas Corp. All Rights Reserved.
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME
 mdb_stat \- LMDB environment status tool
index f274a4666c0edae7da77a5fb6f04b840258e2390..a7f7eff450bb6446d6c94d1ee9dc98b42ed1d285 100644 (file)
@@ -1,6 +1,6 @@
 /* mdb_stat.c - memory-mapped database status tool */
 /*
- * Copyright 2011-2017 Howard Chu, Symas Corp.
+ * Copyright 2011-2018 Howard Chu, Symas Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index c5e5828a86aba9e5ec0f7405326e4deb0b446a88..928dcca1cccd5da7c21bcceb065e0cfd1be47cc5 100644 (file)
@@ -3,8 +3,8 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 2000-2016 The OpenLDAP Foundation.
- * Portions Copyright 2001-2017 Howard Chu, Symas Corp.
+ * Copyright 2000-2018 The OpenLDAP Foundation.
+ * Portions Copyright 2001-2018 Howard Chu, Symas Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index c814d45583e21d02d486cfd8239a7efc3b1a9318..474d521aeb8473a90cdca952ca13d49c3bb19f82 100644 (file)
@@ -11,8 +11,8 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 2000-2016 The OpenLDAP Foundation.
- * Portions Copyright 2001-2017 Howard Chu, Symas Corp.
+ * Copyright 2000-2018 The OpenLDAP Foundation.
+ * Portions Copyright 2001-2018 Howard Chu, Symas Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 4a2eafd033724a0df23f0cd637fec7e7756941f1..6fc5840c3f870db893adc5e342136a27343860cd 100644 (file)
@@ -1,6 +1,6 @@
 /* mtest.c - memory-mapped database tester/toy */
 /*
- * Copyright 2011-2017 Howard Chu, Symas Corp.
+ * Copyright 2011-2018 Howard Chu, Symas Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 9691c04fad0ed47ae5d3a7bbc2a7514dc1571f21..64b742aa4677f13091ba88f44642c6123ebb8b8d 100644 (file)
@@ -1,6 +1,6 @@
 /* mtest2.c - memory-mapped database tester/toy */
 /*
- * Copyright 2011-2017 Howard Chu, Symas Corp.
+ * Copyright 2011-2018 Howard Chu, Symas Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 4390d7ab4a3543de4fc5f485889577d28f0aac8e..81e4bbf9b050b0641f3036b9932d0e3e91cc9a5a 100644 (file)
@@ -1,6 +1,6 @@
 /* mtest3.c - memory-mapped database tester/toy */
 /*
- * Copyright 2011-2017 Howard Chu, Symas Corp.
+ * Copyright 2011-2018 Howard Chu, Symas Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 9f7884a93fa66a7d47372f707a742df0aae79824..c355cf105a96d825a5dbd355baf2de63ab07d990 100644 (file)
@@ -1,6 +1,6 @@
 /* mtest4.c - memory-mapped database tester/toy */
 /*
- * Copyright 2011-2017 Howard Chu, Symas Corp.
+ * Copyright 2011-2018 Howard Chu, Symas Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 4d34247e60cc0656c0da1ede8c41b5ff4caaa9a7..95793ec1fb76596a80ee0a8125db3d42d71457b7 100644 (file)
@@ -1,6 +1,6 @@
 /* mtest5.c - memory-mapped database tester/toy */
 /*
- * Copyright 2011-2017 Howard Chu, Symas Corp.
+ * Copyright 2011-2018 Howard Chu, Symas Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 26904e88ba6fe9c1649eedb18d2f47eeaebcbd2f..cb0d4d73c9a6c51b87540ead7fd55455ef57dfd8 100644 (file)
@@ -1,6 +1,6 @@
 /* mtest6.c - memory-mapped database tester/toy */
 /*
- * Copyright 2011-2017 Howard Chu, Symas Corp.
+ * Copyright 2011-2018 Howard Chu, Symas Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 4de26d5585d0660d16891599e354311f57ae563a..97220f0ed22d4ced64fa9cf6572d60220594c9a3 100644 (file)
@@ -3,7 +3,7 @@
  * Do a line-by-line comparison of this and sample-mdb.txt
  */
 /*
- * Copyright 2012-2017 Howard Chu, Symas Corp.
+ * Copyright 2012-2018 Howard Chu, Symas Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 6e3622b86641a7500ebbec4544dfdf81704a0eb9..1d20ed3d02bf470ce45c2554df18ba4c8d0710c3 100644 (file)
@@ -3,7 +3,7 @@
  * Do a line-by-line comparison of this and sample-bdb.txt
  */
 /*
- * Copyright 2012-2017 Howard Chu, Symas Corp.
+ * Copyright 2012-2018 Howard Chu, Symas Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without