summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-12-05Fix comment on wrong lineSimo Sorce1-1/+1
2012-12-05RESOLV: return ENOENT if the address list is emptyJakub Hrozek1-0/+8
2012-12-05MEMBEROF: Keep inherited ghost users around on modify operationJakub Hrozek2-34/+637
2012-12-05MEMBEROF: Implement the modify operation for ghost usersJakub Hrozek2-36/+715
2012-12-05MEMBEROF: Split the add ghost operation into a separate functionJakub Hrozek1-17/+73
2012-12-05MEMBEROF: Split the del ghost attribute op into a reusable functionJakub Hrozek1-12/+22
2012-12-05MEMBEROF: split processing the member modify into a separate functionJakub Hrozek1-47/+73
2012-12-05MEMBEROF: Implement delete operation for ghost usersJakub Hrozek2-7/+362
2012-12-05LDAP: Continue adjusting group membership even if there is nothing to addJakub Hrozek1-2/+1
2012-12-05Add memory barrier to mmap cache client code loopSimo Sorce1-0/+3
2012-12-05Always append rctx as private dataSimo Sorce1-1/+1
2012-12-05Add backchannel NSS provider query on initgr callsSimo Sorce1-0/+165
2012-12-05Hook for mmap cache update on initgroup callsSimo Sorce4-0/+148
2012-12-05Hook to perform a mmap cache update from sssd_nssSimo Sorce4-0/+124
2012-12-05mmap cache: public functions to invalidate recordsSimo Sorce2-0/+135
2012-12-04Use an entry type mask macro to filter entry typesSimo Sorce5-5/+6
2012-12-04Streamline ipa_account_info handlerSimo Sorce1-74/+55
2012-12-04Fix tevent_req style for get_netgroup in ipa_idSimo Sorce1-80/+71
2012-12-04Fix ipa_subdomain_id names and tevent_req styleSimo Sorce3-52/+36
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