index
:
sssd
build-fixes
build-fixes-1
heimdal
heimdal-1
master
System Security Services Daemon
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
responder
/
pac
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-03
Include sys/types.h for types id_t and uid_t
Lukas Slebodnik
1
-0
/
+1
2013-08-26
PAC: Skip SIDs that cannot be resolved to domain
Jakub Hrozek
1
-2
/
+4
2013-08-26
PAC: use SID instead of GID to search for groups
Sumit Bose
1
-48
/
+41
2013-08-26
PAC: do not fail if a single group cannot be added/removed
Sumit Bose
1
-18
/
+31
2013-08-26
PAC: read user DN instead of constructing it
Sumit Bose
1
-5
/
+17
2013-08-26
PAC: handle non-POSIX groups in cache
Sumit Bose
2
-11
/
+9
2013-08-26
PAC: do not create users with missing GID
Sumit Bose
1
-0
/
+14
2013-08-26
PAC: if user entry already exists keep it
Sumit Bose
3
-86
/
+10
2013-06-24
PAC: do not delete originalDN or cached password if present
Sumit Bose
1
-1
/
+26
2013-06-19
PAC: do not expect that sysdb_search_object_by_sid() return ENOENT
Sumit Bose
1
-8
/
+8
2013-06-07
New utility function sss_get_domain_name
Jakub Hrozek
2
-19
/
+10
2013-06-06
Enhance PAC responder for AD users
Sumit Bose
3
-927
/
+659
2013-06-04
Lookup domains at startup
Sumit Bose
1
-0
/
+6
2013-05-30
Add utility functions for formatting fully-qualified names
Jakub Hrozek
2
-4
/
+3
2013-05-10
Add missing \n to debug string
Sumit Bose
1
-1
/
+1
2013-05-02
Remove unused TALLOC_CTX from responder_get_domain()
Sumit Bose
1
-2
/
+2
2013-04-21
Fix and rename get_my_domain_data()
Sumit Bose
3
-12
/
+14
2013-04-10
Allow using flatname for subdomain home dir template
Jakub Hrozek
1
-1
/
+1
2013-03-20
change responder contexts hierarchy
Pavel Březina
1
-9
/
+14
2013-03-20
do not leak memory on failure in *_process_init()
Pavel Březina
1
-6
/
+11
2013-03-04
Remove unused functions
Jakub Hrozek
2
-18
/
+0
2013-02-10
Introduce IS_SUBDOMAIN() macro
Simo Sorce
1
-1
/
+1
2013-02-10
Parent and subdomains use the same sysdb
Simo Sorce
1
-5
/
+1
2013-02-10
Change the way domains are linked.
Simo Sorce
1
-10
/
+1
2013-02-10
Add function get_next_domain()
Simo Sorce
1
-1
/
+1
2013-02-10
NSS: Add original homedir to home directory template options
Stephen Gallagher
1
-1
/
+1
2013-01-15
Add domain argument to sysdb_delete_user()
Simo Sorce
1
-1
/
+1
2013-01-15
Add domain argument to sysdb_store_user()
Simo Sorce
1
-1
/
+1
2013-01-15
Add domain to sysdb_search_group_by_gid()
Simo Sorce
1
-1
/
+1
2013-01-15
Add domain to sysdb_search_user_by_uid()
Simo Sorce
1
-1
/
+2
2013-01-15
Add domain argument to sysdb_initgroups()
Simo Sorce
1
-1
/
+2
2013-01-15
Make sysdb_domain_dn() require a domain.
Simo Sorce
1
-1
/
+1
2013-01-15
Make sysdb_user_dn() require a domain explictly.
Simo Sorce
1
-1
/
+1
2013-01-08
Refactor gid handling in the PAC responder
Sumit Bose
3
-84
/
+202
2013-01-08
PAC responder: check if existing user differs
Sumit Bose
3
-13
/
+64
2013-01-08
Use hash table to collect GIDs from PAC to avoid dups
Sumit Bose
1
-18
/
+86
2013-01-08
Read remote groups from PAC
Sumit Bose
1
-3
/
+52
2013-01-08
Remote groups do not have an original DN attribute
Sumit Bose
1
-40
/
+34
2013-01-08
Save domain and GID for groups from the configured domain
Sumit Bose
3
-17
/
+47
2013-01-08
Always get user data from PAC
Sumit Bose
1
-7
/
+7
2013-01-08
Add find_domain_by_id()
Sumit Bose
2
-0
/
+42
2013-01-08
Use struct pac_grp instead of gid_t for groups from PAC
Sumit Bose
3
-18
/
+25
2012-12-18
RESPONDERS: Create a common file with service names and versions
Jakub Hrozek
1
-3
/
+1
2012-12-10
PAC: check the return value of diff_git_lists
Jakub Hrozek
1
-0
/
+4
2012-11-20
LDAP: Only convert direct parents' ghost attribute to member
Jakub Hrozek
1
-1
/
+1
2012-11-19
Refactor the way subdomain accounts are saved
Simo Sorce
2
-25
/
+42
2012-11-10
Store the original group DN in the subdomain user object
Sumit Bose
1
-26
/
+58
2012-11-10
Get lists of GIDs to be added and deleted and use them
Sumit Bose
1
-3
/
+89
2012-11-10
Add pac_user_get_grp_info() to read current group memberships
Sumit Bose
1
-0
/
+106
2012-11-10
Add diff_gid_lists() with test
Sumit Bose
2
-0
/
+172
[next]