summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | - make deref() return an error when it fails to evaluate, just like mostNalin Dahyabhai2008-12-021-1/+3
|/
* - abortive work at rejecting all internal-originating searches outrightNalin Dahyabhai2008-11-211-1/+11
* - avoid getting read locks when we know we already have themNalin Dahyabhai2008-11-181-6/+0
* - merge backend_check_scope() with its only caller, backend_check_scope_pb()Nalin Dahyabhai2008-11-181-14/+3
* - if poll() fails due to EINTR, try againNalin Dahyabhai2008-11-131-0/+7
* - remove unnecessary headerNalin Dahyabhai2008-11-131-1/+0
* - clear some memory before using itNalin Dahyabhai2008-11-041-0/+1
* - drop some unused variablesNalin Dahyabhai2008-11-042-10/+3
* - add a "link" functionNalin Dahyabhai2008-11-041-0/+181
* - stop deref_r() and referred_r() stop returning empty strings when theyNalin Dahyabhai2008-11-041-17/+9
* - add some argument checking to functions which were missing themNalin Dahyabhai2008-11-031-1/+55
* - add a %collect function, for concatenating lists of values into singleNalin Dahyabhai2008-11-031-0/+58
* - teach %ifeq to return lists of values correctlyNalin Dahyabhai2008-11-031-24/+17
* - change %ifelse to %ifeq, because we won't have to worry about how toNalin Dahyabhai2008-11-031-43/+50
* - add an %ifelse functionNalin Dahyabhai2008-10-241-5/+89
* - rework how the referred_r function works, so that it retrieves theNalin Dahyabhai2008-10-241-87/+74
* - move config.h into src/Nalin Dahyabhai2008-10-2413-13/+13
* - rename formatting functions:Nalin Dahyabhai2008-10-242-42/+42
* - add referredx, as derefxNalin Dahyabhai2008-10-242-5/+501
* - don't forget to correctly populate the ref_attr_listNalin Dahyabhai2008-10-241-0/+3
* - add another list of attributes and parents, for use in chasing andNalin Dahyabhai2008-09-105-34/+80
* - we already know we're searching from the immediate superior of anNalin Dahyabhai2008-09-101-2/+2
* - simplify the backref chasing logic a bit moreNalin Dahyabhai2008-09-091-16/+18
* - fixup some heap corruptionNalin Dahyabhai2008-09-092-100/+150
* - search for predecessors using the right attribute/basesNalin Dahyabhai2008-09-092-6/+67
* - update references as noted by the derefx functionNalin Dahyabhai2008-09-081-57/+156
* - add a way to create an SDN list using an array of stringsNalin Dahyabhai2008-09-082-3/+26
* - be a little more careful when freeing listsNalin Dahyabhai2008-09-081-13/+20
* - rename sdn list manipulation functions in case they'll be neededNalin Dahyabhai2008-09-081-16/+16
* - add a "derefx" function which should be able to handle anNalin Dahyabhai2008-09-081-0/+149
* - fixup some of the logic where we check for duplicates in theNalin Dahyabhai2008-09-081-10/+27
* - wire the format_ref_attr_list structure into the two pluginsNalin Dahyabhai2008-09-085-18/+36
* - wire a format_ref_attr_list into most APIsNalin Dahyabhai2008-09-082-27/+56
* - add structures and functions for managing lists of DNs and forNalin Dahyabhai2008-09-082-0/+223
* - correctly name the format_inref_attr structure in a forward declarationNalin Dahyabhai2008-09-081-1/+1
* - get particular about spellingNalin Dahyabhai2008-09-041-2/+2
* - add operational attributes to synthetic group and set entries, tooNalin Dahyabhai2008-09-041-22/+52
* - track the length of the list of entries kept by a mapNalin Dahyabhai2008-09-042-0/+31
* - populate the operational attributes when we synthesize an entryNalin Dahyabhai2008-09-041-0/+21
* - require that UIDs and GIDs look like numbersNalin Dahyabhai2008-08-061-3/+3
* - move the python script to docsNalin Dahyabhai2008-08-061-1/+0
* - move to where migrate-ldap.sh (which uses it) livesNalin Dahyabhai2008-08-061-4/+0
* format.c:Nalin Dahyabhai2008-08-062-37/+60
* - fix "networks" defaultsNalin Dahyabhai2008-07-311-10/+10
* - fixup defaults for mail alias mapsNalin Dahyabhai2008-07-311-3/+3
* - fix ethers defaultsNalin Dahyabhai2008-07-311-8/+8
* - make %first sort the values it's given and return the first in sort order,Nalin Dahyabhai2008-07-311-4/+17
* - make some used-only-locally functions staticNalin Dahyabhai2008-07-315-7/+54
* - remove unused variablesNalin Dahyabhai2008-07-314-5/+4
* - add a few commentsNalin Dahyabhai2008-07-311-0/+11