index
:
slapi-nis.git
bug-idviews-refresh
coverity
externalgroups-v2
externalmembers
freeipa-nss-compat
idviews
lazy_client
master
slapi-nis-ad
SLAPI-NIS
Alexander Bokovoy
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
- actually remove the map at shutdown-time
Nalin Dahyabhai
2008-07-07
1
-1
/
+1
*
- free the tcp_wrappers struct at shutdown-time
Nalin Dahyabhai
2008-07-07
1
-0
/
+3
*
- free the key length and key tree arrays when we clear a map
Nalin Dahyabhai
2008-07-07
1
-7
/
+57
*
- clean up the map data at shutdown time
Nalin Dahyabhai
2008-07-07
3
-0
/
+13
*
- when resizing a berval list, free the old list pointer before overwriting it
Nalin Dahyabhai
2008-07-07
1
-0
/
+7
*
- don't leak the filter
Nalin Dahyabhai
2008-07-07
1
-3
/
+8
*
- correctly handle the case where the tcpwrappers daemon name isn't configured
Nalin Dahyabhai
2008-07-07
1
-3
/
+18
*
- associative property ftw
Nalin Dahyabhai
2008-07-07
1
-2
/
+2
*
- try not to log binary data
Nalin Dahyabhai
2008-07-07
1
-14
/
+0
*
- update to make use of the newer function setup
Nalin Dahyabhai
2008-07-07
1
-3
/
+3
*
- teach "merge" to merge lists of values in addition to single values
Nalin Dahyabhai
2008-07-07
1
-450
/
+220
*
- skip zero-length values
Nalin Dahyabhai
2008-07-07
1
-3
/
+21
*
- fill in the default filter if we fail to find an explicitly-configured one,
Nalin Dahyabhai
2008-07-07
1
-3
/
+6
*
- don't overrun the key lengths buffers when we're setting up NIS keys
Nalin Dahyabhai
2008-07-03
1
-4
/
+6
*
- make formatting binary-clean
Nalin Dahyabhai
2008-07-03
2
-239
/
+449
*
- don't skip values just because they might be empty
Nalin Dahyabhai
2008-07-03
1
-1
/
+1
*
- fix copy/paste errors in reading of configuration data
Nalin Dahyabhai
2008-07-03
2
-2
/
+2
*
- fix an incorrect recursion in the vattr-aware filter reader
Nalin Dahyabhai
2008-07-03
1
-1
/
+3
*
- update for new length-setting formatting API
Nalin Dahyabhai
2008-07-03
2
-538
/
+137
*
- whoops, add missing variable
Nalin Dahyabhai
2008-07-03
1
-1
/
+1
*
- add more functions for reading vattr-stored configuration
Nalin Dahyabhai
2008-07-03
2
-3
/
+28
*
- add some simple wrappers for reading configuration settings
Nalin Dahyabhai
2008-07-03
2
-0
/
+104
*
- check over some comments
Nalin Dahyabhai
2008-07-03
1
-8
/
+37
*
- clean up some comments
Nalin Dahyabhai
2008-07-03
1
-10
/
+33
*
Merge branch 'master' of git.fedoraproject.org:/git/slapi-nis
Nalin Dahyabhai
2008-07-03
13
-350
/
+946
|
\
|
*
- factor out checking if an entry is one of ours
Nalin Dahyabhai
2008-07-03
1
-50
/
+128
|
*
- make the map match logic use 'const' where it's appropriate
Nalin Dahyabhai
2008-07-03
4
-16
/
+16
|
*
- add the new parameter to return always-NULL backend data
Nalin Dahyabhai
2008-07-03
1
-2
/
+9
|
*
- compensate for new parameters in the map matching functions
Nalin Dahyabhai
2008-07-03
1
-3
/
+3
|
*
- return the backend data associated with the matching entry from the matching
Nalin Dahyabhai
2008-07-03
2
-4
/
+11
|
*
- function rename: set_entry_one -> set_entry
Nalin Dahyabhai
2008-07-03
4
-13
/
+13
|
*
- also track the DN of the originating entry
Nalin Dahyabhai
2008-07-03
1
-9
/
+86
|
*
- make the newly-multiple-choice deref and referred functions return errors
Nalin Dahyabhai
2008-07-02
1
-7
/
+32
|
*
- start blocking writes to our groups
Nalin Dahyabhai
2008-07-02
1
-4
/
+68
|
*
- sneak in the global state so that the preop and postop plugins get access to
Nalin Dahyabhai
2008-07-02
1
-36
/
+12
|
*
- read the plugin base DN at plugin startup so that we can easily get to it
Nalin Dahyabhai
2008-07-02
1
-0
/
+20
|
*
- teach referred() to return multiple choices
Nalin Dahyabhai
2008-07-02
1
-18
/
+54
|
*
- require exactly the right number of arguments
Nalin Dahyabhai
2008-07-02
1
-1
/
+1
|
*
- teach the deref function to accept two arguments in a multiple-choice call
Nalin Dahyabhai
2008-07-02
1
-11
/
+40
|
*
- add rdn values to group and set entries
Nalin Dahyabhai
2008-07-02
1
-7
/
+26
|
*
- support search matches against the group container and the entry set in
Nalin Dahyabhai
2008-07-02
1
-41
/
+132
|
*
rename backend_shr_set_config_entry_add_one -> backend_shr_set_config_entry_add
Nalin Dahyabhai
2008-07-02
5
-56
/
+55
|
*
- rename unset_entry_id to unset_entry
Nalin Dahyabhai
2008-07-02
5
-36
/
+34
|
*
- add a way to iterate through domain names
Nalin Dahyabhai
2008-07-02
2
-0
/
+19
|
*
- reintroduce copyright notice
Nalin Dahyabhai
2008-07-01
1
-0
/
+21
|
*
- tweak some log messages
Nalin Dahyabhai
2008-07-01
1
-3
/
+3
|
*
- start sending result information back to the client
Nalin Dahyabhai
2008-07-01
1
-5
/
+29
|
*
- make sense of matching results
Nalin Dahyabhai
2008-07-01
1
-5
/
+17
|
*
- check whether or not to enforce access control
Nalin Dahyabhai
2008-07-01
1
-74
/
+153
|
*
- register both preoperation and postoperation functionality
Nalin Dahyabhai
2008-07-01
1
-4
/
+54
[next]