Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - try to rework referred_r's description again | Nalin Dahyabhai | 2008-12-02 | 1 | -6/+6 | |
| | ||||||
* | - add more on recursive dereferencing | Nalin Dahyabhai | 2008-12-02 | 1 | -9/+50 | |
| | ||||||
* | - clean up (and clean up documentation for) matching functions | Nalin Dahyabhai | 2008-12-02 | 2 | -119/+105 | |
| | ||||||
* | Merge branch 'master' of git.fedoraproject.org:/git/slapi-nis | Nalin Dahyabhai | 2008-12-02 | 6 | -19/+82 | |
|\ | ||||||
| * | - use a counter to make sure we don't recurse inside the same thread, | Nalin Dahyabhai | 2008-12-02 | 4 | -18/+79 | |
| | | | | | | | | | | which might cause us to try to take a read lock when we're holding the write lock, or vice-versa | |||||
| * | - take some advice from the new libtool | Nalin Dahyabhai | 2008-12-02 | 2 | -1/+3 | |
| | | ||||||
* | | - go more in-depth with some of the functions | Nalin Dahyabhai | 2008-12-02 | 1 | -208/+311 | |
| | | ||||||
* | | - make deref() return an error when it fails to evaluate, just like most | Nalin Dahyabhai | 2008-12-02 | 1 | -1/+3 | |
|/ | | | | other list-producing functions do | |||||
* | - abortive work at rejecting all internal-originating searches outright | Nalin Dahyabhai | 2008-11-21 | 1 | -1/+11 | |
| | | | | - fix the error message given when hooking up the compare callback doesn't work | |||||
* | - avoid getting read locks when we know we already have them | Nalin Dahyabhai | 2008-11-18 | 1 | -6/+0 | |
| | ||||||
* | - merge backend_check_scope() with its only caller, backend_check_scope_pb() | Nalin Dahyabhai | 2008-11-18 | 1 | -14/+3 | |
| | ||||||
* | - update the todo list a bit | Nalin Dahyabhai | 2008-11-17 | 1 | -1/+4 | |
| | ||||||
* | - more generic stuff before we dive into functions | Nalin Dahyabhai | 2008-11-13 | 1 | -8/+30 | |
| | ||||||
* | - split out docs on format specifiers, since it's shared anyway | Nalin Dahyabhai | 2008-11-13 | 3 | -435/+251 | |
| | ||||||
* | - if poll() fails due to EINTR, try again | Nalin Dahyabhai | 2008-11-13 | 1 | -0/+7 | |
| | ||||||
* | - remove unnecessary header | Nalin Dahyabhai | 2008-11-13 | 1 | -1/+0 | |
| | ||||||
* | - fill in part of the history of the .spec file from Fedora | Nalin Dahyabhai | 2008-11-07 | 1 | -0/+3 | |
| | ||||||
* | - bump version to 0.9slapi-nis-0.9 | Nalin Dahyabhai | 2008-11-07 | 2 | -2/+5 | |
| | ||||||
* | - oh, duh. don't assume the schema module is built where i happen to | Nalin Dahyabhai | 2008-11-07 | 1 | -1/+1 | |
| | | | | have it on that one box | |||||
* | - clear some memory before using it | Nalin Dahyabhai | 2008-11-04 | 3 | -0/+4 | |
| | ||||||
* | - drop the default limit on the number of descriptors, to avoid error | Nalin Dahyabhai | 2008-11-04 | 1 | -1/+1 | |
| | | | | | messages in cases where a debugging tool has reserved some, so the limit is more than the current limit | |||||
* | - drop some unused variables | Nalin Dahyabhai | 2008-11-04 | 2 | -10/+3 | |
| | ||||||
* | - add a description for that test | Nalin Dahyabhai | 2008-11-04 | 1 | -0/+1 | |
| | ||||||
* | - add a note about "%link" | Nalin Dahyabhai | 2008-11-04 | 2 | -0/+28 | |
| | ||||||
* | - add a "link" function | Nalin Dahyabhai | 2008-11-04 | 9 | -0/+507 | |
| | ||||||
* | - remove unnecessary searches with scope=base and scope=one | Nalin Dahyabhai | 2008-11-04 | 6 | -80/+103 | |
| | | | | - add a check to be sure we catch users or hosts being added to member groups | |||||
* | - stop deref_r() and referred_r() stop returning empty strings when they | Nalin Dahyabhai | 2008-11-04 | 6 | -17/+373 | |
| | | | | | find nothing -- that was throwing things off - add a combined check for collect, ifeq, and deref_r | |||||
* | - add some argument checking to functions which were missing them | Nalin Dahyabhai | 2008-11-03 | 1 | -1/+55 | |
| | | | | - return an error if %collect doesn't have anything to return | |||||
* | - add a %collect function, for concatenating lists of values into single | Nalin Dahyabhai | 2008-11-03 | 8 | -4/+158 | |
| | | | | lists, but without flattening them as %merge does | |||||
* | - also don't forget to ensure that single values don't break | Nalin Dahyabhai | 2008-11-03 | 2 | -2/+0 | |
| | ||||||
* | - exercise %ifeq returning lists | Nalin Dahyabhai | 2008-11-03 | 3 | -1/+5 | |
| | ||||||
* | - teach %ifeq to return lists of values correctly | Nalin Dahyabhai | 2008-11-03 | 1 | -24/+17 | |
| | ||||||
* | - change %ifelse to %ifeq, because we won't have to worry about how to | Nalin Dahyabhai | 2008-11-03 | 6 | -60/+77 | |
| | | | | | compare the evaluated expression if we need to compare it using a single attribute name | |||||
* | - test the %ifelse function | Nalin Dahyabhai | 2008-10-24 | 5 | -0/+72 | |
| | ||||||
* | - add an %ifelse function | Nalin Dahyabhai | 2008-10-24 | 3 | -5/+215 | |
| | | | | - fix a bug in function argument parsing | |||||
* | - replace one nested group test with another | Nalin Dahyabhai | 2008-10-24 | 13 | -14/+16 | |
| | ||||||
* | - rework how the referred_r function works, so that it retrieves the | Nalin Dahyabhai | 2008-10-24 | 1 | -87/+74 | |
| | | | | interesting attribute from intermediate points, as deref_r does | |||||
* | - add a straight-up test for nested group resolution | Nalin Dahyabhai | 2008-10-24 | 9 | -0/+114 | |
| | ||||||
* | - move config.h into src/ | Nalin Dahyabhai | 2008-10-24 | 16 | -16/+16 | |
| | ||||||
* | - rename formatting functions: | Nalin Dahyabhai | 2008-10-24 | 12 | -43/+157 | |
| | | | | | | derefx -> deref_r referredx -> referred_r - add a simple test for referred_r | |||||
* | - add referredx, as derefx | Nalin Dahyabhai | 2008-10-24 | 2 | -5/+501 | |
| | ||||||
* | - don't forget to correctly populate the ref_attr_list | Nalin Dahyabhai | 2008-10-24 | 1 | -0/+3 | |
| | ||||||
* | Merge branch 'master' of git.fedorahosted.org:/git/slapi-nis | Nalin Dahyabhai | 2008-09-23 | 1 | -0/+41 | |
|\ | ||||||
| * | Merge branch 'master' of git.fedoraproject.org:/git/slapi-nis | Nalin Dahyabhai | 2008-09-22 | 1 | -2/+2 | |
| |\ | ||||||
| * | | - note how we're using the sch plugin in ipa | Nalin Dahyabhai | 2008-09-22 | 1 | -0/+41 | |
| | | | ||||||
* | | | - add another list of attributes and parents, for use in chasing and | Nalin Dahyabhai | 2008-09-10 | 5 | -34/+80 | |
| |/ |/| | | | | | tracking multi-hop backreferences | |||||
* | | - we already know we're searching from the immediate superior of an | Nalin Dahyabhai | 2008-09-10 | 1 | -2/+2 | |
|/ | | | | expected entry, so limit the search from subtree to onelevel | |||||
* | - simplify the backref chasing logic a bit more | Nalin Dahyabhai | 2008-09-09 | 1 | -16/+18 | |
| | ||||||
* | - fixup some heap corruption | Nalin Dahyabhai | 2008-09-09 | 2 | -100/+150 | |
| | | | | - clean up the reference updating logic | |||||
* | - search for predecessors using the right attribute/bases | Nalin Dahyabhai | 2008-09-09 | 11 | -6/+141 | |
| | | | | | - handle nesting when searching for backreferences - actually update backreferences when we chase them the new way |