summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* PROXY: fix groups caching1.9.2-47Ondrej Kos2012-12-171-0/+6
* let ldap_chpass_uri failover work when using same hostname1.9.2-46Pavel Březina2012-12-151-11/+4
* sssd_pam: Cleanup requests cache on sbus reconect1.9.2-45Simo Sorce2012-12-141-1/+4
* tools: sss_userdel and groupdel remove entries from memory cache1.9.2-44Michal Zidek2012-12-143-0/+55
* sssd_nss: Remove entries from memory cache if not found in sysdbMichal Zidek2012-12-141-0/+23
* sudo: include primary group in user group list1.9.2-43Pavel Březina2012-12-141-1/+41
* sysdb_get_sudo_user_info() initialize attrs on declarationPavel Březina2012-12-141-4/+3
* SUDO: strdup the input variable1.9.2-42Jakub Hrozek2012-12-141-1/+1
* sudo manpage: clarify that sudoHost may contain wildcards and not regular exp...1.9.2-41Pavel Březina2012-12-142-2/+2
* let krb5_kpasswd failover work1.9.2-40Pavel Březina2012-12-141-3/+4
* NSS: Fix the error handler in sss_mc_create_fileJakub Hrozek2012-12-141-10/+16
* sudo: don't get stuck in rules and smart refresh when offline1.9.2-39Pavel Březina2012-12-141-4/+14
* MEMBEROF: Fix copy-n-paste errorJakub Hrozek2012-12-141-1/+1
* LDAP: remove dead assignmentJakub Hrozek2012-12-141-1/+0
* SYSDB: Move misplaced assignmentJakub Hrozek2012-12-141-2/+1
* PAC: check the return value of diff_git_listsJakub Hrozek2012-12-141-0/+4
* PROXY: fix negative cache1.9.2-38Ondrej Kos2012-12-141-20/+24
* MAN: Move ssh_known_hosts_timeout documentation to the correct sectionJan Cholasta2012-12-141-12/+12
* link sss_ssh_authorizedkeys and sss_ssh_knownhostsproxy with -lpthreadTimo Aaltonen2012-12-141-0/+2
* LDAP: Continue adjusting group membership even if there is nothing to add1.9.2-37Jakub Hrozek2012-12-071-2/+1
* do not crash when id_provider is not set1.9.2-36Pavel Březina2012-12-071-0/+6
* NSS: Fix netgroup midpoint cache refresh1.9.2-35Jakub Hrozek2012-12-073-3/+3
* MEMBEROF: Keep inherited ghost users around on modify operation1.9.2-34Jakub Hrozek2012-12-062-34/+637
* MEMBEROF: Implement the modify operation for ghost usersJakub Hrozek2012-12-062-36/+715
* MEMBEROF: Split the add ghost operation into a separate functionJakub Hrozek2012-12-061-17/+73
* MEMBEROF: Split the del ghost attribute op into a reusable functionJakub Hrozek2012-12-061-12/+22
* MEMBEROF: split processing the member modify into a separate functionJakub Hrozek2012-12-061-47/+73
* MEMBEROF: Implement delete operation for ghost usersJakub Hrozek2012-12-062-7/+362
* TESTS: Test ghosts users in the RFC2307 schemaJakub Hrozek2012-12-061-0/+248
* MEMBEROF: Do not add the ghost attribute to selfJakub Hrozek2012-12-062-13/+87
* Always append rctx as private data1.9.2-33Simo Sorce2012-12-061-1/+1
* Add backchannel NSS provider query on initgr callsSimo Sorce2012-12-061-0/+165
* Hook for mmap cache update on initgroup callsSimo Sorce2012-12-064-0/+148
* Hook to perform a mmap cache update from sssd_nssSimo Sorce2012-12-064-0/+124
* mmap cache: public functions to invalidate recordsSimo Sorce2012-12-062-0/+135
* Missing parameter in DEBUG message.Michal Zidek2012-12-061-1/+2
* Dereference after null check in sss_idmap_sid_to_unixMichal Zidek2012-12-061-1/+5
* warn user if password is about to expirePavel Březina2012-12-061-3/+4
* RESOLV: return ENOENT if the address list is emptyJakub Hrozek2012-12-061-0/+8
* IPA: Handle bad results from c-ares lookupStephen Gallagher2012-12-061-1/+11
* avoid versioning libsss_sudoPavel Březina2012-12-061-3/+4
* 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