1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127
|
ldapdiff-0.9.2
Wed Oct 29 09:10:45 MET 2003
- print profile name in message output
ldapdiff-0.9.1
Thu Oct 23 14:05:58 MEST 2003
- modified configure.in, because libiconv is not necessary for newer
glibc releases
- parse errors in ldif input file are fatal (exit(-1))
ldapdiff-0.9.0
Sun Feb 2 12:57:41 MET 2003
- moved option "basedn" from global section to profile section,
to avoid collisions with data, which should not be checked from
ldapdiff's recursive search
ldapdiff-0.8.5
Wed Jan 29 21:17:53 MET 2003
- bugfix missing "dn: " in ldapdiff.mod for entry deletion,
thanks Torsten Hilbrich
- bugfix case insensitive filter comparison
ldapdiff-0.8.4
Sat Jan 25 01:06:18 MET 2003
- new ldapdiff.conf parameter
onlineerrfatal: "yes"|"no"
- base64 bugfix in ldapwrite.c, thanks Jethro R Binks
- ldapdiff error, if filter is not unique
- ldapdiff warning, if filter attribute doesn't exist in ldifentry
ldapdiff-0.8.3
- Sat Jul 6 13:15:51 MEST 2002
- compile problems on FreeBSD fixed
- schema problems with implicit EQUALITY matching rules for attributes
with no SYNTAX description fixed (schema bug)
- attribute aliases are detected correctly, now
- renaming of attribute aliases to the real name is done automatically, now
- if there is no schema available, "mapalias" can be used for alias mapping
ldapdiff-0.8.2
- Fri Jul 5 19:51:53 MEST 2002
- new ldapdiff.conf parameters
- schemacheck: "yes"|"no"
- multi: "[attributes]"|"none", multible attributes (again :-))
- noequality: "[attributes]"|"none", attributes with no EQUALITY method
ldapdiff-0.8.1
- Mon Jun 24 23:09:07 MEST 2002
- fixed a bug in samples/addentry
- attribute names are compared caseinsensitive, now
ldapdiff-0.8.0
- Wed Jun 19 11:13:53 MEST 2002
- implementation of base64 "var::" and binary "var:< file://" attributes
- autodetection of multible value attributes from schema
- parse errors in ldif input are exit(-1) now
ldapdiff-0.7.3
- Mon Jun 3 13:50:27 MEST 2002
- rfc2849 "folded lines" implementation
ldapdiff-0.7.2
- Fri May 31 10:21:52 MEST 2002
- rfc2849 parsing for ldif comments '#'
ldapdiff-0.7.1
- Sun Feb 24 14:05:04 MET 2002
- improved parsing of "ldapdiff.conf"
- directory samples added
ldapdiff-0.7.0
- Tue Feb 12 08:37:55 MET 2002
- implementation of ignoring unwanted attributes with "ignore: attr1,attr2"
- implementation of charsetconversion with libiconv
migration hint:
add:
iconv: yes
ldifcharset: ISO-8859-3
ldapcharset: UTF-8
to ldapdiff.conf
ldapdiff-0.6.1
- Mon Feb 11 08:53:25 MET 2002
- support for syslog with "-s local[0-7]" option
ldapdiff-0.6.0
- Fri Feb 8 14:32:16 CET 2002
- problems with ldap_add_s for openldap 2.0.22 and above fixed
ldapdiff-0.5.0
- Mon Sep 17 16:27:30 MEST 2001
- plugin support added (see README)
- improved ldif parsing
- ldif data can be read from stdin, now
ldapdiff-0.4.1
- Mon Sep 10 12:07:26 MEST 2001
- new file ldapstats.c for better statistics output
ldapdiff-0.4.0
- Fri Sep 7 11:11:21 MET DST 2001
- rewrite of logging stuff
- new option -v, prints version
- new option -l logfile, else logging to stdout
- new option -d 0|1|2, loglevel
- loglevel variable in ldapdiff.conf is obsolete
- modification of configure.in
ldapdiff-0.3.2
- Thu Aug 2 16:57:26 MEST 2001
- skip deletion if input file contains no entries
ldapdiff-0.3.1
- Thu Jul 19 13:43:34 MEST 2001
- bug in DELETION config removed
ldapdiff-0.3.0
- Tue Jun 5 05:41:30 MEST 2001
- strip comments "#" in ldif file
ldapdiff-0.2.0
- Mon Jun 4 23:17:37 MEST 2001
- README file created
- GPL license stuff added
ldapdiff-0.1.0
- inital release
|