index
:
sssd.git
adsite
ifp
ifp-typo
ifpping
master
review
sssctl
sudo
sudo1-13
sudohost
sudoman
tlog
Unnamed repository; edit this file 'description' to name the repository.
Pavel Brezina
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
providers
/
ipa
/
ipa_access.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
DP: Switch to new interface
Pavel Březina
2016-06-20
1
-430
/
+521
*
UTIL: Allow to append new line in sss_vdebug_fn
Lukas Slebodnik
2016-03-23
1
-1
/
+1
*
libipa_hbac: Move the library to src/lib/ipa_hbac
Jakub Hrozek
2016-03-12
1
-1
/
+0
*
IPA: log real hbac function
Lukas Slebodnik
2016-02-23
1
-1
/
+2
*
IPA: Use sss_vdebug_fn in hbac_debug_messages
Lukas Slebodnik
2016-02-23
1
-12
/
+1
*
UTIL: Use prefix for debug function
Lukas Slebodnik
2016-02-23
1
-2
/
+2
*
HBAC: Better libhbac debugging
Petr Cech
2015-10-01
1
-0
/
+50
*
IPA: Remove the ipa_hbac_treat_deny_as option
Jakub Hrozek
2015-03-24
1
-14
/
+0
*
IPA: Deprecate the ipa_hbac_treat_deny_as option
Jakub Hrozek
2015-03-24
1
-0
/
+4
*
Add missing new lines to debug messages
Lukas Slebodnik
2015-03-17
1
-1
/
+1
*
UTIL: rename find_subdomain_by_name
Pavel Reichl
2014-07-22
1
-1
/
+1
*
Update DEBUG* invocations to use new levels
Nikolai Kondrashov
2014-02-12
1
-27
/
+32
*
Make DEBUG macro invocations variadic
Nikolai Kondrashov
2014-02-12
1
-35
/
+35
*
SYSDB: Drop redundant sysdb_ctx parameter from sysdb.c
Michal Zidek
2013-11-15
1
-2
/
+1
*
SYSDB: Drop the sysdb_ctx parameter - module sysdb_ops (part 2)
Michal Zidek
2013-11-15
1
-1
/
+1
*
LDAP: Amend sdap_access_check to allow any connection
Jakub Hrozek
2013-10-25
1
-2
/
+11
*
IPA: Deprecate ipa_hbac_support_srchost option
Ondrej Kos
2013-09-13
1
-0
/
+6
*
handle ERR_ACCOUNT_EXPIRED properly
Pavel Březina
2013-06-17
1
-0
/
+4
*
LDAP: sdap_id_ctx might contain several connections
Jakub Hrozek
2013-06-07
1
-1
/
+1
*
Convert sdap_access to new error codes
Simo Sorce
2013-03-19
1
-10
/
+11
*
Add be_req_get_data() helper funciton.
Simo Sorce
2013-01-21
1
-3
/
+3
*
Add be_req_get_be_ctx() helper.
Simo Sorce
2013-01-21
1
-20
/
+22
*
Introduce be_req_terminate() helper
Simo Sorce
2013-01-21
1
-6
/
+6
*
Remove domain from be_req structure
Simo Sorce
2013-01-21
1
-2
/
+2
*
Pass domain not be_req to access check functions
Simo Sorce
2013-01-21
1
-1
/
+1
*
Move hbac_ctx_is_offline()
Simo Sorce
2013-01-21
1
-0
/
+6
*
Remove hbac_ctx_sdap_id_[ctx|op]()
Simo Sorce
2013-01-21
1
-6
/
+6
*
Remove hbac_ctx_ev()
Simo Sorce
2013-01-21
1
-3
/
+3
*
Remove hbac_ctx_be()
Simo Sorce
2013-01-21
1
-3
/
+2
*
Remove sysdb argument from hbac_get_cached_rules()
Simo Sorce
2013-01-21
1
-4
/
+2
*
Remove sysdb arg from [ipa_]hbac_sysdb_save()
Simo Sorce
2013-01-21
1
-9
/
+8
*
Remove sysdb arg from ipa_hbac_service_info_send()
Simo Sorce
2013-01-21
1
-1
/
+0
*
Remove sysdb argument from ipa_host_info_send()
Simo Sorce
2013-01-21
1
-1
/
+0
*
Add domain argument to sysdb_search_custom()
Simo Sorce
2013-01-15
1
-1
/
+3
*
Make sysdb_custom_subtree_dn() require a domain.
Simo Sorce
2013-01-15
1
-1
/
+1
*
Do not save HBAC rules in subdomain subtree
Sumit Bose
2012-11-19
1
-10
/
+0
*
SYSDB: Remove unnecessary domain parameter from several sysdb calls
Jakub Hrozek
2012-09-24
1
-1
/
+0
*
Unify usage of sysdb transactions
Michal Zidek
2012-08-23
1
-1
/
+2
*
Modify hbac_get_cached_rules() so it can be used outside of HBAC code
Jan Zeleny
2012-07-31
1
-14
/
+17
*
IPA: Don't hang onto memory longer than necessary
Stephen Gallagher
2012-07-02
1
-0
/
+1
*
Detect subdomain request in IPA access provider
Jan Zeleny
2012-04-24
1
-0
/
+10
*
Accept be_req instead if be_ctx in LDAP access provider
Jan Zeleny
2012-04-24
1
-1
/
+1
*
IPA: Initialize hbac_ctx to NULL
Stephen Gallagher
2012-03-12
1
-1
/
+1
*
IPA: Check nsAccountLock during PAM_ACCT_MGMT
Stephen Gallagher
2012-03-09
1
-0
/
+56
*
IPA hosts refactoring
Jan Zeleny
2012-02-24
1
-18
/
+6
*
IPA: Add host info handler
Jan Cholasta
2012-02-07
1
-1
/
+1
*
Separate the host-retrieval code from IPA HBAC to common IPA code
Jan Zeleny
2012-02-06
1
-16
/
+40
*
Implemented support for multiple search bases in HBAC rules and services
Jan Zeleny
2012-02-06
1
-29
/
+5
*
Support multiple search bases in HBAC
Jan Zeleny
2012-01-14
1
-1
/
+1
*
Export the function to convert ldb_result to sysdb_attrs
Jakub Hrozek
2011-12-16
1
-1
/
+1
[next]