summaryrefslogtreecommitdiffstats
path: root/sss_client
Commit message (Collapse)AuthorAgeFilesLines
* Add Swedish translation for sss_clientGöran Uddeborg2009-12-102-0/+37
|
* Add German translationFabian Affolter2009-12-092-0/+40
|
* Add Spanish translationbeckerde2009-12-081-8/+10
|
* Add Portuguese translationruigo2009-12-082-0/+39
|
* Update translation strings for string freezeStephen Gallagher2009-11-231-1/+0
|
* Update NL translationStephen Gallagher2009-11-231-6/+6
|
* Add empty NL translationStephen Gallagher2009-11-202-0/+40
|
* Adding Japanese translationnoriko2009-11-182-0/+39
|
* Add Italian translation for sss_clientdeneb2009-11-182-0/+41
|
* Add French translation to sss_clientBouska2009-11-182-0/+37
|
* Update translatable stringsStephen Gallagher2009-11-183-18/+18
|
* Clean up unused dependenciesStephen Gallagher2009-11-062-2/+0
|
* Updating polish translation for 0.7.0Piotr Drąg2009-10-271-2/+2
| | | | Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
* Update version to 0.7.0sssd-0_7_0Stephen Gallagher2009-10-233-15/+27
| | | | Update gettext strings
* Clean up rpmlint errors and warnings in sssd-client packageStephen Gallagher2009-10-201-2/+4
| | | | | | - Run ldconfig in sssd-client post and postun - Version libnss_sss.so as libnss_sss.so.2 (to set the correct SONAME)
* use old password if available during password changeSumit Bose2009-10-141-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.
* add syslog message similar to pam_unixSumit Bose2009-10-081-2/+14
|
* ask for new password if password is expiredSumit Bose2009-10-051-7/+40
|
* move password handling into subroutinesSumit Bose2009-10-051-71/+117
|
* Update polish translation for 0.6.0Piotr Drąg2009-10-011-2/+2
|
* Update version to 0.6.0sssd-0_6_0Stephen Gallagher2009-09-253-15/+15
| | | | Update gettext strings
* add a man page for pam_sssSumit Bose2009-09-235-23/+211
|
* Add missing updates to LINGUAS for pl translationStephen Gallagher2009-09-161-0/+1
|
* Add pl translationPiotr Drąg2009-09-161-0/+30
|
* Include m4 directories in tarballStephen Gallagher2009-09-151-1/+2
| | | | Necessary for RPM builds on RHEL5
* make cli_pid mandatory and increase version number of pam protocolSumit Bose2009-09-142-3/+3
|
* remove unused client locale from PAM protocolSumit Bose2009-09-141-19/+0
|
* Let the PAM client send its PIDSumit Bose2009-09-142-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
* Add 'make tests' targetStephen Gallagher2009-09-111-0/+3
|
* Add copyright noticesJakub Hrozek2009-09-112-0/+40
| | | | Fixes: #138
* configure cleanupsSumit Bose2009-09-034-12/+14
| | | | | - replaced mailing list address - let sssd base components read version from VERSION
* add configure check for errno_tSumit Bose2009-08-282-0/+7
|
* do not show server messages to userSumit Bose2009-08-271-5/+0
|
* removed unused header fileSumit Bose2009-08-271-18/+0
|
* Update version to 0.5.0sssd-0_5_0Stephen Gallagher2009-08-242-5/+29
| | | | Update gettext strings
* Catch possible bad input passed in by glibcSimo Sorce2009-08-242-0/+20
| | | | Seen in tests and was leading to a segfault
* Support gettext >= 0.14 instead of 0.17Stephen Gallagher2009-08-202-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.
* Make socket paths a compile-time optionStephen Gallagher2009-08-113-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.
* cleanup of pam_sssSumit Bose2009-07-221-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
* Build all SSSD components with warnings enabledStephen Gallagher2009-07-132-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.
* Add dumb way to clean up .X filesSimo Sorce2009-07-081-0/+2
|
* Cleanup warnings in client and server codeSimo Sorce2009-07-031-2/+2
|
* added kerberos backend with tevent_req event handlingSumit Bose2009-07-021-1/+1
|
* Add pam_sss_macros.h to "make dist"Stephen Gallagher2009-06-301-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.
* Implement _pam_overwrite_n(n,x) for older systemsStephen Gallagher2009-06-252-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.
* Do not treat warnings as errorsStephen Gallagher2009-06-181-3/+0
|
* Control sss_client exportsStephen Gallagher2009-06-163-2/+11
|
* Add --with-aux-info config option to SSS clientStephen Gallagher2009-06-162-0/+13
|
* Enable quiet build for automake >= 1.11Stephen Gallagher2009-06-021-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.
* Fix nasty bug in rendering the password fieldSimo Sorce2009-06-021-2/+1
| | | | | An error introduced with the last tidyup patches would skip the first char of the password field.