summaryrefslogtreecommitdiffstats
path: root/src/responder/nss
Commit message (Expand)AuthorAgeFilesLines
* mmap_cache: Use sss_atomic_write_s instead of write.Michal Zidek2013-08-221-2/+11
* mmap_cache: Store corrupted mmap cache before resetMichal Zidek2013-08-191-0/+66
* mmap_cache: Use better checks for corrupted mc in responderMichal Zidek2013-08-191-3/+53
* mmap_cache: Off by one error.Michal Zidek2013-08-191-6/+6
* fill_initgr: add original primary GID if availableSumit Bose2013-08-191-0/+27
* mmap_cache: Check if slot and name_ptr are not invalid.Michal Zidek2013-08-112-2/+54
* NSS: Clear cached netgroups if a request comes in from the sss_cacheLukas Slebodnik2013-08-083-0/+54
* NSS: allow removing entries from netgroup hash tableLukas Slebodnik2013-08-083-1/+32
* Fix netgroup lookup when using fully qualified namePavel Březina2013-07-311-2/+2
* Netgroups should ignore the 'use_fully_qualified_names' settingStephen Gallagher2013-07-291-8/+6
* remove unused variablePavel Březina2013-07-161-4/+0
* Remove unused function parameterLukas Slebodnik2013-07-161-3/+1
* Do not call sss_cmd_done in function check_cache.Lukas Slebodnik2013-06-271-6/+0
* Handle too many results from getnetgr.Lukas Slebodnik2013-06-271-1/+13
* Lookup domains at startupSumit Bose2013-06-041-0/+6
* Remove branching to improve readabilityJakub Hrozek2013-05-301-23/+11
* Allow flat name in the FQname formatJakub Hrozek2013-05-301-3/+3
* Add utility functions for formatting fully-qualified namesJakub Hrozek2013-05-301-30/+19
* Fixing critical format string issues.Lukas Slebodnik2013-05-202-6/+11
* Add SID related calls to the NSS responderSumit Bose2013-05-032-3/+795
* Add idmap context to nss contextSumit Bose2013-05-022-0/+22
* Remove unused TALLOC_CTX from responder_get_domain()Sumit Bose2013-05-023-4/+4
* DB: Switch to new libini_config APIOndrej Kos2013-04-262-2/+1
* Refactoring: remove duplicated code in nss responderSumit Bose2013-04-212-622/+240
* Inform about function duplication.Michal Zidek2013-04-171-0/+3
* Allow using flatname for subdomain home dir templateJakub Hrozek2013-04-101-4/+6
* change responder contexts hierarchyPavel Březina2013-03-201-15/+20
* do not leak memory on failure in *_process_init()Pavel Březina2013-03-201-7/+12
* Removing unused declaration of functions and variable.Lukas Slebodnik2013-03-191-1/+0
* Debug message in sss_mc_create_file.Michal Zidek2013-03-071-0/+5
* File descriptor leak in nss responder.Michal Zidek2013-03-071-18/+43
* Use the same dbg level for all ncache hits.Michal Zidek2013-03-041-18/+25
* Remove unused functionsJakub Hrozek2013-03-042-18/+0
* Lower the DEBUG level if an entry cannot be deleted from memcacheJakub Hrozek2013-02-141-3/+3
* Introduce IS_SUBDOMAIN() macroSimo Sorce2013-02-101-3/+3
* Add function get_next_domain()Simo Sorce2013-02-103-75/+55
* NSS: Add original homedir to home directory template optionsStephen Gallagher2013-02-101-5/+6
* Invalidate user entry even if there are no groupsJakub Hrozek2013-01-161-6/+1
* NSS: invalidate memcache user entry on initgr, tooJakub Hrozek2013-01-161-0/+11
* Add domain arguments to sysdb services functionsSimo Sorce2013-01-151-6/+6
* Add domain argument to sysdb_initgroups()Simo Sorce2013-01-151-2/+2
* Add domain option to sysdb_get/netgr/attrs() fnsSimo Sorce2013-01-151-1/+1
* Pass domain to sysdb_enum<pw/gr>ebt() functionsSimo Sorce2013-01-151-4/+4
* Pass domain to sysdb_get<pwu/grg><id() functionsSimo Sorce2013-01-151-2/+2
* Pass domain to sysdb_get<pw/gr>nam() functionsSimo Sorce2013-01-151-9/+5
* memcache: add macro that validates record lengthPavel Březina2013-01-071-2/+1
* sss_userdel and sss_groupdel with use_fully_qualified_namesMichal Zidek2013-01-071-15/+50
* mmap cache: invalidate cache on fatal errorSimo Sorce2012-12-203-10/+30
* Carefully check records when forcibly invalidatingSimo Sorce2012-12-201-18/+101
* Update free table when records are invalidated.Simo Sorce2012-12-201-14/+23