SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for libuser-0.51.7-2.x86_64.rpm :
Fri Jun 6 00:00:00 2003 Elliot Lee
- rebuilt

Wed Feb 19 23:00:00 2003 Nalin Dahyabhai 0.51.7-1
- ldap: set error codes correctly when we encounter failures initializing
- don\'t double-close modules which fail initialization
- ldap: don\'t set an error in cases where one is already set

Tue Feb 18 23:00:00 2003 Nalin Dahyabhai 0.51.6-1
- use a crypt salt consistent with the defaults/crypt_style setting when
setting new passwords (#79337)

Thu Feb 6 23:00:00 2003 Nalin Dahyabhai 0.51.5-2
- rebuild

Wed Feb 5 23:00:00 2003 Nalin Dahyabhai 0.51.5-1
- expose lu_get_first_unused_id() as a package-private function
- provide libuser.ADMIN.getFirstUnusedUid and libuser.ADMIN.getFirstUnusedGid
in python

Thu Dec 19 23:00:00 2002 Nalin Dahyabhai 0.51.4-1
- fix not freeing resources properly in files.c(generic_is_locked), spotted by
Zou Pengcheng

Wed Dec 11 23:00:00 2002 Nalin Dahyabhai 0.51.2-1
- degrade gracefully
- build with --with-pic and -fPIC
- remove unpackaged man page

Wed Aug 28 00:00:00 2002 Nalin Dahyabhai 0.51.1-2
- translation updates

Thu Jul 25 00:00:00 2002 Nalin Dahyabhai 0.51.1-1
- doc updates -- cvs tree moved
- language updates
- disallow weird characters in account names

Mon May 27 00:00:00 2002 Tim Powers
- automated rebuild

Tue May 21 00:00:00 2002 Nalin Dahyabhai 0.51-1
- files: ignore blank lines in files
- libuser: disallow creation of accounts with names containing whitespace,
control characters, or non-ASCII characters

Wed Apr 17 00:00:00 2002 Nalin Dahyabhai 0.50.2-1
- refresh translations
- fix a heap-corruption bug in the python bindings

Tue Apr 16 00:00:00 2002 Nalin Dahyabhai 0.50-1
- bump version
- refresh translations

Thu Mar 14 23:00:00 2002 Nalin Dahyabhai 0.49.102-1
- ldap: cache an entity\'s dn in the entity structure to try to speed things up

Mon Mar 11 23:00:00 2002 Nalin Dahyabhai 0.49.101-3
- rebuild in new environment

Thu Mar 7 23:00:00 2002 Nalin Dahyabhai 0.49.101-2
- add missing buildreqs on cyrus-sasl-devel and openldap-devel (#59456)
- translation refresh

Fri Mar 1 23:00:00 2002 Nalin Dahyabhai 0.49.101-1
- fix python bindings of enumerateFull functions
- adjust prompter wrapping to not error out on successful returns

Thu Feb 28 23:00:00 2002 Nalin Dahyabhai 0.49.100-1
- be more careful about printing error messages
- fix refreshing after adding of accounts
- ldap: try to use a search to convert names to DNs, and only fall back to
guessing if it turns up nothing
- files: fix an off-by-one in removal of entries

Mon Feb 25 23:00:00 2002 Nalin Dahyabhai 0.49.99-1
- refresh translations
- fix admin() constructor comments in the python module

Thu Feb 21 23:00:00 2002 Nalin Dahyabhai 0.49.98-1
- automatically refresh entities after add, modify, setpass, removepass,
lock, and unlock operations
- remove debug spewage when creating and removing mail spools
- files: fix saving of multi-valued attributes
- rename MEMBERUID attribute for groups to MEMBERNAME

Wed Feb 20 23:00:00 2002 Nalin Dahyabhai 0.49.97-1
- files: fix bug in removals
- ldap: revert attempts at being smart at startup time, because it makes UIs
very messy (up the three whole dialogs just to start the ldap stuff!)

Sat Feb 16 23:00:00 2002 Nalin Dahyabhai 0.49.96-1
- fix thinko in dispatch routines

Wed Feb 13 23:00:00 2002 Nalin Dahyabhai 0.49.95-1
- lgroupmod: fix thinko

Thu Jan 31 23:00:00 2002 Nalin Dahyabhai 0.49.94-2
- rebuild in new environment

Tue Jan 29 23:00:00 2002 Nalin Dahyabhai 0.49.93-1
- move shadow initialization for groups to the proper callback
- rework locking in the files module to not require that files be writable

Tue Jan 29 23:00:00 2002 Nalin Dahyabhai
- expose lu_strerror()
- add various typedefs for types used by the library

Mon Jan 28 23:00:00 2002 Nalin Dahyabhai 0.49.92-1
- add removepass() functions

Thu Jan 24 23:00:00 2002 Nalin Dahyabhai
- lchfn,lchsh,lpasswd - reorder PAM authentication calls
- include API docs in the package

Thu Jan 24 23:00:00 2002 Nalin Dahyabhai 0.49.91-1
- ldap: finish port to new API
- sasl: finish port to new API (needs test)
- libuser: don\'t commit object changes before passing data to service
functions which might need differing data sets to figure out what to
change (for example, ldap)

Thu Jan 17 23:00:00 2002 Nalin Dahyabhai 0.49.90-1
- bind the internal mail spool creation/removal functions for python

Wed Jan 16 23:00:00 2002 Nalin Dahyabhai
- renamed the python module
- revamped internals to use gobject\'s gvalues and gvaluearrays instead of
glists of cached strings
- add enumeration-with-data functions to the C library

Mon Jan 7 23:00:00 2002 Florian La Roche
- require linuxdoc-tools instead of sgml-tools for rawhide

Tue Nov 13 23:00:00 2001 Nalin Dahyabhai
- fixup build files to allow building for arbitrary versions of python

Thu Aug 30 00:00:00 2001 Nalin Dahyabhai 0.32-1
- link the python module against libpam
- attempt to import the python modules at build-time to verify dependencies

Wed Aug 29 00:00:00 2001 Nalin Dahyabhai 0.31-1
- fix a file-parsing bug that popped up in 0.29\'s mmap modifications

Tue Aug 28 00:00:00 2001 Nalin Dahyabhai 0.30-1
- quotaq: fix argument order when reading quota information
- user_quota: set quota grace periods correctly
- luseradd: never create home directories for system accounts

Wed Aug 22 00:00:00 2001 Nalin Dahyabhai
- add da translation files
- update translations

Wed Aug 22 00:00:00 2001 Nalin Dahyabhai 0.29-1
- add an explicit build dependency on jade (for the docs)

Tue Aug 21 00:00:00 2001 Nalin Dahyabhai
- HUP nscd on modifications
- userutil.c: mmap files we\'re reading for probable speed gain
- userutil.c: be conservative with the amount of random data we read
- docs fixes

Thu Aug 16 00:00:00 2001 Nalin Dahyabhai 0.28-1
- apps: print usage on errors
- lnewusers.c: initialize groups as groups, not users
- lnewusers.c: set passwords for new accounts
- luseradd.c: accept group names in addition to IDs for the -g flag
- luseradd.c: allow the primary GID to be a preexisting group

Wed Aug 15 00:00:00 2001 Nalin Dahyabhai 0.27-1
- add ko translation files
- files.c: fix a heap corruption bug in lock/unlock (#51750)
- files.c: close a memory leak in reading of files

Tue Aug 14 00:00:00 2001 Nalin Dahyabhai
- files.c: remove implementation limits on lengths of lines

Fri Aug 10 00:00:00 2001 Nalin Dahyabhai 0.26-1
- lusermod: change user name in groups the user is a member of during renames
- lgroupmod: change primary GID for users who are in the group during renumbers
- ldap.c: handle new attributes more gracefully if possible
- add ru translation files

Wed Aug 8 00:00:00 2001 Nalin Dahyabhai 0.25.1-1
- rename the quota source files to match the library, which clears up a
file conflict with older quota packages
- add ja translation files

Fri Aug 3 00:00:00 2001 Nalin Dahyabhai
- add lu_ent_clear_all() function

Fri Aug 3 00:00:00 2001 Nalin Dahyabhai 0.25-1
- close up some memory leaks
- add the ability to include resident versions of modules in the library

Thu Aug 2 00:00:00 2001 Nalin Dahyabhai 0.24-4
- fix incorrect Py_BuildValue invocation in python module

Wed Aug 1 00:00:00 2001 Nalin Dahyabhai 0.24-3
- stop leaking descriptors in the files module
- speed up user creation by reordering some checks for IDs being in use
- update the shadowLastChanged attribute when we set a password
- adjust usage of getXXXXX_r where needed
- fix assorted bugs in python binding which break prompting

Tue Jul 31 00:00:00 2001 Nalin Dahyabhai 0.23-1
- install sv translation
- make lpasswd prompt for passwords when none are given on the command line
- make sure all user-visible strings are marked for translation
- clean up some user-visible strings
- require PAM authentication in lchsh, lchfn, and lpasswd for non-networked modules

Sat Jul 28 00:00:00 2001 Nalin Dahyabhai
- print uids and gids of users and names in lid app
- fix tree traversal in users_enumerate_by_group and groups_enumerate_by_users
- implement enumerate_by_group and enumerate_by_user in ldap module
- fix id-based lookups in the ldap module
- implement islocked() method in ldap module
- implement setpass() method in ldap module
- add lchfn and lchsh apps
- add %d substitution to libuser.conf

Fri Jul 27 00:00:00 2001 Nalin Dahyabhai 0.21-1
- finish adding a sasldb module which manipulates a sasldb file
- add users_enumerate_by_group and groups_enumerate_by_users

Thu Jul 26 00:00:00 2001 Nalin Dahyabhai
- luserdel: remove the user\'s primary group if it has the same name as
the user and has no members configured (-G disables)
- fixup some configure stuff to make libuser.conf get generated correctly
even when execprefix isn\'t specified

Wed Jul 25 00:00:00 2001 Nalin Dahyabhai 0.20-1
- only call the auth module when setting passwords (oops)
- use GTrees instead of GHashTables for most internal tables
- files: complain properly about unset attributes
- files: group passwords are single-valued, not multiple-valued
- add lpasswd app, make sure all apps start up popt with the right names

Tue Jul 24 00:00:00 2001 Nalin Dahyabhai 0.18-1
- actually make the new optional arguments optional
- fix lu_error_new() to actually report errors right
- fix part of the python bindings
- include tools in the binary package again
- fixup modules so that password-changing works right again
- add a \"key\" field to prompt structures for use by apps which like to
cache these things
- add an optional \"mvhomedir\" argument to userModify (python)

Sat Jul 21 00:00:00 2001 Nalin Dahyabhai 0.16.1-1
- finish home directory population
- implement home directory moving
- change entity get semantics in the python bindings to allow default values for .get()
- add lu_ent_has(), and a python has_key() method to Entity types
- don\'t include tools in the binary package
- add translated strings

Fri Jul 20 00:00:00 2001 Nalin Dahyabhai
- lib/user.c: catch and ignore errors when running stacks
- lusermod: fix slightly bogus help messages
- luseradd: when adding a user and group, use the gid of the group
instead of the user\'s uid as the primary group
- properly set the password field in user accounts created using
auth-only auth modules (shadow needs \"x\" instead of \"!!\")
- implement home directory removal, start on population

Thu Jul 19 00:00:00 2001 Nalin Dahyabhai
- fix group password setting in the files module
- setpass affects both auth and info, so run both stacks

Wed Jul 18 00:00:00 2001 Nalin Dahyabhai
- make the testbed apps noinst

Tue Jul 17 00:00:00 2001 Nalin Dahyabhai
- fix errors due to uninitialized fields in the python bindings
- add kwargs support to all python wrappers
- add a mechanism for passing arguments to python callbacks

Thu Jul 12 00:00:00 2001 Nalin Dahyabhai
- stub out the krb5 and ldap modules so that they\'ll at least compile again

Wed Jul 11 00:00:00 2001 Nalin Dahyabhai
- don\'t bail when writing empty fields to colon-delimited files
- use permissions of the original file when making backup files instead of 0600

Sat Jul 7 00:00:00 2001 Nalin Dahyabhai
- finish implementing is_locked methods in files/shadow module
- finish cleanup of the python bindings
- allow conditional builds of modules so that we can build without
all of the prereqs for all of the modules

Fri Jun 22 00:00:00 2001 Nalin Dahyabhai
- add error reporting facilities
- split public header into pieces by function
- backend cleanups

Tue Jun 19 00:00:00 2001 Nalin Dahyabhai
- make %{name}-devel require %{name} and not %{name}-devel

Sat Jun 16 00:00:00 2001 Nalin Dahyabhai
- clean up quota bindings some more
- finish most of the ldap bindings
- fix a subtle bug in the files module that would show up when renaming accounts
- fix mapping methods for entity structures in python

Fri Jun 15 00:00:00 2001 Nalin Dahyabhai
- get bindings for prompts to work correctly
- clean up some of the add/remove semantics (set source on add)
- ldap: implement enumeration
- samples/enum: fix the argument order

Thu Jun 14 00:00:00 2001 Nalin Dahyabhai
- clean up python bindings for quota

Wed Jun 13 00:00:00 2001 Nalin Dahyabhai 0.11
- finish up python bindings for quota support

Mon Jun 11 00:00:00 2001 Nalin Dahyabhai
- finish up quota support libs

Sat Jun 9 00:00:00 2001 Nalin Dahyabhai
- start quota support library to get some type safety

Fri Jun 8 00:00:00 2001 Nalin Dahyabhai
- start looking at quota manipulation

Thu Jun 7 00:00:00 2001 Nalin Dahyabhai
- add functions for enumerating users and groups, optionally per-module
- lusermod.c: -s should specify the shell, not the home directory

Sat Jun 2 00:00:00 2001 Nalin Dahyabhai 0.10
- finish the python bindings and verify that the file backend works again

Thu May 31 00:00:00 2001 Nalin Dahyabhai
- remove a redundant check which was breaking modifications

Wed May 30 00:00:00 2001 Nalin Dahyabhai
- finish adding setpass methods

Thu May 3 00:00:00 2001 Nalin Dahyabhai 0.9
- get a start on some Python bindings

Wed May 2 00:00:00 2001 Nalin Dahyabhai 0.8.2
- make binary-incompatible change in headers

Tue May 1 00:00:00 2001 Nalin Dahyabhai 0.8.1
- add doxygen docs and a \"doc\" target for them

Sat Jan 20 23:00:00 2001 Nalin Dahyabhai 0.8
- add a \"quiet\" prompter
- add --interactive flag to sample apps and default to using quiet prompter
- ldap: attempt a \"self\" bind if other attempts fail
- krb5: connect to the password-changing service if the user principal has
the NULL instance

Wed Jan 10 23:00:00 2001 Nalin Dahyabhai
- the great adding-of-the-copyright-statements
- take more care when creating backup files in the files module

Wed Jan 3 23:00:00 2001 Nalin Dahyabhai 0.7
- add openldap-devel as a buildprereq
- krb5: use a continuous connection
- krb5: add \"realm\" config directive
- ldap: use a continuous connection
- ldap: add \"server\", \"basedn\", \"binddn\", \"user\", \"authuser\" config directives
- ldap: actually finish the account deletion function
- ldap: don\'t send cleartext passwords to the directory
- fix naming attribute for users (should be uid, not gid)
- refine the search-by-id,convert-to-name,search-by-name logic
- fix handling of defaults when the config file is read in but contains no value
- implement an LDAP information store
- try to clean up module naming with libtool
- luseradd: pass plaintext passwords along
- luseradd: use symbolic attribute names instead of hard-coded
- lusermod: pass plaintext passwords along
- lgroupadd: pass plaintext passwords along
- lgroupmod: pass plaintext passwords along
- add libuser as a dependency of libuser-devel

Tue Jan 2 23:00:00 2001 Nalin Dahyabhai 0.6
- initial packaging


 
ICM