Mon, 02 Dec 2019 15:48:56 -0800 Revert an old LCS edge case fix in favor of a better one. default tip master
Mahlon E. Smith <mahlon@martini.nu> [Mon, 02 Dec 2019 15:48:56 -0800] rev 133
Revert an old LCS edge case fix in favor of a better one.
Sun, 13 Oct 2019 10:52:25 -0700 Update for v1.5.1 release.
Mahlon E. Smith <mahlon@martini.nu> [Sun, 13 Oct 2019 10:52:25 -0700] rev 132
Update for v1.5.1 release.
Sun, 13 Oct 2019 10:44:16 -0700 Fix sasl for DIGEST-MD5, PLAIN, and LOGIN mechanisms, which I don't think ever actually worked properly.
Mahlon E. Smith <mahlon@martini.nu> [Sun, 13 Oct 2019 10:44:16 -0700] rev 131
Fix sasl for DIGEST-MD5, PLAIN, and LOGIN mechanisms, which I don't think ever actually worked properly. Add a sasluser argument if a specific identity is required for the backend, which if unsupplied, tries to guess if a binddn is present. (Uwe's previous commit fixed EXTERNAL and GSSAPI, which did work, but randomly failed due to hash ordering.) Minor style cleanups, remove duplicate/unecessary logic for anonymous binds.
Sun, 13 Oct 2019 10:19:40 -0700 Don't provide a password for sasl authentication.
Uwe Kleine-König <uwe@kleine-koenig.org> [Sun, 13 Oct 2019 10:19:40 -0700] rev 130
Don't provide a password for sasl authentication. When a sasl parameter is given (and used) the password parameter is not used by Net::LDAP. If indeed a password is required it has to be passed in the Authen::SASL object, not as parameter to bind. So drop the password parameter which stops trying (and failing) to use password authentication sometimes if in Net/LDAP.pm the iteration over %ptype hits its 'password' member before the 'sasl' member.
Sat, 31 Aug 2019 21:47:20 -0700 Fix typo.
Mahlon E. Smith <mahlon@martini.nu> [Sat, 31 Aug 2019 21:47:20 -0700] rev 129
Fix typo.
Sat, 31 Aug 2019 21:45:39 -0700 Bye, Bitbucket.
Mahlon E. Smith <mahlon@martini.nu> [Sat, 31 Aug 2019 21:45:39 -0700] rev 128
Bye, Bitbucket.
Tue, 25 Jun 2019 09:54:08 -0700 Minor pod formatting correction.
Mahlon E. Smith <mahlon@martini.nu> [Tue, 25 Jun 2019 09:54:08 -0700] rev 127
Minor pod formatting correction.
Tue, 25 Jun 2019 09:51:45 -0700 Changelog updates for v1.5.0.
Mahlon E. Smith <mahlon@martini.nu> [Tue, 25 Jun 2019 09:51:45 -0700] rev 126
Changelog updates for v1.5.0.
Fri, 17 May 2019 18:12:47 +0000 Merged in docelic/shelldap (pull request #2)
Mahlon E. Smith <mahlon@martini.nu> [Fri, 17 May 2019 18:12:47 +0000] rev 125
Merged in docelic/shelldap (pull request #2) Reset isearch state on ctrl+c when using Readline 7 Approved-by: Mahlon E. Smith <mahlon@martini.nu>
Thu, 16 May 2019 02:17:04 +0200 Reset isearch state on ctrl+c when using Readline 7
Davor Ocelic <docelic@crystallabs.io> [Thu, 16 May 2019 02:17:04 +0200] rev 124
Reset isearch state on ctrl+c when using Readline 7 This change does not affect Readline versions below 7. A fix for RL<7 would be to modify readline_state to turn off ISEARCH and set DONE, but changing these values through the Perl module does not appear to have visible effect.
Mon, 13 May 2019 10:46:30 -0700 Added tag v1.5.0 for changeset d6a75d14db12
Mahlon E. Smith <mahlon@martini.nu> [Mon, 13 May 2019 10:46:30 -0700] rev 123
Added tag v1.5.0 for changeset d6a75d14db12
Mon, 13 May 2019 10:44:41 -0700 Update CONTRIBUTORS and bump version. v1.5.0
Mahlon E. Smith <mahlon@martini.nu> [Mon, 13 May 2019 10:44:41 -0700] rev 122
Update CONTRIBUTORS and bump version.
Wed, 08 May 2019 20:45:04 +0200 Improve defining aliases with = or ' '
Davor Ocelic <docelic@crystallabs.io> [Wed, 08 May 2019 20:45:04 +0200] rev 121
Improve defining aliases with = or ' '
Tue, 07 May 2019 19:34:40 +0200 Multiple configfile-related changes
Davor Ocelic <docelic@crystallabs.io> [Tue, 07 May 2019 19:34:40 +0200] rev 120
Multiple configfile-related changes - Print current configfile in the output of 'env' (this also makes configfile changeable in runtime via 'setenv') - In 'configfile' commands, print which config file is being used - Fix behavior of existing 'more_conf' - Make load_config() return filename and hash, rather than unconditionally overwrite $conf - Bring back %conf2 into implementation of save_config; it is necessary to be there or 'configfile' is getting lost/deleted in the runtime config Other changes - Add 'set' as alias for 'setenv' - Add unsetenv/unset (opposite of setenv/set) - Do not print unset/undefined values in 'env'
Mon, 06 May 2019 21:58:29 +0200 Support separating aliases by space too
Davor Ocelic <docelic@crystallabs.io> [Mon, 06 May 2019 21:58:29 +0200] rev 119
Support separating aliases by space too
Mon, 06 May 2019 21:11:13 +0200 Use local implementation of slurp()
Davor Ocelic <docelic@crystallabs.io> [Mon, 06 May 2019 21:11:13 +0200] rev 118
Use local implementation of slurp()
Sun, 05 May 2019 10:51:34 +0200 Improve accepted command line options
Davor Ocelic <docelic@crystallabs.io> [Sun, 05 May 2019 10:51:34 +0200] rev 117
Improve accepted command line options This commit enables getopt case sensitivity and adds all command line options/abbreviations typically supported by LDAP clients: -w/-y, -p, -x, -Z/-ZZ, -v
Sun, 05 May 2019 10:14:18 +0200 Support arrays/hashes in 'env' (WIP)
Davor Ocelic <docelic@crystallabs.io> [Sun, 05 May 2019 10:14:18 +0200] rev 116
Support arrays/hashes in 'env' (WIP) - 'env' now prints 'attributes' array - 'env' output now supports any data type, not just strings - option --attributes on command line properly overrides config values The remaining thing to do is to support 'setenv' to work with non-strings too.
Sun, 05 May 2019 09:54:28 +0200 Add alias, unalias, configfile
Davor Ocelic <docelic@crystallabs.io> [Sun, 05 May 2019 09:54:28 +0200] rev 115
Add alias, unalias, configfile - Add commands 'alias' and 'unalias'. Behavior is almost identical to shell. Aliases currently cannot override commands. - Add command 'configfile'. Allows loading / saving config files from command line.
Sat, 04 May 2019 22:38:33 +0200 With ls -l, print file type ('-' or 'd') as first field of output
Davor Ocelic <docelic@crystallabs.io> [Sat, 04 May 2019 22:38:33 +0200] rev 114
With ls -l, print file type ('-' or 'd') as first field of output This change brings output of 'ls -l' closer to the actual shell command.
Fri, 03 May 2019 19:23:54 +0200 Improve save_config()
Davor Ocelic <docelic@crystallabs.io> [Fri, 03 May 2019 19:23:54 +0200] rev 113
Improve save_config()
Tue, 30 Apr 2019 12:07:28 +0200 Add missing block to Term::Shell fix
Davor Ocelic <docelic@crystallabs.io> [Tue, 30 Apr 2019 12:07:28 +0200] rev 112
Add missing block to Term::Shell fix (This corresponds to Term::Shell PR posted at https://github.com/shlomif/Term-Shell/pull/3)
Tue, 30 Apr 2019 01:10:00 +0200 Make aliases be auto-detected and inserted into help texts.
Davor Ocelic <docelic@crystallabs.io> [Tue, 30 Apr 2019 01:10:00 +0200] rev 111
Make aliases be auto-detected and inserted into help texts.
Tue, 30 Apr 2019 01:01:19 +0200 Fix autocompleter for all commands.
Davor Ocelic <docelic@crystallabs.io> [Tue, 30 Apr 2019 01:01:19 +0200] rev 110
Fix autocompleter for all commands.
Tue, 30 Apr 2019 00:43:52 +0200 Multiple help-related changes
Davor Ocelic <docelic@crystallabs.io> [Tue, 30 Apr 2019 00:43:52 +0200] rev 109
Multiple help-related changes - Make every command's POD doc have a single-line introductory description. This help is then used as a one-liner summary in Term::Shell. - Tie %cmd_map to IxHash to preserve hash elements' order. - Fix bug in Term::Shell's code related to command aliases. (Also emailed Term::Shell author to include the fix in next release.) - Remove run_() which already exists in Term::Shell. - Use Term::Shell's help facilities instead of manually redefining run_help() and other related commands. The complete POD documentation is still available for viewing if user invokes ./shelldap --help. - Completer functions are disabled right now (fix coming in the next commit)
Mon, 29 Apr 2019 21:57:57 +0200 Properly handle Ctrl+C; add '?' and 'man' aliases; don't import symbols
Davor Ocelic <docelic@crystallabs.io> [Mon, 29 Apr 2019 21:57:57 +0200] rev 108
Properly handle Ctrl+C; add '?' and 'man' aliases; don't import symbols Make Ctrl+C behave like in the shell (abort current line, redisplay) Add '?' and 'man' as aliases for help Add qw// on module 'use's to not import any symbols
Mon, 29 Apr 2019 00:16:14 +0200 Do not sort flaglist twice
Davor Ocelic <docelic@crystallabs.io> [Mon, 29 Apr 2019 00:16:14 +0200] rev 107
Do not sort flaglist twice With this change, 'inspect'ing an element prints its attributes in a defined order: (requiredness, multivaluedness) Previously, the order was alphabetical and varying.
Mon, 29 Apr 2019 00:10:31 +0200 Make 'cat' default to '.' (cwd) instead of requiring argument
Davor Ocelic <docelic@crystallabs.io> [Mon, 29 Apr 2019 00:10:31 +0200] rev 106
Make 'cat' default to '.' (cwd) instead of requiring argument
Mon, 29 Apr 2019 00:09:43 +0200 Improve command descriptions
Davor Ocelic <docelic@crystallabs.io> [Mon, 29 Apr 2019 00:09:43 +0200] rev 105
Improve command descriptions
Sun, 28 Apr 2019 23:42:27 +0200 Streamline %cmd_map
Davor Ocelic <docelic@crystallabs.io> [Sun, 28 Apr 2019 23:42:27 +0200] rev 104
Streamline %cmd_map %cmd_map was previously a hash containing: { real_function => alias_function, ... } Now the structure of the hash is: { alias_or_real_func => [ real_func/if_any, autocompleter_func ], ... } This allows for a more streamlined definition of commands and aliases, and makes it possible to keep all data in %cmd_map instead of having additional special cases.
(0) -100 -50 -30 tip