Happy New Year!

mdb.master3
Quanah Gibson-Mount 3 years ago
parent d85fe32dab
commit 3a940d6860
  1. 2
      libraries/liblmdb/COPYRIGHT
  2. 2
      libraries/liblmdb/crypto.c
  3. 2
      libraries/liblmdb/intro.doc
  4. 2
      libraries/liblmdb/lmdb.h
  5. 2
      libraries/liblmdb/mdb.c
  6. 2
      libraries/liblmdb/mdb_copy.1
  7. 2
      libraries/liblmdb/mdb_copy.c
  8. 2
      libraries/liblmdb/mdb_drop.1
  9. 2
      libraries/liblmdb/mdb_drop.c
  10. 2
      libraries/liblmdb/mdb_dump.1
  11. 2
      libraries/liblmdb/mdb_dump.c
  12. 2
      libraries/liblmdb/mdb_load.1
  13. 2
      libraries/liblmdb/mdb_load.c
  14. 2
      libraries/liblmdb/mdb_stat.1
  15. 2
      libraries/liblmdb/mdb_stat.c
  16. 4
      libraries/liblmdb/midl.c
  17. 4
      libraries/liblmdb/midl.h
  18. 2
      libraries/liblmdb/module.c
  19. 2
      libraries/liblmdb/module.h
  20. 2
      libraries/liblmdb/mtest.c
  21. 2
      libraries/liblmdb/mtest2.c
  22. 2
      libraries/liblmdb/mtest3.c
  23. 2
      libraries/liblmdb/mtest4.c
  24. 2
      libraries/liblmdb/mtest5.c
  25. 2
      libraries/liblmdb/mtest6.c
  26. 2
      libraries/liblmdb/mtest_enc.c
  27. 2
      libraries/liblmdb/mtest_enc2.c
  28. 2
      libraries/liblmdb/mtest_remap.c
  29. 2
      libraries/liblmdb/sample-bdb.txt
  30. 2
      libraries/liblmdb/sample-mdb.txt

@ -1,4 +1,4 @@
Copyright 2011-2020 Howard Chu, Symas Corp. Copyright 2011-2021 Howard Chu, Symas Corp.
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
/* crypto.c - LMDB encryption helper module */ /* crypto.c - LMDB encryption helper module */
/* /*
* Copyright 2020 Howard Chu, Symas Corp. * Copyright 2020-2021 Howard Chu, Symas Corp.
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,5 +1,5 @@
/* /*
* Copyright 2015-2020 Howard Chu, Symas Corp. * Copyright 2015-2021 Howard Chu, Symas Corp.
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -136,7 +136,7 @@
* *
* @author Howard Chu, Symas Corporation. * @author Howard Chu, Symas Corporation.
* *
* @copyright Copyright 2011-2020 Howard Chu, Symas Corp. All rights reserved. * @copyright Copyright 2011-2021 Howard Chu, Symas Corp. All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted only as authorized by the OpenLDAP * modification, are permitted only as authorized by the OpenLDAP

@ -5,7 +5,7 @@
* BerkeleyDB API, but much simplified. * BerkeleyDB API, but much simplified.
*/ */
/* /*
* Copyright 2011-2020 Howard Chu, Symas Corp. * Copyright 2011-2021 Howard Chu, Symas Corp.
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,5 +1,5 @@
.TH MDB_COPY 1 "2017/07/31" "LMDB 0.9.90" .TH MDB_COPY 1 "2017/07/31" "LMDB 0.9.90"
.\" Copyright 2012-2020 Howard Chu, Symas Corp. All Rights Reserved. .\" Copyright 2012-2021 Howard Chu, Symas Corp. All Rights Reserved.
.\" Copying restrictions apply. See COPYRIGHT/LICENSE. .\" Copying restrictions apply. See COPYRIGHT/LICENSE.
.SH NAME .SH NAME
mdb_copy \- LMDB environment copy tool mdb_copy \- LMDB environment copy tool

@ -1,6 +1,6 @@
/* mdb_copy.c - memory-mapped database backup tool */ /* mdb_copy.c - memory-mapped database backup tool */
/* /*
* Copyright 2012-2020 Howard Chu, Symas Corp. * Copyright 2012-2021 Howard Chu, Symas Corp.
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,5 +1,5 @@
.TH MDB_DROP 1 "2017/11/19" "LMDB 0.9.90" .TH MDB_DROP 1 "2017/11/19" "LMDB 0.9.90"
.\" Copyright 2014-2020 Howard Chu, Symas Corp. All Rights Reserved. .\" Copyright 2014-2021 Howard Chu, Symas Corp. All Rights Reserved.
.\" Copying restrictions apply. See COPYRIGHT/LICENSE. .\" Copying restrictions apply. See COPYRIGHT/LICENSE.
.SH NAME .SH NAME
mdb_drop \- LMDB database delete tool mdb_drop \- LMDB database delete tool

@ -1,6 +1,6 @@
/* mdb_drop.c - memory-mapped database delete tool */ /* mdb_drop.c - memory-mapped database delete tool */
/* /*
* Copyright 2016-2020 Howard Chu, Symas Corp. * Copyright 2016-2021 Howard Chu, Symas Corp.
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,5 +1,5 @@
.TH MDB_DUMP 1 "2017/07/31" "LMDB 0.9.90" .TH MDB_DUMP 1 "2017/07/31" "LMDB 0.9.90"
.\" Copyright 2014-2020 Howard Chu, Symas Corp. All Rights Reserved. .\" Copyright 2014-2021 Howard Chu, Symas Corp. All Rights Reserved.
.\" Copying restrictions apply. See COPYRIGHT/LICENSE. .\" Copying restrictions apply. See COPYRIGHT/LICENSE.
.SH NAME .SH NAME
mdb_dump \- LMDB environment export tool mdb_dump \- LMDB environment export tool

@ -1,6 +1,6 @@
/* mdb_dump.c - memory-mapped database dump tool */ /* mdb_dump.c - memory-mapped database dump tool */
/* /*
* Copyright 2011-2020 Howard Chu, Symas Corp. * Copyright 2011-2021 Howard Chu, Symas Corp.
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,5 +1,5 @@
.TH MDB_LOAD 1 "2015/09/30" "LMDB 0.9.90" .TH MDB_LOAD 1 "2015/09/30" "LMDB 0.9.90"
.\" Copyright 2014-2020 Howard Chu, Symas Corp. All Rights Reserved. .\" Copyright 2014-2021 Howard Chu, Symas Corp. All Rights Reserved.
.\" Copying restrictions apply. See COPYRIGHT/LICENSE. .\" Copying restrictions apply. See COPYRIGHT/LICENSE.
.SH NAME .SH NAME
mdb_load \- LMDB environment import tool mdb_load \- LMDB environment import tool

@ -1,6 +1,6 @@
/* mdb_load.c - memory-mapped database load tool */ /* mdb_load.c - memory-mapped database load tool */
/* /*
* Copyright 2011-2020 Howard Chu, Symas Corp. * Copyright 2011-2021 Howard Chu, Symas Corp.
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,5 +1,5 @@
.TH MDB_STAT 1 "2017/07/31" "LMDB 0.9.90" .TH MDB_STAT 1 "2017/07/31" "LMDB 0.9.90"
.\" Copyright 2012-2020 Howard Chu, Symas Corp. All Rights Reserved. .\" Copyright 2012-2021 Howard Chu, Symas Corp. All Rights Reserved.
.\" Copying restrictions apply. See COPYRIGHT/LICENSE. .\" Copying restrictions apply. See COPYRIGHT/LICENSE.
.SH NAME .SH NAME
mdb_stat \- LMDB environment status tool mdb_stat \- LMDB environment status tool

@ -1,6 +1,6 @@
/* mdb_stat.c - memory-mapped database status tool */ /* mdb_stat.c - memory-mapped database status tool */
/* /*
* Copyright 2011-2020 Howard Chu, Symas Corp. * Copyright 2011-2021 Howard Chu, Symas Corp.
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -3,8 +3,8 @@
/* $OpenLDAP$ */ /* $OpenLDAP$ */
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
* *
* Copyright 2000-2020 The OpenLDAP Foundation. * Copyright 2000-2021 The OpenLDAP Foundation.
* Portions Copyright 2001-2020 Howard Chu, Symas Corp. * Portions Copyright 2001-2021 Howard Chu, Symas Corp.
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -11,8 +11,8 @@
/* $OpenLDAP$ */ /* $OpenLDAP$ */
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
* *
* Copyright 2000-2020 The OpenLDAP Foundation. * Copyright 2000-2021 The OpenLDAP Foundation.
* Portions Copyright 2001-2020 Howard Chu, Symas Corp. * Portions Copyright 2001-2021 Howard Chu, Symas Corp.
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
/* module.c - helper for dynamically loading crypto module */ /* module.c - helper for dynamically loading crypto module */
/* /*
* Copyright 2020 Howard Chu, Symas Corp. * Copyright 2020-2021 Howard Chu, Symas Corp.
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
/* module.h - helper for dynamically loading crypto module */ /* module.h - helper for dynamically loading crypto module */
/* /*
* Copyright 2020 Howard Chu, Symas Corp. * Copyright 2020-2021 Howard Chu, Symas Corp.
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
/* mtest.c - memory-mapped database tester/toy */ /* mtest.c - memory-mapped database tester/toy */
/* /*
* Copyright 2011-2020 Howard Chu, Symas Corp. * Copyright 2011-2021 Howard Chu, Symas Corp.
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
/* mtest2.c - memory-mapped database tester/toy */ /* mtest2.c - memory-mapped database tester/toy */
/* /*
* Copyright 2011-2020 Howard Chu, Symas Corp. * Copyright 2011-2021 Howard Chu, Symas Corp.
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
/* mtest3.c - memory-mapped database tester/toy */ /* mtest3.c - memory-mapped database tester/toy */
/* /*
* Copyright 2011-2020 Howard Chu, Symas Corp. * Copyright 2011-2021 Howard Chu, Symas Corp.
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
/* mtest4.c - memory-mapped database tester/toy */ /* mtest4.c - memory-mapped database tester/toy */
/* /*
* Copyright 2011-2020 Howard Chu, Symas Corp. * Copyright 2011-2021 Howard Chu, Symas Corp.
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
/* mtest5.c - memory-mapped database tester/toy */ /* mtest5.c - memory-mapped database tester/toy */
/* /*
* Copyright 2011-2020 Howard Chu, Symas Corp. * Copyright 2011-2021 Howard Chu, Symas Corp.
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
/* mtest6.c - memory-mapped database tester/toy */ /* mtest6.c - memory-mapped database tester/toy */
/* /*
* Copyright 2011-2020 Howard Chu, Symas Corp. * Copyright 2011-2021 Howard Chu, Symas Corp.
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
/* mtest_enc.c - memory-mapped database tester/toy with encryption */ /* mtest_enc.c - memory-mapped database tester/toy with encryption */
/* /*
* Copyright 2011-2017 Howard Chu, Symas Corp. * Copyright 2011-2021 Howard Chu, Symas Corp.
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
/* mtest_enc.c - memory-mapped database tester/toy with encryption */ /* mtest_enc.c - memory-mapped database tester/toy with encryption */
/* /*
* Copyright 2011-2017 Howard Chu, Symas Corp. * Copyright 2011-2021 Howard Chu, Symas Corp.
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
/* mtest_remap.c - memory-mapped database tester/toy with page remapping */ /* mtest_remap.c - memory-mapped database tester/toy with page remapping */
/* /*
* Copyright 2011-2017 Howard Chu, Symas Corp. * Copyright 2011-2021 Howard Chu, Symas Corp.
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -3,7 +3,7 @@
* Do a line-by-line comparison of this and sample-mdb.txt * Do a line-by-line comparison of this and sample-mdb.txt
*/ */
/* /*
* Copyright 2012-2020 Howard Chu, Symas Corp. * Copyright 2012-2021 Howard Chu, Symas Corp.
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -3,7 +3,7 @@
* Do a line-by-line comparison of this and sample-bdb.txt * Do a line-by-line comparison of this and sample-bdb.txt
*/ */
/* /*
* Copyright 2012-2020 Howard Chu, Symas Corp. * Copyright 2012-2021 Howard Chu, Symas Corp.
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

Loading…
Cancel
Save