Age | Commit message (Expand) | Author | Files | Lines |
2010-12-08 | Fix a typo in sssd-krb5 man page | Marko Myllynen | 1 | -1/+1 |
2010-12-08 | Fix build issue with older Kerberos library | Sumit Bose | 2 | -2/+9 |
2010-12-07 | Replace krb5_kdcip by krb5_server in LDAP provider | Sumit Bose | 6 | -14/+31 |
2010-12-07 | Mark unavailable Kerberos server as PORT_NOT_WORKING | Sumit Bose | 1 | -0/+1 |
2010-12-07 | ldap: Use USN entries if available. | Simo Sorce | 10 | -89/+193 |
2010-12-07 | ldap: add checks to determine if USN features are available. | Simo Sorce | 9 | -25/+134 |
2010-12-07 | ldap: remove variable that was never assigned nor used | Simo Sorce | 2 | -10/+0 |
2010-12-07 | Pass sdap_id_ctx in sdap_id_op functions. | Simo Sorce | 4 | -50/+52 |
2010-12-07 | Add support for FAST in krb5 provider | Sumit Bose | 16 | -20/+458 |
2010-12-07 | Refactor krb5_child to make helpers more flexible | Sumit Bose | 1 | -20/+36 |
2010-12-06 | Add ldap_chpass_uri config option | Sumit Bose | 10 | -9/+91 |
2010-12-06 | Add new account expired rule to LDAP access provider | Sumit Bose | 10 | -93/+570 |
2010-12-06 | Make string_to_shadowpw_days() public | Sumit Bose | 3 | -33/+36 |
2010-12-06 | Move sss_* tools into their own subpackage | Stephen Gallagher | 1 | -16/+33 |
2010-12-06 | Make sure that sss_obfuscate installs as executable | Stephen Gallagher | 1 | -1/+1 |
2010-12-03 | Allow krb5 lifetime values without a unit | Sumit Bose | 2 | -36/+73 |
2010-12-03 | Add support for automatic Kerberos ticket renewal | Sumit Bose | 14 | -6/+451 |
2010-12-03 | krb5_child returns TGT lifetime | Sumit Bose | 4 | -0/+63 |
2010-12-03 | Add support for server-side pam response messages | Sumit Bose | 2 | -0/+10 |
2010-12-03 | Add krb5_lifetime option | Sumit Bose | 9 | -7/+81 |
2010-12-03 | Add krb5_renewable_lifetime option | Sumit Bose | 10 | -7/+86 |
2010-12-03 | Check authtok type for krb5 auth and chpass | Sumit Bose | 1 | -0/+12 |
2010-12-03 | Add a renew task to krb5_child | Sumit Bose | 2 | -1/+94 |
2010-12-03 | Send authtok_type to krb5_child | Sumit Bose | 2 | -2/+6 |
2010-12-02 | Set up signal handlers before initializing sysdb | Stephen Gallagher | 1 | -38/+38 |
2010-12-02 | Add a special filter type to handle enumerations | Sumit Bose | 6 | -50/+29 |
2010-12-02 | Resend SIGTERM if child doesn't terminate | Stephen Gallagher | 1 | -24/+40 |
2010-12-02 | Make default SIGTERM and SIGINT handlers use tevent | Stephen Gallagher | 1 | -1/+33 |
2010-12-01 | Add check_online method to LDAP ID provider | Sumit Bose | 4 | -2/+46 |
2010-12-01 | Fix offline detection in sdap_cli_connect request | Sumit Bose | 1 | -0/+1 |
2010-12-01 | Run checks before resetting offline state | Sumit Bose | 6 | -5/+143 |
2010-12-01 | Daemonize by default | Sumit Bose | 1 | -0/+4 |
2010-12-01 | Allow protocol fallback for SRV queries | Jakub Hrozek | 9 | -12/+53 |
2010-11-24 | Internal DNS resolver should check /etc/hosts | Jakub Hrozek | 1 | -0/+2 |
2010-11-24 | Print correct error messages for dp_err_to_string() | Stephen Gallagher | 2 | -7/+8 |
2010-11-24 | Fix a typo on setup_netlink() | Sumit Bose | 1 | -1/+1 |
2010-11-24 | fix typo in get_server_status() | Sumit Bose | 1 | -1/+1 |
2010-11-22 | sss_client: make code thread-safe | Simo Sorce | 6 | -58/+225 |
2010-11-22 | Add SIGUSR2 to reset offline status | Sumit Bose | 2 | -0/+38 |
2010-11-22 | Add signal documentation to sssd(8) | Stephen Gallagher | 1 | -0/+35 |
2010-11-19 | Use a more efficient host search filter | Sumit Bose | 1 | -5/+6 |
2010-11-19 | Fix man page | Sumit Bose | 1 | -2/+2 |
2010-11-19 | Fix offline detection for LDAP auth/chpass | Sumit Bose | 1 | -5/+13 |
2010-11-18 | Wait for all children to exit | Stephen Gallagher | 1 | -2/+61 |
2010-11-18 | Add missing error code | Sumit Bose | 1 | -0/+1 |
2010-11-18 | Fix authentication queue code for proxy auth | Stephen Gallagher | 1 | -12/+19 |
2010-11-18 | Ensure that SSSD shuts down completely before restarting | Stephen Gallagher | 1 | -0/+9 |
2010-11-16 | Log startup errors to syslog | Stephen Gallagher | 1 | -7/+9 |
2010-11-15 | Fix incorrect type comparison | Stephen Gallagher | 1 | -1/+1 |
2010-11-15 | Fix const cast warnings in tests | Stephen Gallagher | 2 | -2/+2 |