index
:
sssd.git
ad_domain_local_groups
add_upn_support_for_sid_requests
certificate_mapping
email-login
fill_grent_with_view
fq_review
gdm_sc_fix
ipa_automatic_enterprise
ipa_provider_n2
jhrozek-nssattr
jhrozek_sysdb_fqdn
krb5_rebase
libwbclient-0.13
master
master-upn-from_pac
memberof_default_view
my_head
new_backend_target
one_certificate_multiple_users
pam
policy_stuff
prompting
python_api
review
simo
smartcard
sssd-1-2-proxy
subdomain-password-authentication
subdomains
wip
wip-extdom
wip-views
Unnamed repository; edit this file to name it for gitweb.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
providers
/
ldap
/
sdap_access.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename dp_backend.h to backend.h
Pavel Březina
2016-06-20
1
-1
/
+1
*
LDAP: Try also the AD access control for IPA users
Jakub Hrozek
2016-06-03
1
-0
/
+15
*
LDAP: warn about lockout option being deprecated
Pavel Reichl
2015-05-14
1
-1
/
+8
*
LDAP: fix a typo in debug message
Pavel Reichl
2015-03-26
1
-1
/
+1
*
ldap: refactor nds_check_expired to use util func
Pavel Reichl
2015-03-23
1
-23
/
+6
*
TESTS: test expiration
Pavel Reichl
2015-03-23
1
-1
/
+1
*
SDAP: fix minor neglect in is_account_locked()
Pavel Reichl
2015-03-06
1
-0
/
+2
*
SDAP: Lock out ssh keys when account naturally expires
Pavel Reichl
2015-03-05
1
-90
/
+226
*
SDAP: enable change phase of pw expire policy check
Pavel Reichl
2015-03-03
1
-1
/
+61
*
SDAP: log expired accounts at lower severity level
Pavel Reichl
2015-03-02
1
-4
/
+16
*
add missing '\n' in debug messages
Pavel Reichl
2015-01-27
1
-1
/
+1
*
LDAP: Always free talloc_req
Jakub Hrozek
2014-09-10
1
-2
/
+1
*
LDAP: Check return value
Jakub Hrozek
2014-09-08
1
-0
/
+6
*
SDAP: account lockout to restrict access via ssh key
Pavel Reichl
2014-08-27
1
-0
/
+557
*
SDAP: refactor AC offline checks
Pavel Reichl
2014-08-27
1
-9
/
+12
*
SDAP: don't log error on access denied
Pavel Reichl
2014-08-17
1
-1
/
+6
*
SDAP: refactor sdap_access_filter_done
Pavel Reichl
2014-08-17
1
-18
/
+37
*
SDAP: nitpicks in sdap_access_filter_get_access_done
Pavel Reichl
2014-08-17
1
-7
/
+5
*
SDAP: refactor sdap_access_filter_send
Pavel Reichl
2014-08-17
1
-16
/
+30
*
SDAP: split sdap_access_filter_get_access_done
Pavel Reichl
2014-08-17
1
-20
/
+39
*
Unify usage of function gethostname
Lukas Slebodnik
2014-06-03
1
-2
/
+3
*
Don't use macro _XOPEN_SOURCE for function strptime
Lukas Slebodnik
2014-05-27
1
-2
/
+2
*
refactor calls of sss_parse_name
Pavel Reichl
2014-03-18
1
-2
/
+1
*
Update DEBUG* invocations to use new levels
Nikolai Kondrashov
2014-02-12
1
-72
/
+100
*
Make DEBUG macro invocations variadic
Nikolai Kondrashov
2014-02-12
1
-96
/
+96
*
LDAP: Add a new error code for malformed access control filter
Jakub Hrozek
2014-01-09
1
-1
/
+7
*
responder: Set forest attribute in AD domains
Pavel Reichl
2014-01-09
1
-1
/
+1
*
SYSDB: Drop the sysdb_ctx parameter - module sysdb_ops (part 1)
Michal Zidek
2013-11-15
1
-2
/
+2
*
SYSDB: Drop the sysdb_ctx parameter from the sysdb_search module
Michal Zidek
2013-11-15
1
-2
/
+1
*
LDAP: Parse FQDN into name/domain for subdomain users
Jakub Hrozek
2013-10-25
1
-1
/
+11
*
LDAP: Amend sdap_access_check to allow any connection
Jakub Hrozek
2013-10-25
1
-22
/
+18
*
Fix formating of variables with type: time_t
Lukas Slebodnik
2013-09-11
1
-1
/
+1
*
Fix formating of variables with type defined in stdint.h
Lukas Slebodnik
2013-09-11
1
-2
/
+3
*
Fix formating of variables with type: size_t
Lukas Slebodnik
2013-09-11
1
-4
/
+5
*
Fix formating of variables with type: long
Lukas Slebodnik
2013-09-11
1
-3
/
+4
*
Replace new_subdomain() with find_subdomain_by_name()
Sumit Bose
2013-06-28
1
-3
/
+2
*
LDAP: sdap_id_ctx might contain several connections
Jakub Hrozek
2013-06-07
1
-1
/
+2
*
Convert sdap_access to new error codes
Simo Sorce
2013-03-19
1
-448
/
+174
*
Fixed typo in debug message.
Lukas Slebodnik
2013-03-07
1
-3
/
+5
*
Add realm info to sss_domain_info
Simo Sorce
2013-02-10
1
-1
/
+1
*
Pass domain not be_req to access check functions
Simo Sorce
2013-01-21
1
-15
/
+21
*
Remove sysdb as a be request structure member
Simo Sorce
2013-01-21
1
-2
/
+2
*
Move ldap provider access functions
Simo Sorce
2013-01-21
1
-59
/
+0
*
Add domain argument to sysdb_set_user_attr()
Simo Sorce
2013-01-15
1
-0
/
+1
*
Add domain argument to sysdb_get_user_attr()
Simo Sorce
2013-01-15
1
-2
/
+2
*
Do not save HBAC rules in subdomain subtree
Sumit Bose
2012-11-19
1
-3
/
+16
*
Accept be_req instead if be_ctx in LDAP access provider
Jan Zeleny
2012-04-24
1
-13
/
+14
*
LDAP: Make sdap_access_send/recv public
Stephen Gallagher
2012-03-09
1
-12
/
+8
*
LDAP: Only use paging control on requests for multiple entries
Stephen Gallagher
2012-02-24
1
-1
/
+2
*
Cleanup: Remove unused parameters
Jakub Hrozek
2011-11-22
1
-13
/
+2
[next]