- 3001fc5 Merge pull request #29 from apache/wells/replace_crypt by Greg Stein · 9 weeks ago main
- 440f97f use existing salt generation method by Chris Wells · 9 weeks ago
- 734b4f6 replace crypt library by Chris Wells · 9 weeks ago
- 545a605 crypt code due to be removed by Sebb · 4 months ago
- 4da0cec Python 3.8 is still in general use by Sebb · 4 months ago
- 11949ae Update pyproject.toml, 0.55 published, we are now on 0.56 in main by Daniel Gruno · 4 months ago
- c90b8bb Add Makefile to simplify publishing, update README with latest publishing instructions (#28) by Thomas Neidhart · 4 months ago v0.55
- b4c5f35 fix badge link by Thomas Neidhart · 5 months ago
- 9068361 Merge pull request #27 from apache/add-asf-yml by Greg Stein · 5 months ago
- 26d3735 add config to delete branches after being merged by Thomas Neidhart · 5 months ago
- 94c87e1 Merge pull request #26 from apache/add-badges by Greg Stein · 5 months ago
- fa9b171 get rid of pylint warning wrt unused argument by Thomas Neidhart · 5 months ago
- 1c4e44a add license file by Thomas Neidhart · 5 months ago
- a0534e1 add badges by Thomas Neidhart · 5 months ago
- 037a48c Merge pull request #24 from apache/update-python-versions-in-workflows by Greg Stein · 5 months ago
- 85790b8 Merge pull request #25 from apache/update-deps by Greg Stein · 5 months ago
- 9b0f002 Merge pull request #22 from apache/create-ldap-extras by Greg Stein · 5 months ago
- a47e2e4 bump cryptography to 44.0.2, and python as cryptography excludes 3.9.0 and 3.9.1 by Thomas Neidhart · 5 months ago
- 12dcdba quote python versions by Thomas Neidhart · 5 months ago
- 222d240 run tests with a wider range of python versions by Thomas Neidhart · 5 months ago
- 7150cc6 run pylint with 3.13 and use 3.9 as minimum version for checks by Thomas Neidhart · 5 months ago
- ceb805b update pylint invocation with removed file by Thomas Neidhart · 5 months ago
- d6ef9df fix version number, remove obsolete file which makes pylint complain by Thomas Neidhart · 5 months ago
- 6416f50 make extras for ldap deps, improve unit tests by Thomas Neidhart · 5 months ago
- 6054bea bump past broken 0.53, and released 0.54 to future 0.55 by Greg Stein · 5 months ago
- 09e4ee7 fix watch_filter logic by Chris Wells · 5 months ago
- 330b223 Merge pull request #20 from apache/iroh/watchfiles by Chris Wells · 5 months ago
- 6ea4eda dependency changes for watchfiles by Chris Wells · 8 months ago
- 4c0beb3 Merge branch 'main' into iroh/watchfiles by Chris Wells · 8 months ago
- 6d30327 use a watch_filter method to only watch for added/modified files by Chris Wells · 8 months ago
- 842b5b4 ignore poetry.lock files by Chris Wells · 8 months ago
- c56ae7d old kernels do not have MASK_CREATE, throwing EINVAL by Greg Stein · 10 months ago
- 2cf1bf2 add source headers needed for build, run pylint through poetry by Daniel Gruno · 10 months ago
- 71cd45c 3.8 is needed for cffi by Daniel Gruno · 10 months ago
- 182828e tweak python version requirements by Daniel Gruno · 10 months ago
- cd05932 Switch to poetry for setup and testing by Daniel Gruno · 10 months ago
- 41436c7 Change signing and verification behavior by Daniel Gruno · 10 months ago
- 94b7ccc private key can regenerate a new public key by Daniel Gruno · 10 months ago
- 49ce128 Update setup.py, add crypto+cffi deps by Daniel Gruno · 10 months ago
- c38deb4 Merge branch 'humbedooh/crypto' into main by Daniel Gruno · 10 months ago
- 2ef5e28 add PyYaml to requirements.txt, for db.py by Daniel Gruno · 10 months ago
- d0378b2 Exception -> ValueError by Daniel Gruno · 10 months ago
- 91da3c9 not using e, discard for now by Daniel Gruno · 10 months ago
- 565846a linting with black -l 120 by Daniel Gruno · 10 months ago
- fd4a508 add crypto+cffi to imports for pytest by Daniel Gruno · 10 months ago
- f7d7814 Crypto helper lib for authenticity purposes by Daniel Gruno · 10 months ago
- d9472a7 switch twatcher dependency from asyncinotify to watchfiles by Chris Wells · 10 months ago
- 89f3669 Round out the draft DB module. by Greg Stein · 1 year, 1 month ago
- 190a579 Use args as params, rather than require a tuple by Greg Stein · 1 year, 1 month ago
- 214b761 File or section may be absent. by Greg Stein · 1 year, 1 month ago
- 8ff42a3 Use conn.cursor() to propagate .row_factory by Greg Stein · 1 year, 1 month ago
- 2d95705 Initial draft/explore of v2 sqlite interface, for discussion by Greg Stein · 1 year, 1 month ago
- a44af43 OF: standardise indentation by Sebb · 1 year, 2 months ago
- f997682 Log each template we watch. Use str() in case we are passed a Path instance. by Greg Stein · 1 year, 3 months ago
- 8f49f46 released .52, bumping to .53 by Chris Thistlethwaite · 1 year, 5 months ago
- aa49948 Merge pull request #18 from apache/pre-0.52 by Chris Thistlethwaite · 1 year, 5 months ago
- 74f5eab Merge pull request #17 from apache/tagrel by Chris Thistlethwaite · 1 year, 5 months ago
- 6b112f5 Bump release by Sebb · 1 year, 5 months ago
- d2332c9 Releases need tags by Sebb · 1 year, 5 months ago
- 16dc0d8 Merge pull request #14 from apache/takename by Gavin McDonald · 1 year, 9 months ago
- a9e7eab Merge pull request #15 from apache/ldifunused by Chris Thistlethwaite · 1 year, 11 months ago
- ba5f6c5 Merge pull request #16 from apache/check by Chris Thistlethwaite · 1 year, 11 months ago
- 0071899 OF: document name parsing limitations by sebbASF · 2 years ago
- 64498c8 Should always provide check argument by Sebb · 2 years ago
- ca5e450 OF: unused by Sebb · 2 years ago
- 5750055 Unused by Sebb · 2 years ago
- 85c5feb Drop givenName if not needed by Sebb · 2 years ago
- c4481f8 Merge pull request #13 from apache/next_user_uid by Daniel Gruno · 2 years ago
- 34a6229 Don't return with no uid by Sebb · 2 years ago
- 254bb44 for moving links, we should allow renaming old, non-conforming uids as well by Daniel Gruno · 2 years ago
- a5532ae Bump version for clitools tweaks by Daniel Gruno · 2 years ago
- 0a6eb74 awaiting proc.wait can deadlock in certain circumstances. Avoid it by using proc.communicate instead. by Daniel Gruno · 2 years, 1 month ago
- aec2d12 Split out rename portion, make it its own function in the manager by Daniel Gruno · 2 years, 1 month ago
- a4af6bf Don't switch uidNumber/gidNumber on renames by Daniel Gruno · 2 years, 1 month ago
- 217abc1 bump version, prep for new release by Daniel Gruno · 2 years, 1 month ago
- 78d56dd Rename ldap.py to ldapadmin.py by Daniel Gruno · 2 years, 1 month ago
- b675d40 Remove _sane writer sub-class by Daniel Gruno · 2 years, 1 month ago
- e3e6dfb Delete test_ldap.py by Daniel Gruno · 2 years, 1 month ago
- bd5a325 Bump version by Daniel Gruno · 2 years, 2 months ago
- 6f970d2 Allow for custom read buffer size and set a sane default by Daniel Gruno · 2 years, 2 months ago
- 8e01346 bump version by Daniel Gruno · 2 years, 2 months ago
- 57038a6 Only use default smtp port if not specified in hostname by Daniel Gruno · 2 years, 2 months ago
- 7cbbf23 Relax checks by Sebb · 2 years, 4 months ago
- e61d24d Merge pull request #11 from apache/ldapexec by Chris Thistlethwaite · 2 years, 4 months ago
- d5e7155 Allow override of ldap executable by Sebb · 2 years, 4 months ago
- ce35229 not used by Sebb · 2 years, 4 months ago
- f5f5e34 Already imported by Sebb · 2 years, 4 months ago
- 2c3ff4e More specific error by Sebb · 2 years, 4 months ago
- 2cb2c75 Too strict by Sebb · 2 years, 4 months ago
- 7f8613d Indentation by Sebb · 2 years, 4 months ago
- d97bb60 Merge pull request #9 from apache/pylint by Chris Thistlethwaite · 2 years, 4 months ago
- 96a3d6a Merge pull request #3 from apache/assert by Daniel Gruno · 2 years, 4 months ago v0.47
- 6901a5a Merge pull request #5 from apache/user-fix by Daniel Gruno · 2 years, 4 months ago
- 00315c7 bump version for release by Daniel Gruno · 2 years, 4 months ago
- 2b30941 Exclude test dir from package by Sebb · 2 years, 4 months ago
- c005481 NR: unnecessary use of f-string by Sebb · 2 years, 4 months ago
- 5393c78 NR: unused by Sebb · 2 years, 4 months ago
- 2c8b540 Merge branch 'main' into user-fix by Sebb · 2 years, 4 months ago
- 3306e7b Merge branch 'main' into assert by Sebb · 2 years, 4 months ago
- fe483cd Merge branch 'main' into pylint by Sebb · 2 years, 4 months ago