author | Mahlon E. Smith <mahlon@martini.nu> |
Mon, 02 Dec 2019 15:48:56 -0800 | |
changeset 133 | 4831c902b269 |
parent 132 | c06315e8f0ac |
permissions | -rw-r--r-- |
132
c06315e8f0ac
Update for v1.5.1 release.
Mahlon E. Smith <mahlon@martini.nu>
parents:
126
diff
changeset
|
1 |
|
c06315e8f0ac
Update for v1.5.1 release.
Mahlon E. Smith <mahlon@martini.nu>
parents:
126
diff
changeset
|
2 |
2019-10-13 v1.5.1 |
c06315e8f0ac
Update for v1.5.1 release.
Mahlon E. Smith <mahlon@martini.nu>
parents:
126
diff
changeset
|
3 |
|
c06315e8f0ac
Update for v1.5.1 release.
Mahlon E. Smith <mahlon@martini.nu>
parents:
126
diff
changeset
|
4 |
* Repair SASL authentications, add a 'sasluser' option |
c06315e8f0ac
Update for v1.5.1 release.
Mahlon E. Smith <mahlon@martini.nu>
parents:
126
diff
changeset
|
5 |
|
126
9e04aa833d37
Changelog updates for v1.5.0.
Mahlon E. Smith <mahlon@martini.nu>
parents:
96
diff
changeset
|
6 |
|
9e04aa833d37
Changelog updates for v1.5.0.
Mahlon E. Smith <mahlon@martini.nu>
parents:
96
diff
changeset
|
7 |
2019-06-26 v1.5.0 |
9e04aa833d37
Changelog updates for v1.5.0.
Mahlon E. Smith <mahlon@martini.nu>
parents:
96
diff
changeset
|
8 |
|
9e04aa833d37
Changelog updates for v1.5.0.
Mahlon E. Smith <mahlon@martini.nu>
parents:
96
diff
changeset
|
9 |
* Default display attributes can set as an option |
9e04aa833d37
Changelog updates for v1.5.0.
Mahlon E. Smith <mahlon@martini.nu>
parents:
96
diff
changeset
|
10 |
|
9e04aa833d37
Changelog updates for v1.5.0.
Mahlon E. Smith <mahlon@martini.nu>
parents:
96
diff
changeset
|
11 |
* Support user specific aliases |
9e04aa833d37
Changelog updates for v1.5.0.
Mahlon E. Smith <mahlon@martini.nu>
parents:
96
diff
changeset
|
12 |
|
9e04aa833d37
Changelog updates for v1.5.0.
Mahlon E. Smith <mahlon@martini.nu>
parents:
96
diff
changeset
|
13 |
* Manage configuration file from within the shell |
9e04aa833d37
Changelog updates for v1.5.0.
Mahlon E. Smith <mahlon@martini.nu>
parents:
96
diff
changeset
|
14 |
|
9e04aa833d37
Changelog updates for v1.5.0.
Mahlon E. Smith <mahlon@martini.nu>
parents:
96
diff
changeset
|
15 |
* Improvements to 'ls -l' output |
9e04aa833d37
Changelog updates for v1.5.0.
Mahlon E. Smith <mahlon@martini.nu>
parents:
96
diff
changeset
|
16 |
|
9e04aa833d37
Changelog updates for v1.5.0.
Mahlon E. Smith <mahlon@martini.nu>
parents:
96
diff
changeset
|
17 |
* Mirror command line flags with those of openldap tools |
9e04aa833d37
Changelog updates for v1.5.0.
Mahlon E. Smith <mahlon@martini.nu>
parents:
96
diff
changeset
|
18 |
|
9e04aa833d37
Changelog updates for v1.5.0.
Mahlon E. Smith <mahlon@martini.nu>
parents:
96
diff
changeset
|
19 |
* Documentation improvements |
9e04aa833d37
Changelog updates for v1.5.0.
Mahlon E. Smith <mahlon@martini.nu>
parents:
96
diff
changeset
|
20 |
|
9e04aa833d37
Changelog updates for v1.5.0.
Mahlon E. Smith <mahlon@martini.nu>
parents:
96
diff
changeset
|
21 |
|
96 | 22 |
2017-06-07 v1.4.0 |
23 |
||
24 |
* Optionally support server side pagination controls. |
|
25 |
||
26 |
* Documentation spelling corrections. |
|
27 |
||
28 |
||
89 | 29 |
2016-01-12 v1.3.2 |
30 |
||
31 |
* Don't test for optional perl modules by string eval(). |
|
32 |
||
33 |
* Migration to BitBucket for issue tracking and downloads. |
|
34 |
Primary repository is still (and will continue to be) martini.nu. |
|
35 |
||
36 |
* Fix anonymous binds when SASL is not used. |
|
37 |
||
38 |
* Allow the period character when moving an entry by DN. |
|
39 |
||
40 |
* Allow editor arguments in your .shelldap.rc or EDITOR environment |
|
41 |
variable when editing files externally. |
|
42 |
||
43 |
||
44 |
2015-03-04 v1.3.1 |
|
45 |
||
46 |
* Use the system definied tempdir instead of hardcoding /tmp. |
|
47 |
||
48 |
||
49 |
2014-12-04 v1.3.0 |
|
50 |
||
51 |
* Add a 'less' command, that does the same as cat, but uses a pager. |
|
52 |
||
53 |
||
54 |
2014-08-11 v.1.2.0 |
|
55 |
||
56 |
* Disable LDIF line wrapping when writing -to- temporary files. |
|
57 |
||
58 |
* Add 'rm' for a fully qualified DN, instead of only working with RDN. |
|
59 |
||
60 |
||
61 |
2014-06-23 v1.1.1 |
|
62 |
||
63 |
* Fix pod documentation so it can build without complaint under perl 5.20. |
|
64 |
||
65 |
||
66 |
2014-06-21 v.1.1.0 |
|
67 |
||
68 |
* Add CONTRIBUTORS file. |
|
69 |
||
70 |
* Add simple (optional) SASL support. |
|
71 |
||
72 |
* Fix the DN regexp to include dashes. |
|
73 |
||
74 |
||
75 |
2013-05-15 v1.0.2 |
|
76 |
||
77 |
* Automatically use ldif syntax highlighting for editors that understand LDIF. |
|
78 |
||
79 |
* Catch a case where the LDAP object is defined, but in a state that |
|
80 |
schema/root_dse are not obtainable. Add the connected server to |
|
81 |
'id/whoami' output. |
|
82 |
||
83 |
* Fix another LCS edge case. |
|
84 |
||
85 |
||
86 |
2013-04-18 v1.0.1 |
|
87 |
||
88 |
* Fix for edge case Diff::LCS traversals. |
|
89 |
* Ensure re-edit state is cleared in between attempts. |
|
90 |
||
91 |
||
92 |
2013-03-19 v1.0.0 |
|
93 |
||
94 |
* Add the "inspect" command, which provides some quick reference for |
|
95 |
server schema objectClasses and attributes. |
|
96 |
||
97 |
* Add a command line option (-f) to specify an alternate configuration file. |
|
98 |
||
99 |
* Allow setting the $editor from the config file. |
|
100 |
||
101 |
* Offer to re-enter the editor if there is an error during create or |
|
102 |
edit, so changes aren't lost. |
|
103 |
||
104 |
* Change the version number to reflect semantic versioning (http://semver.org). |
|
105 |
||
106 |
* Alter the default wrap width for LDIF to expand to the terminal |
|
107 |
size, with an optional rc file override. |
|
108 |
||
109 |
* More robust path for connection retries. Show optional, unused |
|
110 |
attributes as comments in the editor. |
|
111 |
||
112 |
||
113 |
2013-01-08 v0.7 |
|
114 |
||
115 |
* Attempt to retry the operation on failure. |
|
116 |
||
117 |
* Add a flag to force a password prompt, so you can override |
|
118 |
credentials from your cached shelldap.rc. |
|
119 |
||
120 |
* Make the behaviour of cd, edit and mkdir similar to cat and |
|
121 |
delete/rm and fail if some RDN's in the argument contain spaces |
|
122 |
without beeing quoted. |
|
123 |
||
124 |
||
125 |
2011-09-06 v0.5 |
|
126 |
||
127 |
* Backout the additional objectClasses patch for mkdir: same behavior |
|
128 |
can be acheived with 'touch', less complex to leave it as is. |
|
129 |
||
130 |
* Add a --version flag. |
|
131 |
||
132 |
* Add better verbosity when saving connection cache data. |
|
133 |
||
134 |
* Make sure the hasSubordinates attribute is defined before checking its value. |
|
135 |
||
136 |
* Fix 'ls -R' output. |
|
137 |
||
138 |
* Repair broken path behavior, remove unneeded #path_to_dn 'relative' flag. |
|
139 |
||
140 |
* Add method path_to_dn() to convert a given "path" to a DN |
|
141 |
||
142 |
* mkdir: support more objectclasses |
|
143 |
||
144 |
* make_filter: cope with filters that are already parenthesized |
|
145 |
||
146 |
* cd: flexible treatment of repeated '..', even as prefix |
|
147 |
||
148 |
* base(): make more secure, allow '' as DN |
|
149 |
||
150 |
* Added documentation for the additional short flags. |
|
151 |
||
152 |
* Accept short option names for some options |
|
153 |
||
154 |
* use symbolic LDAP error codes instead of numbers |
|
155 |
||
156 |
* Exit with a nicer error message if IO::Socket::SSL isn't installed. |
|
157 |
||
158 |
* Allow '-' on RDN name when copying |
|
159 |
||
160 |
||
161 |
2011-02-17 v0.4 |
|
162 |
||
163 |
* Follow regular man page conventions. |
|
164 |
||
165 |
* Improve performance for cd/ls for containers with a large number of entries. |
|
166 |
||
167 |
||
168 |
2011-02-17 v0.3 |
|
169 |
||
170 |
* Update documentation, now that multiline edits work. Minor other cleanups. |
|
171 |
||
172 |
* Combine multiple lines into a single one before displaying LDIF. |
|
173 |
||
174 |
* Append a trailing slash to entries that contain other entries. |
|
175 |
||
176 |
* Add options to support ssl key verification when connecting with TLS. |
|
177 |
||
178 |
* Display correct configuration file in error message, if a YAML parse error occurrs. |
|
179 |
||
180 |
||
181 |
2008-12-04 v0.2 |
|
182 |
||
183 |
* Start using a repository. :-) |
|
184 |
||
185 |