Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-18 | Updating translation files | Stephen Gallagher | 72 | -5716/+178926 | |
2011-10-17 | Cancel transactions correctly during initgroups | Jakub Hrozek | 1 | -13/+31 | |
2011-10-17 | Use fewer transactions during IPA initgroups | Jakub Hrozek | 1 | -171/+273 | |
2011-10-17 | Use fewer transactions during RFC2307bis initgroups | Jakub Hrozek | 1 | -346/+366 | |
2011-10-17 | Utility functions for LDAP nested schema initgroups | Jakub Hrozek | 1 | -0/+119 | |
2011-10-17 | MONITOR: fix timeout conversion | Stephen Gallagher | 1 | -1/+1 | |
2011-10-17 | gitignore additions | Jakub Hrozek | 1 | -1/+20 | |
2011-10-17 | Sanitize DN in sysdb_get_direct_parents | Jakub Hrozek | 1 | -1/+7 | |
2011-10-17 | Add a missing break | Jakub Hrozek | 1 | -0/+1 | |
2011-10-14 | Update sssd-example.conf | Marko Myllynen | 1 | -3/+6 | |
Mention cache_credentials and tweak the AD example to match the wiki page. https://fedorahosted.org/sssd/wiki/Configuring%20sssd%20to%20authenticate%20with%20a%20Windows%202008%20Domain%20Server | |||||
2011-10-14 | TOOLS: Do not leak pid_file handle on error | Stephen Gallagher | 1 | -1/+2 | |
Coverity 11032 | |||||
2011-10-14 | Report on errno, not return code in create_socket_symlink | Jakub Hrozek | 1 | -0/+2 | |
https://fedorahosted.org/sssd/ticket/1044 | |||||
2011-10-14 | Fix off-by-one error in remove_socket_symlink() | Jakub Hrozek | 1 | -1/+1 | |
https://fedorahosted.org/sssd/ticket/1043 | |||||
2011-10-14 | Fixed timeout handling in responders | Jan Zeleny | 1 | -72/+72 | |
2011-10-14 | BUILDSYS: Fix --without-manpages | Stephen Gallagher | 2 | -1/+8 | |
We weren't honoring the --without-manpages option, and this was causing builds to break. Note: 'make dist[check]' will not work if you have configured with --without-manpages because it will not be able to pre-generate the translation files necessary for tarball release. | |||||
2011-10-14 | HBAC: Use originalMember for identifying hostgroups | Stephen Gallagher | 3 | -45/+165 | |
2011-10-14 | HBAC: Use originalMember for identifying servicegroups | Stephen Gallagher | 3 | -41/+169 | |
2011-10-14 | HBAC: Do not save member/memberOf links | Stephen Gallagher | 1 | -120/+0 | |
We can just trust the values from the FreeIPA server | |||||
2011-10-13 | SysDB commands that save lastUpdate allows this value to be passed in | Pavel Březina | 11 | -77/+130 | |
https://fedorahosted.org/sssd/ticket/836 | |||||
2011-10-13 | Check if dp_requests hash table exists before using it | Jakub Hrozek | 1 | -0/+5 | |
2011-10-13 | man page fix (lists are comma-separated) | Jan Zeleny | 3 | -4/+4 | |
https://fedorahosted.org/sssd/ticket/1024 | |||||
2011-10-13 | Streamline the example config | Jakub Hrozek | 1 | -72/+28 | |
https://fedorahosted.org/sssd/ticket/1014 | |||||
2011-10-13 | Append PID to sbus server socket name, let clients use a symlink | Jakub Hrozek | 7 | -21/+175 | |
https://fedorahosted.org/sssd/ticket/1034 | |||||
2011-10-13 | Add option to follow symlinks to check_file() | Jakub Hrozek | 6 | -7/+35 | |
2011-10-07 | SYSDB: New source file for sysdb upgrade routines | Stephen Gallagher | 4 | -888/+930 | |
2011-10-06 | Fix small bug where TALLOC_CTX could end up unfreed. | Pavel Zuna | 1 | -3/+3 | |
2011-10-06 | Fix typo in sysdb_get_direct_parents | Jakub Hrozek | 1 | -1/+1 | |
2011-10-03 | Use explicit base 10 for converting strings to integers | Jakub Hrozek | 6 | -9/+9 | |
https://fedorahosted.org/sssd/ticket/1013 | |||||
2011-09-28 | Return users and groups based on alias | Jakub Hrozek | 3 | -8/+10 | |
https://fedorahosted.org/sssd/ticket/926 | |||||
2011-09-28 | Store name aliases for users, groups | Jakub Hrozek | 5 | -37/+216 | |
Also checks fake users for aliases when storing a real users so that getgrnam for a RFC2307 group that references a user by his secondary name followed by getpwnam for this user by his primary name works | |||||
2011-09-28 | Add a sysdb_get_direct_parents function | Jakub Hrozek | 3 | -57/+113 | |
2011-09-28 | Add sysdb interface to get name aliases | Jakub Hrozek | 2 | -1/+64 | |
2011-09-28 | HBAC: fix typos preventing proper hostgroup evaluation | Stephen Gallagher | 1 | -3/+3 | |
2011-09-28 | Fixed bad logic in processing netgroups in LDAP provider | Jan Zeleny | 1 | -1/+3 | |
2011-09-28 | IPA access: hostname comparison should be case-insensitive | Jakub Hrozek | 1 | -1/+1 | |
2011-09-28 | Unbreak ./configure | Marko Myllynen | 1 | -1/+1 | |
./configure at least from 1.5.13 is failing on Ubuntu Oneiric. The node ``Conditionals'' of automake manual states: Note that you must arrange for _every_ `AM_CONDITIONAL' to be invoked every time `configure' is run. If `AM_CONDITIONAL' is run conditionally (e.g., in a shell `if' statement), then the result will confuse `automake'. So the trick is to run AM_CONDITIONAL unconditionally. | |||||
2011-09-28 | Multiline macro cleanup | Jakub Hrozek | 18 | -22/+24 | |
This is mostly a cosmetic patch. The purpose of wrapping a multi-line macro in a do { } while(0) is to make the macro usable as a regular statement, not a compound statement. When the while(0) is terminated with a semicolon, the do { } while(0); block becomes a compound statement again. | |||||
2011-09-21 | Enable the midpoint cache update by default | Stephen Gallagher | 2 | -2/+2 | |
https://fedorahosted.org/sssd/ticket/918 | |||||
2011-09-20 | Added quiet option to pam_sss | Pavel Březina | 2 | -5/+36 | |
https://fedorahosted.org/sssd/ticket/894 | |||||
2011-09-20 | Fix wrong buffer size in has_phy_80211_subdir() | Jakub Hrozek | 1 | -2/+3 | |
https://fedorahosted.org/sssd/ticket/1002 | |||||
2011-09-20 | Fix uninitialized pointer read in sdap_gssapi_get_default_realm() | Jakub Hrozek | 1 | -1/+1 | |
https://fedorahosted.org/sssd/ticket/1003 | |||||
2011-09-20 | Add missing options to sssd.api.conf | Marko Myllynen | 3 | -3/+26 | |
2011-09-20 | MAN: Add more information about internal credential storage | Stephen Gallagher | 2 | -1/+8 | |
2011-09-15 | Fix typo in specfile | Stephen Gallagher | 1 | -2/+2 | |
2011-09-15 | Do not build documentation on RHEL 5 | Stephen Gallagher | 1 | -1/+17 | |
RHEL 5 has a very old version of doxygen that does not search the correct locations for documentation. | |||||
2011-09-15 | MONITOR: Correctly detect lack of response from services | Stephen Gallagher | 1 | -21/+26 | |
We were incorrectly using DBUS_ERROR_TIMEOUT here. The correct behaviour is to check for DBUS_ERROR_NO_REPLY. This way we will properly handle the three-tries in the tasks_check_handler(). Additionally, we weren't properly handling failure counts correctly, meaning we weren't restarting stuck services in a timely manner. | |||||
2011-09-08 | DEBUG timestamps offer higher precision - SSSDConfig updated | Pavel Březina | 3 | -0/+3 | |
https://fedorahosted.org/sssd/ticket/956 | |||||
2011-09-08 | DEBUG timestamps offer higher precision - unit tests updated | Pavel Březina | 1 | -14/+215 | |
https://fedorahosted.org/sssd/ticket/956 | |||||
2011-09-08 | DEBUG timestamps offer higher precision - man page updated | Pavel Březina | 2 | -0/+27 | |
https://fedorahosted.org/sssd/ticket/956 | |||||
2011-09-08 | DEBUG timestamps offer higher precision | Pavel Březina | 9 | -21/+116 | |
https://fedorahosted.org/sssd/ticket/956 Added: --debug-microseconds=0/1 Added: debug_microseconds to sssd.conf |