summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* IPA: Handle bad results from c-ares lookupStephen Gallagher2012-12-061-1/+11
* Monitor quit when not exists no process no stopsAriel O. Barria2012-11-281-1/+3
* Null pointer dereferenced.Michal Zidek2012-11-281-96/+100
* idmap: Silence DEBUG messages when dealing with built-in SIDs.Michal Zidek2012-11-286-80/+125
* do not default fullname to gecos when schema = adPavel Březina2012-11-281-0/+14
* Uninitialized pointer readMichal Zidek2012-11-281-1/+1
* fix SIGSEGV in IPA provider when ldap_sasl_authid is not setPavel Březina2012-11-271-1/+1
* debug: print fatal and critical errors if debug level is unresolvedMichal Zidek2012-11-272-7/+4
* SYSDB: Don't operate with aliases same as nameOndrej Kos2012-11-271-0/+6
* LDAP: fix uninitialized variableOndrej Kos2012-11-271-1/+1
* MONITOR: Fix off-by-one error in add_string_to_listJakub Hrozek2012-11-211-1/+4
* LDAP: Only convert direct parents' ghost attribute to memberJakub Hrozek2012-11-2111-27/+91
* SYSDB: Use the add_string convenience functions for managing ghost user attri...Jakub Hrozek2012-11-211-24/+9
* KRB5: Work around const warning for krb5 releases older than 1.11Sumit Bose2012-11-201-1/+1
* backend: add PAC to the list of known clientsPavel Březina2012-11-201-0/+2
* Disable canonicalization during password changesSumit Bose2012-11-201-2/+43
* Fix compare_principal_realm() checkSumit Bose2012-11-202-9/+9
* Just use the service name with krb5_get_init_creds_password()Sumit Bose2012-11-201-24/+2
* LDAP: Make it possible to use full principal in ldap_sasl_authid againJakub Hrozek2012-11-202-4/+21
* LDAP: Checking the principal should not be considered fatalJakub Hrozek2012-11-201-6/+10
* LDAP: Provide a common sdap_set_sasl_options init functionJakub Hrozek2012-11-204-91/+95
* MAN: document the ldap_sasl_realm optionJakub Hrozek2012-11-201-0/+13
* Restart services with a delay in case they are restarted too oftenJakub Hrozek2012-11-201-14/+59
* LDAP: Expire even non authenticated connectionsJakub Hrozek2012-11-191-8/+11
* Handle conversion to fully qualified usernamesSimo Sorce2012-11-193-1/+98
* Do not save HBAC rules in subdomain subtreeSumit Bose2012-11-193-16/+32
* Refactor the way subdomain accounts are savedSimo Sorce2012-11-1910-35/+167
* Simplify writing db update functionsSimo Sorce2012-11-191-421/+192
* LDAP: Refactor saving ghost usersJakub Hrozek2012-11-191-88/+99
* LDAP: Better debug logging when saving groupsStephen Gallagher2012-11-191-11/+75
* LDAP: use the correct memory contextJakub Hrozek2012-11-191-1/+1
* LDAP: Fix saving empty groupsJakub Hrozek2012-11-191-2/+4
* LDAP: Allocate the temporary context on NULL, not memctxJakub Hrozek2012-11-191-1/+1
* SERVER: Check the return value of waitpidJakub Hrozek2012-11-191-11/+27
* Display more information on DB version crashOndrej Kos2012-11-197-2/+70
* sudo: store rules with no sudoHost attributePavel Březina2012-11-191-0/+7
* SUDO: Remove unused variableStephen Gallagher2012-11-191-1/+0
* SUDO: Fix wrong variable checkJakub Hrozek2012-11-191-1/+1
* Do not always return PAM_SYSTEM_ERR when offline krb5 authentication failsJakub Hrozek2012-11-153-18/+56
* SYSDB: Do not touch the member attribute during conversion to ghost usersJakub Hrozek2012-11-151-11/+0
* Only build extract_and_send_pac on platforms that support itJakub Hrozek2012-11-154-104/+138
* KRB5: Rename variable to avoid shadowing a global declarationJakub Hrozek2012-11-141-4/+4
* sudo: print how many rules we are refreshing or returningPavel Březina2012-11-141-3/+4
* sudo: do not send domain name with usernamePavel Březina2012-11-145-22/+11
* sudo: support users from subdomainsPavel Březina2012-11-144-60/+214
* use tmp_ctx in sudosrv_get_sudorules_from_cache()Pavel Březina2012-11-141-8/+20
* sudo: fix missing parameter in two debug messagesPavel Březina2012-11-141-3/+3
* subdomains: check request type on one place onlyPavel Březina2012-11-141-6/+0
* Run IPA subdomain provider if IPA ID provider is configuredSumit Bose2012-11-144-7/+101
* Always start PAC responder if IPA ID provider is configuredSumit Bose2012-11-143-0/+84