CVS log for ldapconf/fields.cc

[BACK] Up to [Terminator] / ldapconf

Request diff between arbitrary revisions


Default branch: MAIN

Revision 1.9 / (download) - annotate - [select for diffs] , Wed Oct 3 13:27:20 2001 UTC (7 years, 3 months ago) by stein
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +309 -128 lines
Diff to previous 1.8
A lot of cleanup and some changes of the formconf and other stuff

Revision 1.8 / (download) - annotate - [select for diffs] , Mon Feb 19 23:53:30 2001 UTC (7 years, 10 months ago) by stein
Branch: MAIN
Changes since 1.7: +1 -0 lines
Diff to previous 1.7
Added edit field for default value.

Revision 1.7 / (download) - annotate - [select for diffs] , Mon Jan 22 05:42:14 2001 UTC (7 years, 11 months ago) by stein
Branch: MAIN
CVS Tags: ldapconf-0-18-1, TMP, RELEASE
Changes since 1.6: +40 -5 lines
Diff to previous 1.6
Merging OPENLDAP-2 branch back into main branch.

Revision 1.6.4.10 / (download) - annotate - [select for diffs] , Sun Jan 21 04:41:02 2001 UTC (7 years, 11 months ago) by stein
Branch: OPENLDAP-2
CVS Tags: ldapconf-0-18-0
Changes since 1.6.4.9: +1 -1 lines
Diff to previous 1.6.4.9 to branchpoint 1.6 next main 1.7
LDIF online export works.
Migrate works.
Create new db works.
LDIF import works.
Lots of cleanup to do, but it can wait.
Hopefully ready for release tomorrow...

Revision 1.6.4.9 / (download) - annotate - [select for diffs] , Thu Jan 11 17:33:36 2001 UTC (7 years, 11 months ago) by araman
Branch: OPENLDAP-2
Changes since 1.6.4.8: +11 -7 lines
Diff to previous 1.6.4.8 to branchpoint 1.6
add firstname and lastname to add user form and update defaults accordingly
this works great

Revision 1.6.4.8 / (download) - annotate - [select for diffs] , Tue Jan 9 15:42:17 2001 UTC (7 years, 11 months ago) by araman
Branch: OPENLDAP-2
Changes since 1.6.4.7: +6 -4 lines
Diff to previous 1.6.4.7 to branchpoint 1.6
default value now works

Revision 1.6.4.7 / (download) - annotate - [select for diffs] , Tue Jan 9 00:14:43 2001 UTC (7 years, 11 months ago) by araman
Branch: OPENLDAP-2
CVS Tags: TMP2
Changes since 1.6.4.6: +16 -0 lines
Diff to previous 1.6.4.6 to branchpoint 1.6
changed default userinfo form (mail2 + default for mail
introduced support for default in form (still not working but should be close)

Revision 1.6.4.6 / (download) - annotate - [select for diffs] , Fri Dec 29 12:35:57 2000 UTC (8 years ago) by stein
Branch: OPENLDAP-2
Changes since 1.6.4.5: +7 -1 lines
Diff to previous 1.6.4.5 to branchpoint 1.6
Lowercasing the formfield id's, to support the lowercased attribute names
from ldap_object when the form config file use case.
Added better 'getfreeuid' method, to be used for new accounts.
Added loghandler tool to handle logging. Cleanup of all debug entries.

Revision 1.6.4.5 / (download) - annotate - [select for diffs] , Sat Dec 23 09:32:52 2000 UTC (8 years ago) by stein
Branch: OPENLDAP-2
Changes since 1.6.4.4: +5 -2 lines
Diff to previous 1.6.4.4 to branchpoint 1.6
Fixed some small parser bugs. Cleaned up a lot of the debug code to make the
problems more visible for detection. Added some more required object
classes, and started on functions to handle the required attributes.
Adding and modifying accounts works quite well - no more schema violations.

Revision 1.6.4.4 / (download) - annotate - [select for diffs] , Thu Dec 21 18:05:07 2000 UTC (8 years ago) by araman
Branch: OPENLDAP-2
Changes since 1.6.4.3: +2 -0 lines
Diff to previous 1.6.4.3 to branchpoint 1.6
fix typo + use strncasecmp instead of strncase + add debug

Revision 1.6.4.3 / (download) - annotate - [select for diffs] , Thu Dec 21 16:39:53 2000 UTC (8 years ago) by araman
Branch: OPENLDAP-2
Changes since 1.6.4.2: +3 -3 lines
Diff to previous 1.6.4.2 to branchpoint 1.6
corrects typo, add const to int

Revision 1.6.4.2 / (download) - annotate - [select for diffs] , Thu Dec 21 16:37:34 2000 UTC (8 years ago) by araman
Branch: OPENLDAP-2
Changes since 1.6.4.1: +5 -4 lines
Diff to previous 1.6.4.1 to branchpoint 1.6
modified sprintf in snprintf

Revision 1.6.4.1 / (download) - annotate - [select for diffs] , Fri Dec 15 02:26:44 2000 UTC (8 years ago) by stein
Branch: OPENLDAP-2
Changes since 1.6: +2 -1 lines
Diff to previous 1.6
Major cleanup, ldap_object seems to work well again, with openldap-2.0

Revision 1.6 / (download) - annotate - [select for diffs] , Fri Aug 4 15:28:31 2000 UTC (8 years, 5 months ago) by stein
Branch: MAIN
CVS Tags: ldapconf-0-17-0, TEST2, OPENLDAP-1
Branch point for: OPENLDAP-2
Changes since 1.5: +7 -1 lines
Diff to previous 1.5
Migration from system files works.

Revision 1.5 / (download) - annotate - [select for diffs] , Fri Jul 14 21:13:13 2000 UTC (8 years, 5 months ago) by stein
Branch: MAIN
CVS Tags: v-0-16
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
Preparing for v-0.16 - disabled debug

Revision 1.4 / (download) - annotate - [select for diffs] , Sat Jun 3 13:18:24 2000 UTC (8 years, 7 months ago) by stein
Branch: MAIN
Changes since 1.3: +29 -13 lines
Diff to previous 1.3
Added support for virtual domain directory profiles

Revision 1.3 / (download) - annotate - [select for diffs] , Wed May 24 13:34:17 2000 UTC (8 years, 7 months ago) by stein
Branch: MAIN
Changes since 1.2: +23 -27 lines
Diff to previous 1.2
Lots of changes, mainly the PROFILES class is working

Revision 1.2 / (download) - annotate - [select for diffs] , Sat May 20 18:10:32 2000 UTC (8 years, 7 months ago) by stein
Branch: MAIN
Changes since 1.1: +10 -10 lines
Diff to previous 1.1
better debug support
added "card" type to formconf

Revision 1.1 / (download) - annotate - [select for diffs] , Fri May 19 22:58:07 2000 UTC (8 years, 7 months ago) by stein
Branch: MAIN
Diff
removed userinfo stuff - replaced with generic formconf support

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a 

View only Branch:
Sort log by:

CVSweb by <zeller@think.de>