Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-08 | Expose sysdb function to parse sysdb_attrs | Simo Sorce | 2 | -2/+4 | |
2009-07-08 | Add dumb way to clean up .X files | Simo Sorce | 3 | -0/+4 | |
2009-07-08 | fix return code of krb5 child to indicate that the kdc is unavailable | Sumit Bose | 1 | -1/+5 | |
2009-07-08 | fixed some typos which prevented password caching | Sumit Bose | 1 | -3/+5 | |
2009-07-08 | fixed a double talloc_free error | Sumit Bose | 6 | -12/+0 | |
2009-07-06 | COLLECTION Removing static placeholder structure. | Dmitri Pal | 2 | -5/+20 | |
There was a static global structure used in iteration and in traversing the collection. It has been removed and replaced with a better solution. | |||||
2009-07-06 | Fixing build issues | Dmitri Pal | 1 | -0/+1 | |
The macro was missing and the build on RHEL was failing due to it. | |||||
2009-07-06 | Check for root before initializing | Jakub Hrozek | 9 | -4/+99 | |
Also move setting locale to separate function to be called before anything else to make sure the "Not root" message would be localized. | |||||
2009-07-03 | Cleanup warnings in client and server code | Simo Sorce | 3 | -6/+3 | |
2009-07-03 | Clean up warnings in common/ | Simo Sorce | 16 | -108/+110 | |
Fix consts and function declarations | |||||
2009-07-03 | Convert proxy internals to tevent_req style | Simo Sorce | 1 | -865/+1438 | |
2009-07-03 | Rework transaction code to use tevent_req | Simo Sorce | 18 | -2762/+4893 | |
This is part of a set of patches to rewrite sysdb to a hopefully better API, that will also let use use tevent_req async style calls to manipulate our cache. | |||||
2009-07-03 | Rename sysdb_req to sysdb_handle. | Simo Sorce | 18 | -416/+410 | |
This sysdb_req has always really been a transaction handle and not a request. This is part of a set of patches to rewrite transaction support in sysdb to a hopefully better API, that will also let use use tevent_req async style to manipulate our cache. | |||||
2009-07-02 | Adding wrappers to free data in INI API. | Dmitri Pal | 5 | -65/+96 | |
See ticket #37 in sssd track. | |||||
2009-07-02 | Changing function names for collection API. | Dmitri Pal | 14 | -2698/+2778 | |
Patch prepends prefix "col_" to all functions related to collection. This caused some formatiing issues so the alignement was addressed too. | |||||
2009-07-02 | Gettextize the sss_ tools | Jakub Hrozek | 7 | -109/+176 | |
2009-07-02 | PRINT and ERROR macros | Jakub Hrozek | 2 | -1/+4 | |
2009-07-02 | New deletion unit test. | Dmitri Pal | 2 | -2/+36 | |
Adds a unit test for deletion and re-adding of the elements to collection. Small syntactical fix in "stack". | |||||
2009-07-02 | check pending_return after dbus_connection_send_with_reply | Sumit Bose | 4 | -9/+9 | |
2009-07-02 | let .gitignore only filter autogenerated m4 files | Sumit Bose | 1 | -1/+2 | |
2009-07-02 | added kerberos backend with tevent_req event handling | Sumit Bose | 10 | -3/+980 | |
2009-07-02 | added kerberos locator plugin | Sumit Bose | 7 | -2/+183 | |
2009-07-02 | Queue and stack APIs using collection. | Dmitri Pal | 8 | -2/+1081 | |
Patch adds two interfaces for stack and queue using collection as underlaying implementation. It also fixes a bug in the insterion code - the unsigned properties were created as long. | |||||
2009-07-02 | FORMATTING - minor cleanup of the unit test. | Dmitri Pal | 1 | -254/+283 | |
This patch adds formatting changes to better follow the style guidelines in the collection unit test. No logical changes to the code. I was planning to do it for a while per Simo's comment when he accepted the core of the collection code but indicated that the unit test should be cleaned later. Later has come. | |||||
2009-07-01 | Adding INSERT into collection functionality. | Dmitri Pal | 7 | -850/+2791 | |
Add was always insterting at the end of the collection. With this change one can control where the item is inserted and deal with the duplicates too. Also one now can extract items from collection using absolute and relative disposition. Using more advanced hashing function. | |||||
2009-06-30 | Eliminate segfault on first start-up | Stephen Gallagher | 1 | -6/+19 | |
There was a typo in the confdb setup portion of the monitor_process_init that was attempting to use the wrong cdb object to initialize. This patch also adds some missing talloc_free() calls on error. | |||||
2009-06-30 | Remove redundant libPath option from proxy provider | Stephen Gallagher | 3 | -17/+7 | |
The libPath should be constructed from the libName. There is no benefit to specifying it separately. | |||||
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-19 | Protect against segfault in service_signal_reload | Stephen Gallagher | 1 | -0/+9 | |
There is a potential race condition where the monitor may attempt to signal a reload of a child process before the communication sbus channel is available. If this happens, we will just exit this function and let the monitor kill and restart the child process. | |||||
2009-06-19 | Fix segfault in update_monitor_config | Stephen Gallagher | 2 | -8/+30 | |
We were stealing the memory context of only the first value in the linked-list of domains (and also services). This patch adds a memory context to hold the lists so that can be stolen along with all of the entries. | |||||
2009-06-19 | Allow the use of custom CFLAGS on the make command line | Stephen Gallagher | 3 | -3/+6 | |
Setting CFLAGS explicitly in configure.ac means that they would be overwritten when using e.g. make CFLAGS="-O0 -g" This replaces the explicit setting of CFLAGS with an AM_CONDITIONAL to have Makefile.am set these instead. Also fixes a missing #include that was coincidentally obscured because gcc's -O2 happened to be able to locate it. Setting -O0 revealed the problem. | |||||
2009-06-18 | Add configure check for PCRE >= 7 | Stephen Gallagher | 1 | -0/+2 | |
2009-06-18 | Do not treat warnings as errors | Stephen Gallagher | 1 | -3/+0 | |
2009-06-17 | Create gettext framework for SSSD daemon | Stephen Gallagher | 19 | -15/+158 | |
2009-06-16 | Control sss_client exports | Stephen Gallagher | 3 | -2/+11 | |
2009-06-16 | Control sssd_be exported functions | Stephen Gallagher | 2 | -2/+9 | |
2009-06-16 | Add --with-aux-info config option to SSS client | Stephen Gallagher | 2 | -0/+13 | |
2009-06-16 | Add --with-aux-info config option to SSSD daemon | Stephen Gallagher | 2 | -0/+11 | |
2009-06-16 | Make SysV script install executable | Stephen Gallagher | 2 | -2/+2 | |
2009-06-11 | Remove extra implementation of password_destructor | Stephen Gallagher | 1 | -11/+0 | |
2009-06-11 | Add missing configure check for getpgrp | Stephen Gallagher | 1 | -1/+1 | |
2009-06-10 | Turn sssd_mem_takeover into sssd_mem_attach | Simo Sorce | 3 | -36/+51 | |
The old function was not used anywhere, and this function uses better semantics, including not using void ** which gives strict aliasing problems. Also add a generic password destroy function | |||||
2009-06-10 | Fix warnings in stress-tests.c | Simo Sorce | 1 | -19/+21 | |
2009-06-10 | Link crypt functions only to sssd binaries | Simo Sorce | 1 | -4/+2 | |
2009-06-08 | Remove unnecessary .la cleanup from sssd.spec.in | Stephen Gallagher | 1 | -8/+0 | |
2009-06-08 | Fix invalid pointer error in ldb_debug_messages | Stephen Gallagher | 1 | -2/+19 | |
2009-06-08 | Update version to 0.4.1 | Stephen Gallagher | 1 | -1/+1 | |
2009-06-08 | Treat a missing provider entry as a config error | Stephen Gallagher | 1 | -2/+7 | |
2009-06-08 | fix detection of authentication against LOCAL domain | Sumit Bose | 1 | -3/+9 | |