summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* rename backend_shr_set_config_entry_add_one -> backend_shr_set_config_entry_addNalin Dahyabhai2008-07-025-56/+55
* - rename unset_entry_id to unset_entryNalin Dahyabhai2008-07-025-36/+34
* - add a way to iterate through domain namesNalin Dahyabhai2008-07-022-0/+19
* - reintroduce copyright noticeNalin Dahyabhai2008-07-011-0/+21
* - tweak some log messagesNalin Dahyabhai2008-07-011-3/+3
* - start sending result information back to the clientNalin Dahyabhai2008-07-011-5/+29
* - make sense of matching resultsNalin Dahyabhai2008-07-011-5/+17
* - check whether or not to enforce access controlNalin Dahyabhai2008-07-011-74/+153
* - register both preoperation and postoperation functionalityNalin Dahyabhai2008-07-011-4/+54
* - don't log that we're setting up hooks, the specific backend module will nowNalin Dahyabhai2008-07-011-2/+0
* - fixup entry the iteration API so that its new, only, consumer can use it rightNalin Dahyabhai2008-07-012-8/+19
* - drop backend-specific header filesNalin Dahyabhai2008-07-014-60/+5
* - use shared functionality for checking if an entry is a mapNalin Dahyabhai2008-07-011-52/+4
* - format_referrer: don't try to free a non-heap string if we can't find aNalin Dahyabhai2008-07-013-25/+84
* - we're generating proper entries now. not storing them anywhere, but one thingNalin Dahyabhai2008-07-012-19/+114
* - make the shared parts of the configuration actually shared so that we canNalin Dahyabhai2008-07-014-255/+167
* - there is no map-specific startup functionNalin Dahyabhai2008-07-011-1/+0
* - add a startup function to finish populating our private dataNalin Dahyabhai2008-07-011-0/+12
* - have the plugin call backend initialization directlyNalin Dahyabhai2008-06-304-12/+30
* - whoops, this file needs to be re-added to VCSNalin Dahyabhai2008-06-301-0/+52
* - whoops, this file got re-addedNalin Dahyabhai2008-06-301-0/+48
* - group dataNalin Dahyabhai2008-06-302-3/+8
* - refactor the is-this-a-valid-set-definition logicpost-schNalin Dahyabhai2008-06-302-52/+12
* - remove unused variablesNalin Dahyabhai2008-06-303-10/+3
* - take out the need for a backend to provide a matching testNalin Dahyabhai2008-06-304-105/+106
* - be more consisten about group/set nomenclatureNalin Dahyabhai2008-06-304-20/+20
* - use group/set nomenclature more widelyNalin Dahyabhai2008-06-303-55/+55
* - rename plugin.ldif to nis-plugin.ldifNalin Dahyabhai2008-06-301-2/+1
* - add a data entry, not a map, to the map cache when we encounter entries atNalin Dahyabhai2008-06-302-341/+139
* - merge the backend-specific headersNalin Dahyabhai2008-06-306-582/+9
* - get schema compatibility linking correctlyNalin Dahyabhai2008-06-303-911/+150
* - start adding an sch backendNalin Dahyabhai2008-06-3011-112/+2662
* - don't use the hard-coded attribute nameNalin Dahyabhai2008-06-301-2/+3
* - namespace nis-specific configurationNalin Dahyabhai2008-06-304-39/+39
* - rename backend and defaults, tooNalin Dahyabhai2008-06-307-12/+11
* - rename dispatch to disp-nisNalin Dahyabhai2008-06-309-13/+13
* - rename plugin.c,plugin.h to plug-nis.c,plug-nis.hNalin Dahyabhai2008-06-308-12/+12
* - rename a function to group it more closely with related onesNalin Dahyabhai2008-06-301-2/+2
* - remove unused variablesNalin Dahyabhai2008-06-307-58/+47
* - manage the key_len array along with the keys array for an entryNalin Dahyabhai2008-06-261-3/+11
* - don't try to set an entry when we have no keys (duh)Nalin Dahyabhai2008-06-261-12/+18
* - dup_strlist: calculate string list sizes correctly when duplicating themNalin Dahyabhai2008-06-261-198/+223
* - minor cleanupsNalin Dahyabhai2008-06-261-3/+4
* - don't require a disallowed_chars settingNalin Dahyabhai2008-06-261-3/+16
* - don't require either gecos or cn for usersNalin Dahyabhai2008-06-251-2/+2
* - clean up to not set defaults which we may not be overridingNalin Dahyabhai2008-06-252-27/+40
* - make use of data sets for keys_formatNalin Dahyabhai2008-06-251-22/+103
* - add the concept of data setsNalin Dahyabhai2008-06-252-8/+40
* - don't require a key count when we're adding an entry to the mapNalin Dahyabhai2008-06-252-9/+11
* - don't require the caller to pass a pblock into format_format, since the onlyNalin Dahyabhai2008-06-251-10/+8