Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-11-20 | Add empty NL translation | Stephen Gallagher | 2 | -0/+40 | |
2009-11-18 | Adding Japanese translation | noriko | 2 | -0/+39 | |
2009-11-18 | Add Italian translation for sss_client | deneb | 2 | -0/+41 | |
2009-11-18 | Add French translation to sss_client | Bouska | 2 | -0/+37 | |
2009-11-18 | Update translatable strings | Stephen Gallagher | 3 | -18/+18 | |
2009-11-06 | Clean up unused dependencies | Stephen Gallagher | 2 | -2/+0 | |
2009-10-27 | Updating polish translation for 0.7.0 | Piotr Drąg | 1 | -2/+2 | |
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com> | |||||
2009-10-23 | Update version to 0.7.0 | Stephen Gallagher | 3 | -15/+27 | |
Update gettext strings | |||||
2009-10-20 | Clean up rpmlint errors and warnings in sssd-client package | Stephen Gallagher | 1 | -2/+4 | |
- Run ldconfig in sssd-client post and postun - Version libnss_sss.so as libnss_sss.so.2 (to set the correct SONAME) | |||||
2009-10-14 | use old password if available during password change | Sumit Bose | 1 | -8/+9 | |
- if the password is reset by root we do not ask for a password during PAM_PRELIM_CHECK. But if there is one available during PAM_UPDATE_AUTHTOK we will use it, because now we are in an expired password dialog. | |||||
2009-10-08 | add syslog message similar to pam_unix | Sumit Bose | 1 | -2/+14 | |
2009-10-05 | ask for new password if password is expired | Sumit Bose | 1 | -7/+40 | |
2009-10-05 | move password handling into subroutines | Sumit Bose | 1 | -71/+117 | |
2009-10-01 | Update polish translation for 0.6.0 | Piotr Drąg | 1 | -2/+2 | |
2009-09-25 | Update version to 0.6.0 | Stephen Gallagher | 3 | -15/+15 | |
Update gettext strings | |||||
2009-09-23 | add a man page for pam_sss | Sumit Bose | 5 | -23/+211 | |
2009-09-16 | Add missing updates to LINGUAS for pl translation | Stephen Gallagher | 1 | -0/+1 | |
2009-09-16 | Add pl translation | Piotr Drąg | 1 | -0/+30 | |
2009-09-15 | Include m4 directories in tarball | Stephen Gallagher | 1 | -1/+2 | |
Necessary for RPM builds on RHEL5 | |||||
2009-09-14 | make cli_pid mandatory and increase version number of pam protocol | Sumit Bose | 2 | -3/+3 | |
2009-09-14 | remove unused client locale from PAM protocol | Sumit Bose | 1 | -19/+0 | |
2009-09-14 | Let the PAM client send its PID | Sumit Bose | 2 | -10/+36 | |
- the client sends the PID as uint32_t and sssd will use uint32_t too - fix a possible type issue where a uint32_t is sent as int32 in internal dbus communication | |||||
2009-09-11 | Add 'make tests' target | Stephen Gallagher | 1 | -0/+3 | |
2009-09-11 | Add copyright notices | Jakub Hrozek | 2 | -0/+40 | |
Fixes: #138 | |||||
2009-09-03 | configure cleanups | Sumit Bose | 4 | -12/+14 | |
- replaced mailing list address - let sssd base components read version from VERSION | |||||
2009-08-28 | add configure check for errno_t | Sumit Bose | 2 | -0/+7 | |
2009-08-27 | do not show server messages to user | Sumit Bose | 1 | -5/+0 | |
2009-08-27 | removed unused header file | Sumit Bose | 1 | -18/+0 | |
2009-08-24 | Update version to 0.5.0 | Stephen Gallagher | 2 | -5/+29 | |
Update gettext strings | |||||
2009-08-24 | Catch possible bad input passed in by glibc | Simo Sorce | 2 | -0/+20 | |
Seen in tests and was leading to a segfault | |||||
2009-08-20 | Support gettext >= 0.14 instead of 0.17 | Stephen Gallagher | 2 | -2/+3 | |
This is needed for support of RHEL5 Adding the assignment of $(localedir) was necessary, as gettext 0.14 does not include automatically assign it. | |||||
2009-08-11 | Make socket paths a compile-time option | Stephen Gallagher | 3 | -7/+25 | |
Previously, we had hardcoded the paths for the NSS, PAM and private PAM sockets to /var/lib/sss/pipes. With this patch, we will specify the sockets with --with-pipe-path. | |||||
2009-07-22 | cleanup of pam_sss | Sumit Bose | 1 | -250/+241 | |
- make pam_sss work with pam_cracklib and similar pam modules - clean up the if-&&-else-|| jungle to make clear what is happening | |||||
2009-07-13 | Build all SSSD components with warnings enabled | Stephen Gallagher | 2 | -0/+7 | |
Previously, only the SSSD server components were being built with compile-time warnings enabled. This patch will ensure that all components in common and sss_client are also built the same way. | |||||
2009-07-08 | Add dumb way to clean up .X files | Simo Sorce | 1 | -0/+2 | |
2009-07-03 | Cleanup warnings in client and server code | Simo Sorce | 1 | -2/+2 | |
2009-07-02 | added kerberos backend with tevent_req event handling | Sumit Bose | 1 | -1/+1 | |
2009-06-30 | Add pam_sss_macros.h to "make dist" | Stephen Gallagher | 1 | -1/+2 | |
When I added the new header, I forgot to add it to Makefile.am, so it was not included by automake when generating a tarball using make dist-gzip. | |||||
2009-06-25 | Implement _pam_overwrite_n(n,x) for older systems | Stephen Gallagher | 2 | -0/+31 | |
OSes based on older versions of the PAM development libraries lack the _pam_overwrite_n(n,x) macro. This patch copies the Fedora 11 pam-devel-1.0.91-6 implementation into an SSSD private header. This affects RHEL5 and SUSE10. | |||||
2009-06-18 | Do not treat warnings as errors | Stephen Gallagher | 1 | -3/+0 | |
2009-06-16 | Control sss_client exports | Stephen Gallagher | 3 | -2/+11 | |
2009-06-16 | Add --with-aux-info config option to SSS client | Stephen Gallagher | 2 | -0/+13 | |
2009-06-02 | Enable quiet build for automake >= 1.11 | Stephen Gallagher | 1 | -0/+3 | |
If automake 1.11 or higher is available, use of the configure option '--enable-silent-rules' will suppress most build messages and replace them with lines such as CC sysdb.o This affects libtool as well. | |||||
2009-06-02 | Fix nasty bug in rendering the password field | Simo Sorce | 1 | -2/+1 | |
An error introduced with the last tidyup patches would skip the first char of the password field. | |||||
2009-06-02 | Don't mix strdup and static strings | Simo Sorce | 1 | -1/+1 | |
2009-05-28 | Standardize style and fix potential lenght check | Simo Sorce | 1 | -28/+47 | |
We were not subtracting the initial 8 bytes from slen. This could cause us to run past the source buffer in case we received a bad packet. | |||||
2009-05-28 | Fix potential integer oveflow | Simo Sorce | 1 | -11/+10 | |
If mem_num is big enough then ptmem can be big enough that dlen - ptmem actually gives back a postive integer. Also tidy up the termination condition at the end of the buffer so that it is less confusing. | |||||
2009-05-28 | Build non-versioned sss_pam.so, libnss_sss.so and memberof.so | Stephen Gallagher | 1 | -2/+5 | |
2009-05-28 | gettext cleanups | Sumit Bose | 9 | -1137/+13 | |
This patch removes a couple of files which can be created by autopoint automatically. The pot file now contains no changes compared to the output of xgettext. This should help to avoid unnecesary changes to the pot or po files during a 'make dist' or similar calls. | |||||
2009-05-26 | Initial gettext framework for sss_clients | Stephen Gallagher | 13 | -3/+1231 | |