summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* back-sch.c: authenticate users through PAM system-auth serviceAlexander Bokovoy2013-08-061-18/+126
* back-sch.c: search users and groups through NSSWITCHAlexander Bokovoy2013-08-061-6/+124
* src/Makefile.am: add back-sch-nss.c and back-sch-pam.c to buildAlexander Bokovoy2013-08-061-0/+10
* schema-compat: add support for authenticating users through PAMAlexander Bokovoy2013-08-061-0/+290
* schema-compat: add support for querying users and groups through NSSWITCHAlexander Bokovoy2013-08-061-0/+574
* back-sch: use plugin configuration to decide whether NSSWITCH should be consu...Alexander Bokovoy2013-08-061-1/+44
* back-sch: move structure definitions to back-sch.h to share with other codeAlexander Bokovoy2013-08-053-33/+97
* format: add format_strdupbv() helperAlexander Bokovoy2013-08-052-0/+15
* schema-compat: introduce a lock to protect PAM authenticationAlexander Bokovoy2013-08-052-0/+5
* Add %sort() and %dribble_merge()Nalin Dahyabhai2013-05-231-1/+286
* Clean up logging a little bitNalin Dahyabhai2013-05-231-8/+10
* Don't leak decoded XDR memoryNalin Dahyabhai2013-05-231-0/+8
* Fix some uninitialized-jump warningsNalin Dahyabhai2013-05-232-1/+5
* check SLAPI_PLUGIN_OPRETURN valuesNalin Dahyabhai2013-04-041-0/+21
* don't skip changes that only affect map membershipNalin Dahyabhai2013-04-041-11/+16
* correct typo (-m rather than -s)Nalin Dahyabhai2013-03-201-1/+1
* Fix multiplexing of multiple clientsNalin Dahyabhai2013-03-191-5/+11
* fixup log messages and a signed booleanNalin Dahyabhai2012-11-143-5/+5
* include header to avoid implicit declarationNalin Dahyabhai2012-11-141-0/+1
* log message fixupsNalin Dahyabhai2012-11-142-11/+13
* explicitly check for "no" valuesNalin Dahyabhai2012-11-141-1/+9
* warning cleanup: remove unused variablesNalin Dahyabhai2012-11-131-3/+2
* show betxn settings in the plugin versionNalin Dahyabhai2012-11-132-2/+2
* Overhaul betxn supportNalin Dahyabhai2012-11-018-213/+414
* make NIS Plugin and Schema Compatibility Plugin betxn awareNoriko Hosoi2012-10-165-65/+226
* add shadow, passwd.adjuct, base64-encode nis-disallowed-charsNalin Dahyabhai2012-08-231-4/+67
* drop support for directory server transactionsNalin Dahyabhai2012-06-138-253/+0
* - fix a leakNalin Dahyabhai2012-05-221-21/+39
* - log errors evaluating pad expressions in %%link rather than continuing on u...Nalin Dahyabhai2012-04-101-0/+15
* - treat the padding values used by %link() into expressions instead ofNalin Dahyabhai2012-03-301-34/+52
* - add a "default" functionNalin Dahyabhai2012-03-281-0/+50
* - add setting of a synthetic entry's entryUSN based on the source entry's ent...Nalin Dahyabhai2012-03-151-5/+79
* properly escape RDN values when building compat entries (#796509)Nalin Dahyabhai2012-02-231-9/+73
* - fix a compile error on systems which don't define LDAP_SCOPE_SUBORDINATE, r...Nalin Dahyabhai2012-02-131-1/+1
* - take steps to avoid making yp_first/yp_next clients loop indefinitely when ...Nalin Dahyabhai2012-01-241-1/+13
* - remove unused variablesNalin Dahyabhai2012-01-245-30/+24
* - don't log a NULL there, eitherNalin Dahyabhai2012-01-241-2/+2
* - modify defaults for ethers.byname and ethers.byaddr so that they'll work pr...Nalin Dahyabhai2012-01-241-6/+10
* - add multiple-result capable versions of match/regmatch/regsubNalin Dahyabhai2012-01-241-3/+129
* - avoid an aliasing warningNalin Dahyabhai2012-01-231-1/+4
* - avoid a possible NULL derefNalin Dahyabhai2012-01-231-8/+8
* - fixup a couple of debug log messagesNalin Dahyabhai2012-01-231-2/+2
* - don't lean so hard on slapi_entry_diff(), when if we do it ourselves, the o...Nalin Dahyabhai2012-01-191-2/+184
* - typoNalin Dahyabhai2012-01-181-1/+1
* - log a text version of the search scope, tooNalin Dahyabhai2012-01-181-2/+25
* - if there are _no_ substantive changes, drop out of modify even earlier -- t...Nalin Dahyabhai2012-01-171-3/+37
* - computer our own mods list for modify operations, to not get suckeredNalin Dahyabhai2012-01-171-12/+50
* - use a better message when we're catching a modify on an entry that wasn't b...Nalin Dahyabhai2012-01-171-0/+13
* - be a bit more aggressive about skipping unnecessary workNalin Dahyabhai2012-01-171-5/+1
* - if the entry being touched is in an ldbm back-end, but there's no transacti...Nalin Dahyabhai2012-01-163-4/+105