Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - Make a note of which attributes we read from any entry when evaluating ↵ | Nalin Dahyabhai | 2012-01-06 | 7 | -53/+304 | |
| | | | | data, and when we're later called for a modify request which doesn't modify any of those attributes, skip recalculating the entry contents (should make a dent in #771493). | |||||
* | - remove use of 'memberOf' for computing members of the group.byname and | Nalin Dahyabhai | 2012-01-06 | 1 | -3/+3 | |
| | | | | | | group.bygid maps; in IPA, the memberOf plugin ensures that it's only ever going to have redundant data, so there's nothing to be gained by examining the relationships from that end | |||||
* | - release notes | Nalin Dahyabhai | 2012-01-04 | 2 | -0/+10 | |
| | ||||||
* | - update to expect normalized DNs in sample search results | Nalin Dahyabhai | 2012-01-04 | 6 | -20/+20 | |
| | ||||||
* | - use the NDN instead of the target DN as the map key | Nalin Dahyabhai | 2012-01-04 | 1 | -3/+3 | |
| | ||||||
* | - in the test client, don't force the timeout to 0 | Nalin Dahyabhai | 2012-01-04 | 1 | -1/+0 | |
| | ||||||
* | - tag 0.29 | Nalin Dahyabhai | 2012-01-04 | 3 | -2/+8 | |
| | ||||||
* | - it helps if i don't typo in a way that breaks compilation | Nalin Dahyabhai | 2012-01-04 | 1 | -4/+4 | |
| | ||||||
* | - use regsubi() rather than regsub() to match {crypt} hashes | Nalin Dahyabhai | 2012-01-04 | 1 | -4/+4 | |
| | ||||||
* | - add regsubi/regmatchi, which are like the originals but case-insensitive | Nalin Dahyabhai | 2012-01-04 | 2 | -26/+100 | |
| | ||||||
* | - note the bug numbers | Nalin Dahyabhai | 2011-12-19 | 2 | -2/+2 | |
| | ||||||
* | - bump this to 0.28, too | Nalin Dahyabhai | 2011-12-19 | 1 | -1/+1 | |
| | ||||||
* | - when configured with --with-ldap=openldap, link with -lldap_r rather than ↵ | Nalin Dahyabhai | 2011-12-19 | 3 | -2/+9 | |
| | | | | -lldap (rmeggins) | |||||
* | - tag for 0.27 | Nalin Dahyabhai | 2011-12-06 | 3 | -4/+6 | |
| | ||||||
* | fix a typo in the error message | Nalin Dahyabhai | 2011-12-05 | 1 | -1/+1 | |
| | ||||||
* | - fix detection of slapi_rwlocks | Nalin Dahyabhai | 2011-08-16 | 1 | -2/+2 | |
| | | | | - disable static libraries by default | |||||
* | - when building for 389-ds, use Slapi_RWLocks if they appear to be available ↵ | Nalin Dahyabhai | 2011-08-16 | 3 | -3/+37 | |
| | | | | (the rest of #730394/#730403) | |||||
* | - set RQ_FILE when asking tcp-wrappers about client authorization | Nalin Dahyabhai | 2011-08-16 | 1 | -0/+2 | |
| | ||||||
* | - semantics | Nalin Dahyabhai | 2011-08-12 | 1 | -1/+1 | |
| | ||||||
* | - merge changes from EL | Nalin Dahyabhai | 2011-08-12 | 1 | -1/+6 | |
| | ||||||
* | - tag 0.26slapi-nis-0.26 | Nalin Dahyabhai | 2011-08-12 | 3 | -3/+9 | |
| | ||||||
* | - error out when we don't select threading/locking APIs | Nalin Dahyabhai | 2011-08-12 | 1 | -0/+4 | |
| | ||||||
* | - make it harder to try to use both posix and nspr versions of things | Nalin Dahyabhai | 2011-08-12 | 1 | -4/+18 | |
| | ||||||
* | - separate which thread creation/manipulation/destruction API we use | Nalin Dahyabhai | 2011-08-12 | 2 | -14/+20 | |
| | | | | from which rwlock creation/manipulation/destruction API we use | |||||
* | - correct the entries for 0.24 and 0.25 | Nalin Dahyabhai | 2011-08-08 | 1 | -1/+2 | |
| | ||||||
* | - fix that bug reference | Nalin Dahyabhai | 2011-07-27 | 1 | -1/+1 | |
| | ||||||
* | - tag 0.25 for releaseslapi-nis-0.25 | Nalin Dahyabhai | 2011-07-27 | 2 | -2/+6 | |
| | ||||||
* | - try to handle two one-allocation-fails cases (static analysis) | Nalin Dahyabhai | 2011-07-27 | 1 | -0/+8 | |
| | ||||||
* | - remove format_* functions that didn't need to be exported | Nalin Dahyabhai | 2011-07-26 | 3 | -108/+150 | |
| | | | | | - make SDN lists/queues also have a sorted companion which we can use for presence testing | |||||
* | - fix counting, there | Nalin Dahyabhai | 2011-07-26 | 1 | -2/+2 | |
| | ||||||
* | - don't dup a list and then just free the original | Nalin Dahyabhai | 2011-07-26 | 1 | -18/+11 | |
| | ||||||
* | - handle control characters in disallowed-chars lists | Nalin Dahyabhai | 2011-07-26 | 2 | -6/+44 | |
| | ||||||
* | - get more verbose with logging | Nalin Dahyabhai | 2011-07-26 | 2 | -1/+18 | |
| | ||||||
* | - we already did this check earlier | Nalin Dahyabhai | 2011-05-26 | 1 | -12/+0 | |
| | ||||||
* | - handle failure parsing a result | Nalin Dahyabhai | 2011-05-26 | 1 | -1/+3 | |
| | ||||||
* | - handle some unuseds | Nalin Dahyabhai | 2011-05-13 | 1 | -6/+3 | |
| | ||||||
* | - we need libtirpc-devel when libc doesn't provide yp client headers | Nalin Dahyabhai | 2011-05-13 | 1 | -0/+3 | |
| | ||||||
* | - build sources we use in this directory | Nalin Dahyabhai | 2011-05-13 | 1 | -1/+16 | |
| | ||||||
* | - clean up the changelog | Nalin Dahyabhai | 2011-05-13 | 1 | -5/+4 | |
| | ||||||
* | - we need rpcgen now | Nalin Dahyabhai | 2011-05-13 | 1 | -1/+3 | |
| | ||||||
* | - tar up yp.x, make sure yp.h can be found | Nalin Dahyabhai | 2011-05-13 | 3 | -3/+2 | |
| | ||||||
* | - nuke the old file when we decide to create a new one | Nalin Dahyabhai | 2011-05-13 | 1 | -0/+3 | |
| | ||||||
* | - finish the port to the new yp.x | Nalin Dahyabhai | 2011-05-13 | 1 | -32/+34 | |
| | ||||||
* | - the field is called "maps", not "list" now | Nalin Dahyabhai | 2011-05-13 | 1 | -3/+3 | |
| | ||||||
* | - new yp.x uses "stat" where we used to use "status"... fun. | Nalin Dahyabhai | 2011-05-13 | 1 | -25/+25 | |
| | ||||||
* | - don't assume that libc will provide yp headers -- build them ourselves | Nalin Dahyabhai | 2011-05-13 | 15 | -51/+53 | |
| | ||||||
* | - with the glibc-libtirpc changeover, it looks like we need to start ↵ | Nalin Dahyabhai | 2011-05-13 | 1 | -0/+311 | |
| | | | | carrying this | |||||
* | - tag 0.24slapi-nis-0.24 | Nalin Dahyabhai | 2011-04-21 | 3 | -2/+8 | |
| | ||||||
* | - fix a type error | Nalin Dahyabhai | 2011-04-21 | 1 | -1/+1 | |
| | ||||||
* | - oh right, we don't ever use the sorted version | Nalin Dahyabhai | 2011-04-21 | 1 | -2/+3 | |
| |