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
/
db
/
sysdb_sudo.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
SUDO: Use initgr_with_views when looking up a sudo user
Jakub Hrozek
2017-09-08
1
-30
/
+59
*
SUDO: Only store lowercased attribute value once
Jakub Hrozek
2017-02-10
1
-14
/
+3
*
SYSDB: Fixing of sudorule without a sudoUser
Petr Čech
2016-11-23
1
-0
/
+5
*
SYSDB: Adding lowercase sudoUser form
Petr Čech
2016-11-08
1
-0
/
+64
*
sudo: solve problems with fully qualified names
Pavel Březina
2016-07-07
1
-67
/
+118
*
SYSDB: Add new funtions into sysdb_sudo
Petr Cech
2016-04-20
1
-0
/
+97
*
SYSDB_SUDO: Remove useless test
Lukas Slebodnik
2016-04-18
1
-1
/
+1
*
SUDO: make sudo sysdb interface more reusable
Pavel Březina
2016-01-19
1
-60
/
+226
*
sudo: sanitize filter values
Pavel Březina
2015-04-13
1
-2
/
+13
*
Add missing new lines to debug messages
Lukas Slebodnik
2015-03-17
1
-1
/
+1
*
Log reason in debug message why ldb_modify failed
Lukas Slebodnik
2015-03-11
1
-0
/
+5
*
Don't use macro _XOPEN_SOURCE for function strptime
Lukas Slebodnik
2014-05-27
1
-1
/
+1
*
Make DEBUG macro invocations variadic
Nikolai Kondrashov
2014-02-12
1
-30
/
+30
*
sudo: memset tm when converting time attributes
Pavel Březina
2014-01-29
1
-0
/
+2
*
SYSDB: Drop redundant sysdb_ctx parameter from sysdb.c
Michal Zidek
2013-11-15
1
-1
/
+1
*
SYSDB: Drop the sysdb_ctx parameter - module sysdb_ops (part 2)
Michal Zidek
2013-11-15
1
-3
/
+3
*
SYSDB: Drop the sysdb_ctx parameter from the sysdb_sudo.c module
Jakub Hrozek
2013-11-15
1
-36
/
+30
*
SYSDB: Drop the sysdb_ctx parameter - module sysdb_ops (part 1)
Michal Zidek
2013-11-15
1
-4
/
+3
*
SYSDB: Fix incorrect DEBUG message
Stephen Gallagher
2013-10-04
1
-1
/
+1
*
sudo: improve time restrictions debug messages
Pavel Březina
2013-10-01
1
-0
/
+8
*
sudo: allow specifying only one time restriction
Pavel Březina
2013-10-01
1
-47
/
+34
*
sudo responder: change num_rules type from size_t to uint32_t
Pavel Březina
2013-01-22
1
-3
/
+3
*
Add domain arguments to sysdb sudo functions
Simo Sorce
2013-01-15
1
-18
/
+27
*
Add domain to sysdb_delete_custom
Simo Sorce
2013-01-15
1
-1
/
+1
*
Add domain argument to sysdb_search_custom()
Simo Sorce
2013-01-15
1
-1
/
+1
*
Add domain argument to sysdb_store_custom()
Simo Sorce
2013-01-15
1
-1
/
+1
*
Add domain to sysdb_search_group_by_gid()
Simo Sorce
2013-01-15
1
-1
/
+1
*
Add domain to sysdb_search_user_by_name()
Simo Sorce
2013-01-15
1
-2
/
+2
*
Make sysdb_custom_subtree_dn() require a domain.
Simo Sorce
2013-01-15
1
-3
/
+5
*
Fix a 'shadows a global declaration' warning
Sumit Bose
2012-12-19
1
-2
/
+2
*
sudo: support generalized time format
Pavel Březina
2012-12-13
1
-11
/
+34
*
sudo: include primary group in user group list
Pavel Březina
2012-12-13
1
-1
/
+41
*
sysdb_get_sudo_user_info() initialize attrs on declaration
Pavel Březina
2012-12-13
1
-4
/
+3
*
SYSDB: Remove unnecessary domain parameter from several sysdb calls
Jakub Hrozek
2012-09-24
1
-2
/
+1
*
Unify usage of sysdb transactions (part 2).
Michal Zidek
2012-09-04
1
-2
/
+5
*
Remove SYSDB_SUDO_CACHE_OC from attribute lists
Pavel Březina
2012-08-07
1
-1
/
+0
*
Rename SYSDB_SUDO_CACHE_AT_OC to SYSDB_SUDO_CACHE_OC
Pavel Březina
2012-08-07
1
-3
/
+3
*
Fix uninitialized values
Nick Guay
2012-07-18
1
-1
/
+1
*
sudo: clean up
Pavel Březina
2012-06-29
1
-206
/
+0
*
sudo sysdb: add expiration time to the filter
Pavel Březina
2012-06-29
1
-0
/
+8
*
sysdb: remove sudo_set/get_refreshed
Pavel Březina
2012-06-29
1
-57
/
+0
*
sysdb: add getter/setter for last sudo full refresh time
Pavel Březina
2012-06-29
1
-0
/
+143
*
sudo sysdb: make sysdb_get_sudo_user_info more configurable
Pavel Březina
2012-06-29
1
-25
/
+35
*
sysdb: return proper error code from sysdb_sudo_purge_all
Jakub Hrozek
2012-05-10
1
-1
/
+1
*
SUDO: Return ret, not EOK
Jakub Hrozek
2012-05-02
1
-1
/
+1
*
Redesign purging of the sudo cache
Pavel Březina
2012-02-17
1
-71
/
+301
*
Improve debug messages in sysdb_sudo_check_time()
Pavel Březina
2012-02-10
1
-4
/
+16
*
SUDO Integration - sysdb_sudo_check_time() fix
Pavel Březina
2012-02-06
1
-6
/
+8
*
Fixes for sudo_timed
Jakub Hrozek
2012-02-04
1
-23
/
+40
*
SUDO Integration - responder 'sudo_timed' option
Pavel Březina
2012-02-04
1
-36
/
+123
[next]