summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2012-11-19SYSDB: Remove unused macrosJakub Hrozek1-15/+0
2012-11-18LDAP: Expire even non authenticated connectionsJakub Hrozek1-8/+11
2012-11-16Provide AM_COND_IF-combatible implementation for old automake systemsJakub Hrozek1-0/+15
2012-11-16fix -O3 variable may be uninitialized warningsPavel Březina2-6/+6
2012-11-16MAN: quotation fixOndrej Kos1-1/+1
2012-11-15sudo: store rules with no sudoHost attributePavel Březina1-0/+7
2012-11-15Add ignore_group_members option.Paul B. Henson9-18/+64
2012-11-15SUDO: Remove unused variableStephen Gallagher1-1/+0
2012-11-14sudo: print how many rules we are refreshing or returningPavel Březina1-3/+4
2012-11-14sudo: do not send domain name with usernamePavel Březina5-22/+11
2012-11-14sudo: support users from subdomainsPavel Březina4-60/+214