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