summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-12-04Fix tevent_req style for krb5_authSimo Sorce4-371/+334
2012-12-04do not crash when id_provider is not setPavel Březina1-0/+6
2012-12-04Missing parameter in DEBUG message.Michal Zidek1-1/+2
2012-12-04Indentation fixJakub Hrozek1-5/+2
2012-12-04Dereference after null check in sss_idmap_sid_to_unixMichal Zidek1-1/+5
2012-12-04NSS: Fix netgroup midpoint cache refreshJakub Hrozek3-3/+3
2012-12-02warn user if password is about to expirePavel Březina1-3/+4
2012-12-02IPA: Handle bad results from c-ares lookupStephen Gallagher1-1/+11
2012-12-02sudo: print message if old protocol is usedPavel Březina1-3/+15
2012-11-28Monitor quit when not exists no process no stopsAriel O. Barria1-1/+3
2012-11-28Null pointer dereferenced.Michal Zidek1-96/+100
2012-11-28Avoid const warnings when deallocating memorySimo Sorce1-1/+1
2012-11-28Avoid duplicating macrosSimo Sorce1-4/+0
2012-11-28Revert "Avoid accessing half-deallocated memory when using talloc_zfree macro."Simo Sorce1-5/+1
2012-11-28idmap: Silence DEBUG messages when dealing with built-in SIDs.Michal Zidek6-80/+125
2012-11-28Uninitialized pointer readMichal Zidek1-1/+1
2012-11-28sss_cache: Small refactor.Michal Zidek3-58/+72
2012-11-26TESTS: Test ghosts users in the RFC2307 schemaJakub Hrozek1-0/+248
2012-11-26MEMBEROF: Do not add the ghost attribute to selfJakub Hrozek2-13/+87
2012-11-26debug: print fatal and critical errors if debug level is unresolvedMichal Zidek2-7/+4
2012-11-26Save errno before it might be modified.Simo Sorce1-8/+16
2012-11-23SYSDB: Don't operate with aliases same as nameOndrej Kos1-0/+6
2012-11-23LDAP: fix uninitialized variableOndrej Kos1-1/+1
2012-11-22Handle compiling FQDN regular expression with old pcre gracefullyJakub Hrozek1-0/+9
2012-11-22Fix errors reported by rpmlintJan Cholasta9-24/+15
2012-11-21MONITOR: Fix off-by-one error in add_string_to_listJakub Hrozek1-1/+4
2012-11-20fix SIGSEGV in IPA provider when ldap_sasl_authid is not setPavel Březina1-1/+1
2012-11-20LDAP: Only convert direct parents' ghost attribute to memberJakub Hrozek11-27/+91
2012-11-20SYSDB: Use the add_string convenience functions for managing ghost user attri...Jakub Hrozek1-24/+9
2012-11-20BUILD: Temporary workaround for Kerberos buildStephen Gallagher1-2/+3
2012-11-19Disable canonicalization during password changesSumit Bose1-2/+43
2012-11-19Fix compare_principal_realm() checkSumit Bose2-9/+9
2012-11-19Just use the service name with krb5_get_init_creds_password()Sumit Bose1-24/+2
2012-11-19LDAP: Make it possible to use full principal in ldap_sasl_authid againJakub Hrozek2-4/+21
2012-11-19LDAP: Checking the principal should not be considered fatalJakub Hrozek1-6/+10
2012-11-19LDAP: Provide a common sdap_set_sasl_options init functionJakub Hrozek4-91/+95
2012-11-19MAN: document the ldap_sasl_realm optionJakub Hrozek1-0/+13
2012-11-19Restart services with a delay in case they are restarted too oftenJakub Hrozek1-14/+59
2012-11-19Handle conversion to fully qualified usernamesSimo Sorce3-1/+98
2012-11-19Do not save HBAC rules in subdomain subtreeSumit Bose3-16/+32
2012-11-19Refactor the way subdomain accounts are savedSimo Sorce10-35/+167
2012-11-19Simplify writing db update functionsSimo Sorce1-421/+192
2012-11-19LDAP: Refactor saving ghost usersJakub Hrozek1-88/+99
2012-11-19LDAP: use the correct memory contextJakub Hrozek1-1/+1
2012-11-19LDAP: Fix saving empty groupsJakub Hrozek1-2/+4
2012-11-19LDAP: Allocate the temporary context on NULL, not memctxJakub Hrozek1-1/+1
2012-11-19SERVER: Check the return value of waitpidJakub Hrozek1-11/+27
2012-11-19Display more information on DB version mismatchOndrej Kos7-2/+70
2012-11-19SUDO: Fix wrong variable checkJakub Hrozek1-1/+1
2012-11-19LDAP: Remove double breakJakub Hrozek1-1/+0