summaryrefslogtreecommitdiffstats
path: root/sss_client
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Don't mix strdup and static stringsSimo Sorce2009-06-021-1/+1
|
* Standardize style and fix potential lenght checkSimo Sorce2009-05-281-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.
* Fix potential integer oveflowSimo Sorce2009-05-281-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.
* Build non-versioned sss_pam.so, libnss_sss.so and memberof.soStephen Gallagher2009-05-281-2/+5
|
* gettext cleanupsSumit Bose2009-05-289-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.
* Initial gettext framework for sss_clientsStephen Gallagher2009-05-2613-3/+1231
|
* Clean up automake build to work on older versions of libtoolStephen Gallagher2009-05-262-1/+3
| | | | | | | | | | | | | | LT_INIT is supported only on Libtool >= 2.0, so I reverted it to using AC_PROG_LIBTOOL. Also reorganized how the common libraries were being built. Now they are treated as libtool convenience libraries instead of installable libraries (the --with-singlelib configure flag can still be used to generate a combined, installable DSO) I cleaned up the set of files being installed by automake, so the list of things we need to remove before packaging the RPM is now only the .la files associated with our own plugins.
* Fix RPM generation issues with sssdStephen Gallagher2009-05-191-1/+1
| | | | | | | | | | | Ensures that the common libraries build statically. Also ensures that the sssd.spec creates the SYSV init script with the appropriate permissions. Cleans up the useless rpmdist target that was obsolete. Adds the *.so.N.0.0 files to the RPM, as the .so and .so.N files were dangling symlinks.
* Use freeipa-devel@redhat.com for bug reportsStephen Gallagher2009-05-191-1/+1
|
* Enable automake builds for sss_clientStephen Gallagher2009-05-194-98/+58
|
* Build fixesSimo Sorce2009-05-171-0/+2
| | | | | Comment out unused function in pam_sss Add missing configure.ac to common/ini
* added new pam client protocolSumit Bose2009-05-152-3/+150
|
* added more flexible handling of client protocolSumit Bose2009-05-152-5/+20
| | | | | - allow different protocol versions for PAM and NSS - support more than one protocol version in the responder
* added syslog support to pam_sssSumit Bose2009-05-081-5/+40
|
* cleanup and fixes for pam_sssSumit Bose2009-05-081-190/+352
| | | | | | | | | | | - if PAM_USER==root return PAM_USER_UNKNOWN - pam_sss now can handle to following options: - use_first_pass: forces the module to use a previous stacked modules password and will never prompt the user - use_authtok: when password changing enforce the module to set the new password to the one provided by a previously stacked password module - forward_pass: store the passwords collected by the module as pam items for modules called later in the stack
* Fix IndentationSimo Sorce2009-04-291-88/+89
|
* reuse authtok which is already in the pam stackSumit Bose2009-04-291-2/+22
|
* Update sss_client configure.ac tooSimo Sorce2009-04-271-1/+1
|
* allow to forward the authtok to other pam modulesSumit Bose2009-04-231-0/+16
| | | | | | | | Other pam modules which are called after pam_sss might want to reuse the given password so that the user is not bothered with multiple password prompt. When pam_sss is configured with the option 'forward_pass' it will use pam_set_item to safe the password for other pam modules.
* sssd 0.3.2sssd-0_3_2Jakub Hrozek2009-04-201-1/+1
|
* Bump up to 0.3.1sssd-0_3_1Simo Sorce2009-04-131-1/+1
|
* Fix compilation error due to implicit castStephen Gallagher2009-03-251-2/+2
|