Sat, 05 Mar 2011 20:24:07 +0100 remove now unused parent_dn() method
Peter Marschall <peter@adpm.de> [Sat, 05 Mar 2011 20:24:07 +0100] rev 25
remove now unused parent_dn() method
Sat, 05 Mar 2011 20:19:18 +0100 cd: flexible treatment of repeated '..', even as prefix
Peter Marschall <peter@adpm.de> [Sat, 05 Mar 2011 20:19:18 +0100] rev 24
cd: flexible treatment of repeated '..', even as prefix Treat '..' as any shell does: - while the path given starts with '..', strip away the first element of the current base DN - use ',' as separator - if anything remains in thep ath given, prepend it to the stripped down baseDN - use the result as the new base DN
Tue, 06 Sep 2011 15:59:10 -0700 small style cleanup
Mahlon E. Smith <mahlon@martini.nu> [Tue, 06 Sep 2011 15:59:10 -0700] rev 23
small style cleanup
Sat, 05 Mar 2011 19:41:07 +0100 base(): make more secure, allow '' as DN
Peter Marschall <peter@adpm.de> [Sat, 05 Mar 2011 19:41:07 +0100] rev 22
base(): make more secure, allow '' as DN Only accept DNs as arguments to base that are legal DNs. Convert DN given into canonical form.
Sat, 05 Mar 2011 19:15:48 +0100 slight cleanup: make more clear, it's an array
Peter Marschall <peter@adpm.de> [Sat, 05 Mar 2011 19:15:48 +0100] rev 21
slight cleanup: make more clear, it's an array
Sat, 05 Mar 2011 19:08:50 +0100 use sane way to get a default basedn: RootDSe's namingContexts
Peter Marschall <peter@adpm.de> [Sat, 05 Mar 2011 19:08:50 +0100] rev 20
use sane way to get a default basedn: RootDSe's namingContexts
Tue, 06 Sep 2011 15:59:07 -0700 Add documentation for the additional short flags.
Mahlon E. Smith <mahlon@martini.nu> [Tue, 06 Sep 2011 15:59:07 -0700] rev 19
Add documentation for the additional short flags.
Sat, 05 Mar 2011 18:50:27 +0100 accept short option names for some options
Peter Marschall <peter@adpm.de> [Sat, 05 Mar 2011 18:50:27 +0100] rev 18
accept short option names for some options Accept short name equivalents like in ldap... commands for 'server', 'basedn' and 'binddn'.
Sat, 05 Mar 2011 17:46:57 +0100 simplify over-complex call of N:L:E->get_value()
Peter Marschall <peter@adpm.de> [Sat, 05 Mar 2011 17:46:57 +0100] rev 17
simplify over-complex call of N:L:E->get_value() @{ Net::LDAP::Entry->get_value(..., asref => 1) } is equivalent to Net::LDAP::Entry->get_value(...)
Sat, 05 Mar 2011 17:33:41 +0100 use symbolic LDAP error codes instead of numbers
Peter Marschall <peter@adpm.de> [Sat, 05 Mar 2011 17:33:41 +0100] rev 16
use symbolic LDAP error codes instead of numbers
(0) -10 +10 +100 tip