0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 10 hours ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added formlist_from_entry(): "Use current entry" formlist builder added dup_formlist(): duplicates formlist (used in formdiff_to_ldapmod()) added lookup_attribute: find attribute type (used in formdiff_to_ldapmod()) added two debug functions: dump_hash() and dump_formlist() More... over 23 years ago
moved dump_mods() debug function in here from tinput.c More... over 23 years ago
input.[ch] now have all the new edit functions that don't depend on the schema API being available. Most of these were in tinput.c before. mod_entry_from_formlist(), change_rdn(), formdiff_to_ldapmod() and glist_to_mod_values() were added to complete the modification callbacks. More... over 23 years ago
Upped version to 0.3.0 More... over 23 years ago
Split off formfill functions into separate source files More... over 23 years ago
subtree check on deleting an entry with a dummy subtree attached works again More... over 23 years ago
Don't submit empty values in LDAPMod's anymore. More... over 23 years ago
Focus works properly all the time now More... over 23 years ago
Make all variables stored in tinput hash lowercase for consistency More... over 23 years ago
Using current entry instead of template works (still need server schema though) Added Doug Nazar's patch for cleaning up the userPassword entry/combo More... over 23 years ago
Initial searchbase in search mode wasn't correctly set up, works now More... over 23 years ago
enforce schemaserver use here for now. This needs to move into schema.c and get smarter at some point. More... over 23 years ago
cleared up utter confusion around schemaserver More... over 23 years ago
Paranoia++ More... over 23 years ago
Adding an entry with a template now works. Wahey! More... over 23 years ago
Restore the old arrowbutton functionality for now (still br0ked though) More... over 23 years ago
Initialize new entry with a blank DN More... over 23 years ago
oops, Templates->new works again now More... over 23 years ago
change schema parsing function calls to reflect new OpenLDAP 2.0 naming scheme find subschema DN by searching the root DSE first, instead of assuming cn=schema More... almost 24 years ago
use hint in password entry for crypt type combo box More... almost 24 years ago
more mucking about More... almost 24 years ago
Save schemaserver information (forgot to do that) More... almost 24 years ago
use configured base DN as suffix if nothing else found (Novell NDS browse fix) More... almost 24 years ago
arrowbuttons working now, multiple values don't reverse in update_formfill() anymore More... almost 24 years ago
keep focus on inputbox when resizing it More... almost 24 years ago
entry/textbox buttons now work, redraw much better than 0.2.2! update_formfill mostly working More... almost 24 years ago
don't add the same attribute type twice when building formfill from template More... almost 24 years ago
small compile fix More... almost 24 years ago
Added support for displaying only the Relative Distinguished Name in browse mode Reorganized the preferences into seperate pages for browse mode and query mode Simplified and fixed the get_suffix routine Added support to specifiy the base suffix on the query screen More... almost 24 years ago
Doug Nazar's HUGE speed improvement in browse mode, also deleted entries now disappear from the tree right away More... almost 24 years ago