treequel-shell 1.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data.tar.gz.sig +0 -0
- data/ChangeLog +620 -0
- data/History.rdoc +7 -0
- data/Manifest.txt +8 -0
- data/README.rdoc +61 -0
- data/Rakefile +58 -0
- data/bin/treeirb +18 -0
- data/bin/treequel +1231 -0
- data/bin/treewhat +397 -0
- metadata +238 -0
- metadata.gz.sig +1 -0
data.tar.gz.sig
ADDED
Binary file
|
data/ChangeLog
ADDED
@@ -0,0 +1,620 @@
|
|
1
|
+
2012-08-29 Michael Granger <ged@FaerieMUD.org>
|
2
|
+
|
3
|
+
* .hgtags:
|
4
|
+
Removed tag v1.9.1, v1.9.0, v1.8.6, v1.8.5, v1.8.4, v1.8.3, v1.8.2,
|
5
|
+
v1.8.1, v1.8.0, v1.7.2, v1.7.1, v1.7.0, v1.6.0, v1.5.3, v1.5.2,
|
6
|
+
v1.5.1, v1.5.0, v1.4.4, v1.4.3, v1.4.2, v1.4.1, v1.4.0, v1.3.2,
|
7
|
+
v1.3.1, v1.3.0, v1.2.2, v1.2.1, v1.2.0, 1.1.1, 1.1.0, 1.0.4, 1.0.3,
|
8
|
+
1.0.1, 1.0.0
|
9
|
+
[dadb855eb7eb] [tip]
|
10
|
+
|
11
|
+
2012-06-29 Michael Granger <ged@FaerieMUD.org>
|
12
|
+
|
13
|
+
* .hgignore, .rvm.gems, .rvmrc, History.rdoc, Manifest.txt,
|
14
|
+
README.rdoc, Rakefile, bin/treequel:
|
15
|
+
Split out from the library gem
|
16
|
+
[d6887cd5610c]
|
17
|
+
|
18
|
+
2012-06-14 convert-repo <convert-repo>
|
19
|
+
|
20
|
+
* .hgtags:
|
21
|
+
update tags
|
22
|
+
[7c227f92cf65]
|
23
|
+
|
24
|
+
2011-11-29 Michael Granger <ged@FaerieMUD.org>
|
25
|
+
|
26
|
+
* bin/treewhat:
|
27
|
+
Columns down in treewhat output instead of columns across
|
28
|
+
[df0aab4d98a6] [github/master]
|
29
|
+
|
30
|
+
2011-11-09 Michael Granger <ged@FaerieMUD.org>
|
31
|
+
|
32
|
+
* bin/treequel, bin/treewhat:
|
33
|
+
De-Yarded
|
34
|
+
[0e401b41449c]
|
35
|
+
|
36
|
+
2011-10-20 Michael Granger <ged@FaerieMUD.org>
|
37
|
+
|
38
|
+
* bin/treewhat:
|
39
|
+
Make the treewhat tool executable
|
40
|
+
[28c8a24b1ecb]
|
41
|
+
|
42
|
+
2011-10-06 Michael Granger <ged@FaerieMUD.org>
|
43
|
+
|
44
|
+
* bin/treewhat:
|
45
|
+
Adding workaround for vendored "sysexits" library under MacOX X 10.7
|
46
|
+
[5d1b501482c6]
|
47
|
+
|
48
|
+
2011-04-04 Michael Granger <ged@FaerieMUD.org>
|
49
|
+
|
50
|
+
* bin/treewhat:
|
51
|
+
Merged with 28576726289e
|
52
|
+
[ab1f1b74d09e]
|
53
|
+
|
54
|
+
* bin/treewhat:
|
55
|
+
Adding schema artifacts to the treewhat command
|
56
|
+
[f2d6d012e681]
|
57
|
+
|
58
|
+
2011-03-21 Michael Granger <ged@FaerieMUD.org>
|
59
|
+
|
60
|
+
* bin/treequel:
|
61
|
+
Adding a --no-tls flag to the treequel shell
|
62
|
+
[aa49654fd6f3]
|
63
|
+
|
64
|
+
2011-03-28 Michael Granger <ged@FaerieMUD.org>
|
65
|
+
|
66
|
+
* bin/treewhat:
|
67
|
+
Updated the 'treewhat' schema tool.
|
68
|
+
* Show additional details for some schema objects.
|
69
|
+
[91851c03c319]
|
70
|
+
|
71
|
+
2011-02-07 Michael Granger <ged@FaerieMUD.org>
|
72
|
+
|
73
|
+
* bin/treequel:
|
74
|
+
Fixed missing DEFAULT_EDITOR constant. Thanks to Mike Hix.
|
75
|
+
[0ace7bdf5042]
|
76
|
+
|
77
|
+
2011-02-02 Michael Granger <ged@FaerieMUD.org>
|
78
|
+
|
79
|
+
* bin/treequel:
|
80
|
+
More Treequel shell cleanup based on feedback from Michael Hix.
|
81
|
+
Thanks, man.
|
82
|
+
[0c5fa6e81a2b]
|
83
|
+
|
84
|
+
* bin/treequel:
|
85
|
+
Fix the signature of the 'quit' command. Thanks to Michael Hix for
|
86
|
+
pointing this out.
|
87
|
+
[29eab342263c]
|
88
|
+
|
89
|
+
* bin/treequel:
|
90
|
+
More treequel shell fixes. Bumped to 1.4.2.
|
91
|
+
[81a3062d539c]
|
92
|
+
|
93
|
+
* bin/treequel:
|
94
|
+
Fixed result error as fatal exception
|
95
|
+
[ef238814d8ae]
|
96
|
+
|
97
|
+
2011-01-25 Michael Granger <ged@FaerieMUD.org>
|
98
|
+
|
99
|
+
* bin/treequel:
|
100
|
+
Adding reconnect support to the treequel shell
|
101
|
+
[5255d636be03]
|
102
|
+
|
103
|
+
2011-01-07 Michael Granger <ged@FaerieMUD.org>
|
104
|
+
|
105
|
+
* bin/treewhat:
|
106
|
+
Added the missing 'filter' mode of treewhat.
|
107
|
+
[4735d040e8aa]
|
108
|
+
|
109
|
+
* bin/treewhat:
|
110
|
+
Updated History.md, squelch some debugging, fix --debug and
|
111
|
+
--loglevel options in treewhat.
|
112
|
+
[f5fd0a1bb37c]
|
113
|
+
|
114
|
+
2011-01-06 Michael Granger <ged@FaerieMUD.org>
|
115
|
+
|
116
|
+
* bin/treequel:
|
117
|
+
Automated merge with ssh://deveiate/Treequel
|
118
|
+
[0d4a05a967f0]
|
119
|
+
|
120
|
+
* bin/treequel:
|
121
|
+
Aesthetic cleanup
|
122
|
+
[99af91483f75]
|
123
|
+
|
124
|
+
* bin/treequel:
|
125
|
+
More logging constant fixes for the treequel shell.
|
126
|
+
[f5732a061be9]
|
127
|
+
|
128
|
+
2011-01-04 Michael Granger <ged@FaerieMUD.org>
|
129
|
+
|
130
|
+
* bin/treequel:
|
131
|
+
Fixing log level constants in the Treequel shell
|
132
|
+
[95680f2d4515]
|
133
|
+
|
134
|
+
2010-12-29 Michael Granger <ged@FaerieMUD.org>
|
135
|
+
|
136
|
+
* bin/treewhat:
|
137
|
+
Implemented the "display entry" mode for treewhat
|
138
|
+
[813f53761d31]
|
139
|
+
|
140
|
+
* bin/treewhat:
|
141
|
+
Fixed the no-arg mode of treewhat
|
142
|
+
[55f393cc8526]
|
143
|
+
|
144
|
+
2010-12-27 Michael Granger <ged@FaerieMUD.org>
|
145
|
+
|
146
|
+
* bin/treewhat:
|
147
|
+
Added basic artifact lookup
|
148
|
+
[7f4a84239a94]
|
149
|
+
|
150
|
+
2010-12-26 Michael Granger <ged@FaerieMUD.org>
|
151
|
+
|
152
|
+
* bin/treewhat:
|
153
|
+
More work on treewhat tool
|
154
|
+
[2c7dc7338d40]
|
155
|
+
|
156
|
+
2010-12-23 Michael Granger <ged@FaerieMUD.org>
|
157
|
+
|
158
|
+
* bin/treequel:
|
159
|
+
Simplified and removed duplication from the logging code, also:
|
160
|
+
speed fixes
|
161
|
+
[11c40a8ab723]
|
162
|
+
|
163
|
+
* bin/treewhat:
|
164
|
+
Initial commit of a new (unfinished) directory-introspection tool
|
165
|
+
[34b1aff23c04]
|
166
|
+
|
167
|
+
2010-12-22 Michael Granger <ged@FaerieMUD.org>
|
168
|
+
|
169
|
+
* bin/treequel:
|
170
|
+
Removing inadvertant "rubygems" require in the treequel shell
|
171
|
+
[ba07c34366f0]
|
172
|
+
|
173
|
+
2010-11-08 Michael Granger <ged@FaerieMUD.org>
|
174
|
+
|
175
|
+
* bin/treequel:
|
176
|
+
Fixed treequel shell's cp to support relative and absolute DNs
|
177
|
+
[8fafa9564bd7] [semver]
|
178
|
+
|
179
|
+
2010-09-15 Michael Granger <ged@FaerieMUD.org>
|
180
|
+
|
181
|
+
* bin/treeirb:
|
182
|
+
Use the system LDAP config if no URI is given
|
183
|
+
[ebeb57c824a3]
|
184
|
+
|
185
|
+
2010-07-16 Michael Granger <ged@FaerieMUD.org>
|
186
|
+
|
187
|
+
* bin/treequel:
|
188
|
+
Fixing the "cd .." special case
|
189
|
+
[9f4f02c70368]
|
190
|
+
|
191
|
+
2010-07-13 Michael Granger <ged@FaerieMUD.org>
|
192
|
+
|
193
|
+
* bin/treequel:
|
194
|
+
Fixes for Apache DS and bugfix in Treequel::Model.
|
195
|
+
* Don't assume the 'structuralObjectClass' operational attribute
|
196
|
+
exists in entries in the Treequel shell; Apache DS, for one,
|
197
|
+
doesn't have it.
|
198
|
+
* Fix a bug in Treequel::Model which caused under_barred attributes
|
199
|
+
not to try their camelCased equivalent.
|
200
|
+
[18f2c4c940ee]
|
201
|
+
|
202
|
+
2010-06-14 Michael Granger <ged@FaerieMUD.org>
|
203
|
+
|
204
|
+
* bin/treequel:
|
205
|
+
Fix the 'parent' command in the treequel shell and the success
|
206
|
+
message for the 'cp' command.
|
207
|
+
[84b27c3f9914]
|
208
|
+
|
209
|
+
* bin/treequel:
|
210
|
+
Treequel shell cleanup, new subcommand,
|
211
|
+
Treequel::Directory#bound_user
|
212
|
+
* 'treequel' shell:
|
213
|
+
- Options and help consistency fixes
|
214
|
+
- Added 'whoami' command
|
215
|
+
* Make the bound user's DN fetchable via
|
216
|
+
Treequel::Directory#bound_user
|
217
|
+
[11419265f436]
|
218
|
+
|
219
|
+
2010-06-10 Michael Granger <ged@FaerieMUD.org>
|
220
|
+
|
221
|
+
* bin/treequel:
|
222
|
+
Added 'cp' treequel shell command, removed FOLDED_LDIF_ATTRVAL_SPEC
|
223
|
+
pattern.
|
224
|
+
[e5dd175247e0]
|
225
|
+
|
226
|
+
2010-05-27 Michael Granger <ged@FaerieMUD.org>
|
227
|
+
|
228
|
+
* bin/treequel:
|
229
|
+
Treequel shell cleanup, support config-loaded directory, Branch#move
|
230
|
+
fixes
|
231
|
+
* Treequel shell:
|
232
|
+
- Cleaned up the option-parsing/startup code
|
233
|
+
- Made the shell use the system config with no URL argument via
|
234
|
+
Treequel.directory_from_config instead of just defaulting to
|
235
|
+
ldap://localhost
|
236
|
+
- Fixed the 'mv' command
|
237
|
+
* Cleaned up the Treequel::Branch#move command, removing the
|
238
|
+
unfinished attribute-modification code, which was redundant.
|
239
|
+
[d194f6e986ed]
|
240
|
+
|
241
|
+
2010-05-03 Michael Granger <ged@FaerieMUD.org>
|
242
|
+
|
243
|
+
* bin/treequel:
|
244
|
+
Treequel shell work, made schema tables more Hash-like.
|
245
|
+
* Treequel shell:
|
246
|
+
- Added a 'mv' command
|
247
|
+
- Added a confirmation for the deletion of each sub-entry to 'rm', and
|
248
|
+
a -f(orce) flag to avoid it.
|
249
|
+
* Made Treequel::Schema::Table a bit more Hash-like with more
|
250
|
+
delegation.
|
251
|
+
[b55019f28011]
|
252
|
+
|
253
|
+
2010-04-11 Michael Granger <ged@FaerieMUD.org>
|
254
|
+
|
255
|
+
* bin/treequel:
|
256
|
+
Fixed LDIF and highlighting in treequel shell
|
257
|
+
* Replaced LDIF function from ruby-ldap, as it modifies its receiver
|
258
|
+
and has hardcoded column width.
|
259
|
+
* Made the LDIF-matching pattern handle folded attribute values.
|
260
|
+
[a78c2ab7a45d]
|
261
|
+
|
262
|
+
2010-04-07 Michael Granger <ged@FaerieMUD.org>
|
263
|
+
|
264
|
+
* bin/treequel:
|
265
|
+
More specs, more YARD docs.
|
266
|
+
* Finished SortedResultsControl spec
|
267
|
+
* Added YARD docs for the top-level namespace, started work on the
|
268
|
+
rest.
|
269
|
+
* Added a warning when trying to use the ContentSyncControl
|
270
|
+
* Removed the PersistentSearchControl, which isn't supported by any of
|
271
|
+
my test servers, and has been replaced by the ContentSyncControl
|
272
|
+
anyway.
|
273
|
+
* Criteria in SortedResultsControl are now contained in a Struct
|
274
|
+
instead of a Hash for more literate code.
|
275
|
+
* Added an extension module (Treequel::LDAPControlExtensions) to add
|
276
|
+
comparability to LDAP::Control
|
277
|
+
* treequel shell: 'ls' command
|
278
|
+
- added several sort criteria
|
279
|
+
- refactored into smaller methods
|
280
|
+
* Fixed ArgumentError in Treequel::Branch#delete, added the ability to
|
281
|
+
delete individual attribute values
|
282
|
+
* Started a collection of RSpec matchers (spec/lib/matchers.rb)
|
283
|
+
[34e81c23318c]
|
284
|
+
|
285
|
+
2010-03-01 Michael Granger <ged@FaerieMUD.org>
|
286
|
+
|
287
|
+
* bin/treequel:
|
288
|
+
Treequel shell bugfixes, #empty? on Branchsets and BranchCollections
|
289
|
+
* Handle tab when the command line is empty in the treequel shell.
|
290
|
+
(Thanks Mahlon)
|
291
|
+
* Add an #empty? predicate method to both Branchsets and
|
292
|
+
BranchCollections (one spec still pending).
|
293
|
+
[8f2980e1b341]
|
294
|
+
|
295
|
+
2010-02-17 Michael Granger <ged@FaerieMUD.org>
|
296
|
+
|
297
|
+
* bin/treequel:
|
298
|
+
Added an 'irb' command to the treequel shell, fixed build-number
|
299
|
+
parsing.
|
300
|
+
[6febd7d565bd]
|
301
|
+
|
302
|
+
2010-02-09 Michael Granger <ged@FaerieMUD.org>
|
303
|
+
|
304
|
+
* bin/treequel:
|
305
|
+
Implemented the `-b bind_dn` option.
|
306
|
+
[0a887f743813]
|
307
|
+
|
308
|
+
2010-02-03 Michael Granger <ged@FaerieMUD.org>
|
309
|
+
|
310
|
+
* bin/treequel:
|
311
|
+
Merged 233:1d06d28159a6
|
312
|
+
[56c6fa8c96ca]
|
313
|
+
|
314
|
+
* bin/treequel:
|
315
|
+
Adding the beginnings of ActiveDirectory support, treequel shell
|
316
|
+
options, server introspection.
|
317
|
+
* Treequel shell:
|
318
|
+
- Added a few initial command-line options for connection type, bind
|
319
|
+
DN, etc.
|
320
|
+
- Made colorization of encoded and URL attributes consistent with
|
321
|
+
regular ones.
|
322
|
+
- Downcase attribute names before using them in the 'cdn' command.
|
323
|
+
* Added more server-introspection support to Treequel::Directory;
|
324
|
+
added more control OIDs, and new methods for fetching supported
|
325
|
+
extensions and features.
|
326
|
+
* Adding ActiveDirectory support to Treequel::Schema:
|
327
|
+
- Made alterations to the parser to support ActiveDirectory-style non-
|
328
|
+
standard schema entries (OIDs in quotes, descriptors in
|
329
|
+
attributeType SYNTAX attributes, etc.).
|
330
|
+
- Handle the case where the schema doesn't have syntaxes, matching
|
331
|
+
rules, and/or matching rule use entries.
|
332
|
+
[72d58c3cf7eb]
|
333
|
+
|
334
|
+
2010-01-26 Michael Granger <ged@FaerieMUD.org>
|
335
|
+
|
336
|
+
* bin/treequel:
|
337
|
+
Merged with 230:b994d8d9d608
|
338
|
+
[22c573a9fe6c]
|
339
|
+
|
340
|
+
2010-01-13 Michael Granger <ged@FaerieMUD.org>
|
341
|
+
|
342
|
+
* bin/treequel:
|
343
|
+
Make treequel shell's 'cat' command error for non-existant entries
|
344
|
+
[0b3b38e5f714]
|
345
|
+
|
346
|
+
2010-01-24 Michael Granger <ged@FaerieMUD.org>
|
347
|
+
|
348
|
+
* bin/treequel:
|
349
|
+
Convert the option parsers to a class global instead of a constant
|
350
|
+
[0071cbcc1d9f]
|
351
|
+
|
352
|
+
2010-01-13 Michael Granger <ged@FaerieMUD.org>
|
353
|
+
|
354
|
+
* bin/treequel:
|
355
|
+
Fix the 'grep' command in the Treequel shell.
|
356
|
+
[2b5955c66293]
|
357
|
+
|
358
|
+
2010-01-12 Michael Granger <ged@FaerieMUD.org>
|
359
|
+
|
360
|
+
* bin/treequel:
|
361
|
+
Operational attributes propagation and treequel shell fixes.
|
362
|
+
* Fix propagation of Treequel::Branch#include_operational_attrs flag
|
363
|
+
through search.
|
364
|
+
* Made short-form 'ls' output show entries with subordinates appear
|
365
|
+
with a '/'.
|
366
|
+
* Removed some old copied cruft from the treequel shell.
|
367
|
+
* Added content-sync control experiment.
|
368
|
+
* Got a little closer to content-sync control functioning.
|
369
|
+
[2799af85e766]
|
370
|
+
|
371
|
+
2010-01-07 Michael Granger <ged@FaerieMUD.org>
|
372
|
+
|
373
|
+
* bin/treequel:
|
374
|
+
Merged with d77a0bf26034
|
375
|
+
[30764445c238]
|
376
|
+
|
377
|
+
* bin/treequel:
|
378
|
+
Improvements to the treequel shell, fixes for 1.9.1.
|
379
|
+
* Fixes for 1.9.1:
|
380
|
+
- Handle the change in the URI::REGEXP namespace under 1.9.1
|
381
|
+
- Eliminated most of the shadowed variable warnings
|
382
|
+
- Fixed the compact 'ls' display
|
383
|
+
* Got the 'create' treequel shell command working reasonably well
|
384
|
+
* Made Treequel::Branch#object_classes raise an exception if one of
|
385
|
+
the specified additional_classes
|
386
|
+
[eee284c1b185]
|
387
|
+
|
388
|
+
2009-12-22 Michael Granger <ged@FaerieMUD.org>
|
389
|
+
|
390
|
+
* bin/treequel:
|
391
|
+
Reworked LDIF display colors in the shell to be more visible.
|
392
|
+
[b22d838426dd]
|
393
|
+
|
394
|
+
* bin/treequel:
|
395
|
+
Make the treequel shell fall back to plain connect (with a warning)
|
396
|
+
if TLS fails.
|
397
|
+
[04a4e596c615]
|
398
|
+
|
399
|
+
* bin/treequel:
|
400
|
+
Treequel shell fix, splitting off the LDAP monitor example, version
|
401
|
+
bump.
|
402
|
+
|
403
|
+
* Removed the check for an existing user record from the 'bind'
|
404
|
+
command, as the user in question might not be visible until the
|
405
|
+
bind happens.
|
406
|
+
* Split off the ldap-monitor example into a project of its own
|
407
|
+
(http://deveiate.org/misc.html).
|
408
|
+
* Bumped the version to 1.0.2.
|
409
|
+
[f52fd64bf704]
|
410
|
+
|
411
|
+
2009-12-06 Michael Granger <ged@FaerieMUD.org>
|
412
|
+
|
413
|
+
* bin/treequel:
|
414
|
+
Fixed the shell 'edit' command, cleaned up LDIF output, dependency
|
415
|
+
fixes.
|
416
|
+
- Made the LDIF output highlight correctly by adding LDIF regexen
|
417
|
+
- Dup output values before converting them to LDIF
|
418
|
+
- Removed dependencies are aren't required except for the 'treequel'
|
419
|
+
shell.
|
420
|
+
[025fdc2674df]
|
421
|
+
|
422
|
+
* bin/treequel:
|
423
|
+
Adding '+' mode to 'cat' (stolen from shelldap)
|
424
|
+
[fc3d570c6cf6]
|
425
|
+
|
426
|
+
2009-11-17 Michael Granger <ged@FaerieMUD.org>
|
427
|
+
|
428
|
+
* bin/treequel:
|
429
|
+
Added Branchset#as, added 'yaml'/disabled 'edit' command in treequel
|
430
|
+
shell
|
431
|
+
[58ec6987bb5d]
|
432
|
+
|
433
|
+
2009-11-10 Michael Granger <ged@FaerieMUD.org>
|
434
|
+
|
435
|
+
* bin/treequel:
|
436
|
+
Factored out generic utility code from the treequel binary; added
|
437
|
+
color logging
|
438
|
+
[6a70dfef2561]
|
439
|
+
|
440
|
+
2009-10-19 Michael Granger <ged@FaerieMUD.org>
|
441
|
+
|
442
|
+
* bin/treequel:
|
443
|
+
Fixing highlighting for wrapped LDIF values in the treequel shell.
|
444
|
+
[89e5c288803a]
|
445
|
+
|
446
|
+
2009-10-15 Michael Granger <ged@FaerieMUD.org>
|
447
|
+
|
448
|
+
* bin/treequel:
|
449
|
+
Version bump, build system updates, made 'treequel' gem-binary-
|
450
|
+
friendly, and some experiments.
|
451
|
+
* Beginnings of experimental rack middleware to do LDAP
|
452
|
+
authentication.
|
453
|
+
* Taking a different tack in the OHM idea.
|
454
|
+
* Removed the $0 == __FILE__ wrapper around 'treequel' startup so it
|
455
|
+
works from the gem.
|
456
|
+
* Bumping version to 1.0.1.
|
457
|
+
[c4eb1a2f2155]
|
458
|
+
|
459
|
+
2009-10-14 Michael Granger <ged@FaerieMUD.org>
|
460
|
+
|
461
|
+
* bin/treequel:
|
462
|
+
Adding features to bin/treequel
|
463
|
+
* Persistant history
|
464
|
+
* Completion for attributes in command arguments
|
465
|
+
* New 'rm' and 'grep' commands
|
466
|
+
* Made the prompt for 'bind' a little clearer
|
467
|
+
[ee15ee16420a]
|
468
|
+
|
469
|
+
2009-10-11 Michael Granger <ged@FaerieMUD.org>
|
470
|
+
|
471
|
+
* bin/treequel:
|
472
|
+
Factored out short- and long-ls output generation into separate
|
473
|
+
methods
|
474
|
+
[3ac6f489e10f]
|
475
|
+
|
476
|
+
2009-10-02 Michael Granger <ged@FaerieMUD.org>
|
477
|
+
|
478
|
+
* bin/treequel:
|
479
|
+
* Fixed option parsing. Thanks to apeiros and dominikh on #Ruby-Pro
|
480
|
+
@Freenode for their help.
|
481
|
+
[c627bb70f2e5]
|
482
|
+
|
483
|
+
* bin/treequel:
|
484
|
+
* Trying a different strategy for option-parsing
|
485
|
+
[b384e8959292]
|
486
|
+
|
487
|
+
2009-10-01 Michael Granger <ged@FaerieMUD.org>
|
488
|
+
|
489
|
+
* Automated merge with ssh://hg@repo.deveiate.org/Treequel
|
490
|
+
[210db787e33d]
|
491
|
+
|
492
|
+
* Merged 192 and 193
|
493
|
+
[b2f67ce91d27]
|
494
|
+
|
495
|
+
2009-09-30 Michael Granger <ged@FaerieMUD.org>
|
496
|
+
|
497
|
+
* Adding rebuilt terminfo gem and the beginnings of a spike to work
|
498
|
+
out branch-control syntax
|
499
|
+
[a1ac0e4ca322]
|
500
|
+
|
501
|
+
2009-07-17 Michael Granger <ged@FaerieMUD.org>
|
502
|
+
|
503
|
+
* bin/treequel:
|
504
|
+
* Treequel::Branch
|
505
|
+
- Added #exists?, #get_child,
|
506
|
+
- Fixed #object_classes and other schema-related methods.
|
507
|
+
* Added Treequel::Schema::ObjectClass#structural?
|
508
|
+
* Added some fixes for Ruby/LDAP 0.9.9.
|
509
|
+
[6bee5b12461a]
|
510
|
+
|
511
|
+
2009-07-08 Michael Granger <ged@FaerieMUD.org>
|
512
|
+
|
513
|
+
* bin/treequel:
|
514
|
+
* A bit more hacking on the OHM experiment.
|
515
|
+
* Treequel::Branch
|
516
|
+
- Made attribute values in #must_attributes_hash empty strings to
|
517
|
+
distinguish them from those created by #may_attributes_hash.
|
518
|
+
- Added #valid_attributes_hash as a convenience method for a merged
|
519
|
+
`must_attributes_hash` and `may_attributes_hash`.
|
520
|
+
* Made the collection class returned from Treequel::Directory#search
|
521
|
+
settable via a hash parameter, with fallback to the class of the
|
522
|
+
base argument if it supports `new_from_entry` or Treequel::Branch
|
523
|
+
if not.
|
524
|
+
* Added RFC 4514 (Distinguished Names) productions to
|
525
|
+
Treequel::Constants::Patterns
|
526
|
+
* Treequel shell:
|
527
|
+
- Changed the 'cd' command to 'cdn'
|
528
|
+
- Validate the RDN passed to 'cdn'
|
529
|
+
- Added a 'parent' command to allow changing up one RDN
|
530
|
+
- Added a 'log' command to allow setting of log level, default log
|
531
|
+
level to 'WARN'
|
532
|
+
[0dea020a3702]
|
533
|
+
|
534
|
+
2009-10-01 Michael Granger <ged@FaerieMUD.org>
|
535
|
+
|
536
|
+
* bin/treequel:
|
537
|
+
* More work on option-parsing
|
538
|
+
[91145572ee68]
|
539
|
+
|
540
|
+
2009-09-30 Michael Granger <ged@FaerieMUD.org>
|
541
|
+
|
542
|
+
* bin/treequel:
|
543
|
+
Worked on the treequel shell, adding option-parsing and help
|
544
|
+
[311782af5032]
|
545
|
+
|
546
|
+
* bin/treequel:
|
547
|
+
* Fixes for the treequel shell, which was very broken in the initial
|
548
|
+
release. :/
|
549
|
+
* Fixed method docs for Treequel::Directory#bind
|
550
|
+
[b7a37456d58f]
|
551
|
+
|
552
|
+
2009-07-17 Michael Granger <ged@FaerieMUD.org>
|
553
|
+
|
554
|
+
* bin/treequel:
|
555
|
+
* Treequel::Branch
|
556
|
+
- Added #exists?, #get_child,
|
557
|
+
- Fixed #object_classes and other schema-related methods.
|
558
|
+
* Added Treequel::Schema::ObjectClass#structural?
|
559
|
+
* Added some fixes for Ruby/LDAP 0.9.9.
|
560
|
+
[ae76d3a3b114]
|
561
|
+
|
562
|
+
2009-07-08 Michael Granger <ged@FaerieMUD.org>
|
563
|
+
|
564
|
+
* bin/treequel:
|
565
|
+
* A bit more hacking on the OHM experiment.
|
566
|
+
* Treequel::Branch
|
567
|
+
- Made attribute values in #must_attributes_hash empty strings to
|
568
|
+
distinguish them from those created by #may_attributes_hash.
|
569
|
+
- Added #valid_attributes_hash as a convenience method for a merged
|
570
|
+
`must_attributes_hash` and `may_attributes_hash`.
|
571
|
+
* Made the collection class returned from Treequel::Directory#search
|
572
|
+
settable via a hash parameter, with fallback to the class of the
|
573
|
+
base argument if it supports `new_from_entry` or Treequel::Branch
|
574
|
+
if not.
|
575
|
+
* Added RFC 4514 (Distinguished Names) productions to
|
576
|
+
Treequel::Constants::Patterns
|
577
|
+
* Treequel shell:
|
578
|
+
- Changed the 'cd' command to 'cdn'
|
579
|
+
- Validate the RDN passed to 'cdn'
|
580
|
+
- Added a 'parent' command to allow changing up one RDN
|
581
|
+
- Added a 'log' command to allow setting of log level, default log
|
582
|
+
level to 'WARN'
|
583
|
+
[df85fc928927]
|
584
|
+
|
585
|
+
2009-06-18 Michael Granger <ged@FaerieMUD.org>
|
586
|
+
|
587
|
+
* bin/treequel:
|
588
|
+
* Adding BranchCollection class.
|
589
|
+
* Treequel::Branchset
|
590
|
+
- Added #base_dn method
|
591
|
+
- Added the base to the inspection text
|
592
|
+
* Made argument to Treequel.directory optional
|
593
|
+
[561753e32ea1]
|
594
|
+
|
595
|
+
2009-06-17 Michael Granger <ged@FaerieMUD.org>
|
596
|
+
|
597
|
+
* bin/treeirb, bin/treequel:
|
598
|
+
* Updated build system
|
599
|
+
* Fixed a bug in Treequel::Branch#to_ldif
|
600
|
+
* Modified Treequel.directory to also accept a options hash.
|
601
|
+
* A little work on the manual
|
602
|
+
* Started an OmniGraffle doc for manual diagrams
|
603
|
+
[047a035cb48c]
|
604
|
+
|
605
|
+
2009-06-11 Michael Granger <ged@FaerieMUD.org>
|
606
|
+
|
607
|
+
* bin/treequel:
|
608
|
+
* Treequel::Branch:
|
609
|
+
- New methods: #rdn=, #split_dn, #<=>
|
610
|
+
- Added Comparable interface
|
611
|
+
- Made the proxy method actually check the schema for valid attribute
|
612
|
+
type OIDs instead of assuming every message wanted a sub-
|
613
|
+
branch.
|
614
|
+
* Treequel::Directory:
|
615
|
+
- Implemented #move
|
616
|
+
- Fixed non-functional #children.
|
617
|
+
- Same fix for #method_missing as in Branch.
|
618
|
+
* Renamed 'shelldapper' to 'treequel' to reflect a planned change in
|
619
|
+
direction (i.e., closer) to Sequel's 'sequel' shell.
|
620
|
+
[20ea1f16d361]
|