Commit Graph

77 Commits

Author SHA1 Message Date
Miloslav Trmac
aa3a61ee76 - Add support for SHA256 and SHA512 in password hashes Related: #173583
- Fix file locking on some architectures
- Rename sr@Latn.po to sr@latin.po Resolves: #426584
- Address issues from a review by Jason Tibbitts:
- Remove default.-c, moving the provided functions to libuser proper
- Remove the WITH_SELINUX build option
- Move Python library test to %%check Resolves: #226054
2008-01-09 13:46:24 +00:00
Jason ティビツ
a52cd57b3e - Add the usual "there is no upstream" notice. 2008-01-07 21:26:53 +00:00
Jesse Keating
83089d26e8 bump for ldap 2007-12-04 17:15:21 +00:00
Miloslav Trmac
9646a80e25 Merge from the F-8 branch first... 2007-12-03 23:13:15 +00:00
Miloslav Trmac
25270c4541 - Rebuild for openldap-2.4. 2007-12-03 23:10:16 +00:00
Miloslav Trmac
1d7024ad8e - Set SELinux file contexts when creating home directories, preserve them
when moving home directories Resolves: #351201
2007-10-25 07:20:41 +00:00
Bill Nottingham
d0e5685f1a makefile update to properly grab makefile.common 2007-10-15 19:04:54 +00:00
Miloslav Trmac
584dbbed16 - Work around spurious error messages when run against the Fedora Directory
server
- Fix error reporting when creating home directories and creating/removing
    mail spool files Resolves: #318121
2007-10-11 04:03:17 +00:00
Miloslav Trmac
7bdb80d2b2 - s/popt/popt-devel/ in BuildRequires Resolves: #277541 2007-09-05 01:07:26 +00:00
Miloslav Trmac
b9cc3006bd - Split the Python module to a separate subpackage (original patch by Yanko
Kaneti)
- Update the License: tag
2007-08-08 15:20:11 +00:00
Miloslav Trmac
6b57c4178b - Update the last password change date field when changing passwords
Resolves: #243854
2007-06-15 12:45:10 +00:00
Miloslav Trmac
9f481585e3 - Allow specifying a SASL mechanism (original patch by Simo Sorce)
Resolves: #240904
2007-06-09 17:21:09 +00:00
Miloslav Trmac
a0c1e33b4b - New release with updated translations 2007-04-19 13:38:21 +00:00
Miloslav Trmac
bcc73fff6f - When changing passwords, only silently ignore know shadow markers, not
all invalid hashes Resolves: #225495
2007-02-23 15:37:16 +00:00
Miloslav Trmac
e0fa05dbf5 - Tighten the API and implementation to avoid corrupting number-like
strings; the module interface ABI has changed Resolves: #226976
2007-02-17 13:54:15 +00:00
Jeremy Katz
ee34c47e2c - Fix inconsistent PyObject/PyMem usage (#220679) 2007-01-06 20:52:54 +00:00
Miloslav Trmac
06b2106af6 - Update to support the 64-bit API of Python 2.5
- Drop the quota library and Python module
2006-12-10 22:27:14 +00:00
Jeremy Katz
6eb3c684da fix tyop 2006-12-07 15:59:45 +00:00
Jeremy Katz
cee23a2555 - rebuild against python2.5
- follow python packaging guidelines
2006-12-07 15:52:54 +00:00
Miloslav Trmac
9b530f5ec9 Still forgetting about the new tools... 2006-11-02 00:10:25 +00:00
Miloslav Trmac
7b29958c69 - Add importing of HOME from default/useradd (#204707) 2006-11-02 00:04:36 +00:00
Jesse Keating
f1a19b409c bump for gcc bug 2006-10-01 20:20:05 +00:00
Miloslav Trmac
91ea6cbd87 - New release with updated translations 2006-09-25 13:59:59 +00:00
Jesse Keating
7265ea59f1 bumped for rebuild 2006-07-12 06:58:24 +00:00
Miloslav Trmac
ea456d6335 - Configure without --enable-gtk-doc to fix multilib conflict (#192715) 2006-06-07 22:15:52 +00:00
Miloslav Trmac
a0b2a1e271 - Fix bugs in handling of invalid lines in the files and shadow modules
- Fix pattern matching in lu_*_enumerate_full in the files and shadow
    modules
- Add more error reporting, return non-zero exit status on error from utils
- Use the skeleton directory specified in libuser.conf by Python
    admin.createHome and admin.addUser, add parameter skeleton= to
    admin.addUser (#189984)
2006-05-01 05:28:02 +00:00
Miloslav Trmac
0bace58c32 - Fix multilib conflict on libuser.conf.5 2006-02-21 17:05:20 +00:00
Miloslav Trmac
abea1abc59 - New release with updated translations 2006-02-13 17:07:15 +00:00
Jesse Keating
b0cdba5224 bump for bug in double-long on ppc(64) 2006-02-11 04:15:20 +00:00
Jesse Keating
5f7d980833 bump for new gcc/glibc 2006-02-07 12:45:40 +00:00
Jesse Keating
dcf1e0c0e8 gcc update bump 2005-12-09 22:41:44 +00:00
Miloslav Trmac
0d32756ffb - Fix crash in lpasswd when user is not specified (#174801) 2005-12-02 17:57:06 +00:00
Miloslav Trmac
9265533428 - Avoid using deprecated openldap functions 2005-11-11 21:06:52 +00:00
Miloslav Trmac
0dba8c6939 - Rebuild with newer openldap 2005-11-11 15:33:26 +00:00
Miloslav Trmac
2b297586cc - Support importing of configuration from shadow-utils (/etc/login.defs and
/etc/default/useradd)
- Add libuser.conf(5) man page
2005-10-10 23:08:26 +00:00
Matthias Clasen
d600e1cac7 Use gmodule-no-export in the .pc file 2005-10-05 15:53:42 +00:00
Miloslav Trmac
521ffb2c0d - Make sure attributes with no values can never appear
- Fix crash in the "files" module when an attribute is missing
- Use hidden visibility for internal functions, remove them from
    libuser/user_private.h; this changes module interface ABI
2005-09-13 00:28:51 +00:00
Miloslav Trmac
ca41e24b25 - Permit "portable" user and group names as defined by SUSv3, plus trailing
$ (#159452)
- Don't build static libraries
2005-06-08 17:31:05 +00:00
Miloslav Trmac
dc28d1d63f - Rebuild with updated translations, add missing translations. 2005-04-30 16:56:58 +00:00
Miloslav Trmac
b9b6eaf8fd - Allow empty configuration values (#155402) 2005-04-24 21:34:58 +00:00
Miloslav Trmac
d9d4ee6e95 Fix e-mail address 2005-04-15 13:53:49 +00:00
Miloslav Trmac
9aff46e66f - Ignore nss_compat lines in the "files" module (#154651)
- Autodetect Python version (#154096)
- Add BuildRequires: libselinux-devel, s/BuildPrereq/BuildRequires/
2005-04-15 13:51:03 +00:00
Miloslav Trmac
fcfabdc37c - Fix adding objectclasses to existing LDAP entries (#152960) 2005-04-05 22:18:48 +00:00
Miloslav Trmac
eb011020f3 - Add Requires: glib2-devel to libuser-devel (#152501)
- Run ldconfig using %%post{,un} -p to let RPM play tricks
2005-03-30 11:58:43 +00:00
Miloslav Trmac
dd8d353539 - Don't silently ignore some I/O errors
- Don't include a Cyrus SASL v1 header file when libldap links to v2
    (#150046)
- Rebuild with gcc 4
2005-03-04 23:46:42 +00:00
Miloslav Trmac
2a88cfaff2 - Important bug fixes in lchage, lgroupmod, lnewusers and lusermod
- Minor bug fixes in lpasswd and luseradd
- Add man pages for the utilities (#61673)
2005-01-17 01:34:11 +00:00
Miloslav Trmac
f38066cf9e - Export UT_NAMESIZE from <utmp.h> to Python (#141273) 2004-12-13 20:57:52 +00:00
Miloslav Trmac
fb4a05db43 - Support UID and GID values larger than LONG_MAX (#124967)
- Fix updating of groups after user renaming in lusermod
- Allow setting a shadow password even if the current shadow password is
    invalid (#131180)
- Add lu_{user,group}_unlock_nonempty (#86414); module interface ABI has
    changed
- Miscellaneous bug and memory leak fixes
2004-11-14 22:41:12 +00:00
Jeremy Katz
68b0f2168b - rebuild against python 2.4 2004-11-09 01:13:58 +00:00
Miloslav Trmac
8407ceea55 - Make error reporting more consistent, more verbose and always on stderr
(partly #133861, original patch by Pawel Salek)
- Mark strings previously blocked by string freeze for translation
2004-11-01 23:29:29 +00:00