Commit Graph

98 Commits

Author SHA1 Message Date
Miloslav Trmač
0fe29a36da Update to libuser-0.56.17 2010-08-26 21:30:10 +02:00
Fedora Release Engineering
2ae9cc6254 dist-git conversion 2010-07-28 21:49:21 +00:00
dmalcolm
b44f1e9b94 - Rebuilt for
https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
2010-07-22 02:21:47 +00:00
Miloslav Trmac
af564e39ba - Provide LU_VALUE_INVALID_ID and id_t validation in the Python module
Resolves: #610838
2010-07-02 17:30:49 +00:00
Miloslav Trmac
11487ef38e - Update to libuser-0.56.16. 2010-03-25 15:58:45 +00:00
Miloslav Trmac
eb2207b418 - Update to libuser-0.56.15.
- Drop no longer necessary references to BuildRequires
2010-03-04 17:04:26 +00:00
Miloslav Trmac
b3b0b6af78 - Update to libuser-0.56.14. 2010-02-08 14:27:28 +00:00
Miloslav Trmac
25acc342df - s/%%define/%%global/ 2010-01-05 18:09:26 +00:00
Miloslav Trmac
ec6fea9c25 - Update to libuser-0.56.13. Resolves: #251951 Resolves: #454079 Resolves:
#456373 Resolves: #456382 Resolves: #530513
2009-12-11 10:36:04 +00:00
Bill Nottingham
6e89496f1d Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 23:51:22 +00:00
Miloslav Trmac
d1c940700f - Update to libuser-0.56.12. 2009-10-01 23:15:15 +00:00
Miloslav Trmac
b6680e7a97 - Update to libuser-0.56.11. Resolves: #454091 Resolves: #456267 Resolves:
#456270 Resolves: #487129
2009-09-14 16:59:04 +00:00
Miloslav Trmac
90333f2423 - Fix nscd cache invalidation Resolves: #506628
- Preserve timestamps during (make install)
2009-07-30 19:37:11 +00:00
Jesse Keating
0dc75dd084 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-25 08:50:37 +00:00
Miloslav Trmac
56b52d293d - Update to libuser-0.56.10. 2009-04-15 15:45:29 +00:00
Jesse Keating
9ec1723301 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-25 19:42:42 +00:00
Ignacio Vazquez-Abrams
715b4b3f74 Rebuild for Python 2.6 2008-11-29 05:34:00 +00:00
Miloslav Trmac
5d10ee4c4b - Update to libuser-0.56.9. 2008-04-09 21:32:09 +00:00
Miloslav Trmac
c7eb1ad0d0 - New home page at https://fedorahosted.org/libuser/ . 2008-02-23 00:45:31 +00:00
Jesse Keating
a662eaacfc - Autorebuild for GCC 4.3 2008-02-19 13:52:03 +00:00
Miloslav Trmac
927ae30f17 Fix %check. 2008-01-09 16:05:11 +00:00
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