Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - it seems we can't read entries during initialization | Nalin Dahyabhai | 2008-06-09 | 1 | -36/+1 | |
| | ||||||
* | - make more configuration attributes compile-time defines | Nalin Dahyabhai | 2008-06-06 | 1 | -4/+18 | |
| | ||||||
* | - wire in to-be-written support for securenets | Nalin Dahyabhai | 2008-06-06 | 1 | -1/+24 | |
| | ||||||
* | - try to read a port number from the configuration entry, if we can | Nalin Dahyabhai | 2008-06-06 | 1 | -6/+55 | |
| | | | | - regardless, try to use the same port number for connected and datagram clients | |||||
* | - escape DNs when we use them to build filters | Nalin Dahyabhai | 2008-06-06 | 3 | -6/+79 | |
| | ||||||
* | - switch to defined names for configuration attributes (some more) | Nalin Dahyabhai | 2008-06-06 | 1 | -5/+11 | |
| | ||||||
* | - set the names of configuration attributes in the configure script | Nalin Dahyabhai | 2008-06-06 | 1 | -15/+115 | |
| | | | | - read map configuration using virtual attributes api | |||||
* | - use inrefs and refs to handle references when we're doing updates | Nalin Dahyabhai | 2008-06-06 | 1 | -135/+201 | |
| | ||||||
* | - drop "referred" setting, because we handle that automatically again | Nalin Dahyabhai | 2008-06-06 | 2 | -24/+8 | |
| | ||||||
* | - forget about tracking visited DNs, just track attributes used for refs | Nalin Dahyabhai | 2008-06-06 | 2 | -49/+218 | |
| | | | | (outgoing) and inref info (incoming) | |||||
* | - drop attempts to keep track of visited IDs, it didn't make sense to do it ↵ | Nalin Dahyabhai | 2008-06-06 | 2 | -106/+7 | |
| | | | | that way | |||||
* | - move the migration script | Nalin Dahyabhai | 2008-06-04 | 1 | -383/+0 | |
| | ||||||
* | - (backend) when providing map configuration to others, read from the directory | Nalin Dahyabhai | 2008-06-04 | 3 | -28/+150 | |
| | | | | | rather than the map cache, in case we're in the middle of building it - (format) referred: indicate how many bytes of data we stored | |||||
* | - don't require that the caller be expecting all of the defaults | Nalin Dahyabhai | 2008-06-04 | 1 | -11/+33 | |
| | ||||||
* | - add 'inetUser' to ipa users, so that they can get memberOf values | Nalin Dahyabhai | 2008-06-04 | 1 | -0/+1 | |
| | ||||||
* | - add a "referred" function | Nalin Dahyabhai | 2008-06-04 | 2 | -14/+195 | |
| | | | | - make formatting functions take the domain and map name now | |||||
* | - use "referred" to pick up more members of groups | Nalin Dahyabhai | 2008-06-04 | 1 | -2/+2 | |
| | ||||||
* | - add a function for reading the set of search bases and filter for a map | Nalin Dahyabhai | 2008-06-04 | 2 | -2/+43 | |
| | | | | - handle format_get_data taking a domain and map now | |||||
* | - fix things so that when an entry in a map is updated, entries named by the | Nalin Dahyabhai | 2008-06-04 | 3 | -14/+46 | |
| | | | | | map configuration's referred attribute in the entry get updated in whichever map they happen to be in | |||||
* | - track attributes which entries in a map use to refer to other entries | Nalin Dahyabhai | 2008-06-04 | 1 | -233/+213 | |
| | | | | - factor out code which sets a map entry based on a directory server entry | |||||
* | - fix a warning, don't return a pointer from a function which returns integers | Nalin Dahyabhai | 2008-06-04 | 1 | -1/+1 | |
| | ||||||
* | - update referred-to items (via "memberOf") for passwd entries | Nalin Dahyabhai | 2008-06-04 | 2 | -8/+23 | |
| | ||||||
* | - add a function to check if there's an entry for a given ID in a given map | Nalin Dahyabhai | 2008-06-04 | 2 | -0/+16 | |
| | ||||||
* | - first cut at a reasonable NIS-to-LDIF script | Nalin Dahyabhai | 2008-06-04 | 1 | -0/+382 | |
| | ||||||
* | - handle groupOfNames/member, too | Nalin Dahyabhai | 2008-06-04 | 1 | -2/+2 | |
| | ||||||
* | - uncomment things in the design doc that have been done | Nalin Dahyabhai | 2008-06-03 | 1 | -4/+20 | |
| | | | | | - don't lose source header and doc files in the 'dist' target - don't explicitly link with libpthread unless we need to do so | |||||
* | - use %regsub() instead of %regmatch(), so that we can strip out the initial ↵ | Nalin Dahyabhai | 2008-06-03 | 1 | -4/+4 | |
| | | | | "{CRYPT}" in passwords | |||||
* | - fix %regmatch() to use extended regular expressions | Nalin Dahyabhai | 2008-06-03 | 1 | -31/+160 | |
| | | | | - add %regsub() to match an extended regular expression and construct a reply | |||||
* | - implement tcp_wrappers support | Nalin Dahyabhai | 2008-06-03 | 3 | -0/+64 | |
| | ||||||
* | - set up defaults for automount maps | Nalin Dahyabhai | 2008-06-03 | 1 | -9/+27 | |
| | ||||||
* | - handle map updates correctly now | Nalin Dahyabhai | 2008-06-03 | 1 | -13/+65 | |
| | ||||||
* | - link with libwrap if needed | Nalin Dahyabhai | 2008-06-03 | 1 | -1/+2 | |
| | ||||||
* | - fix a spelling error, remove some logs which are more verbose than we need | Nalin Dahyabhai | 2008-06-02 | 1 | -1/+3 | |
| | ||||||
* | - simplify variable expansion just a bit | Nalin Dahyabhai | 2008-06-02 | 1 | -70/+43 | |
| | ||||||
* | - provide a more useful error when a reply is too large for a dgram, so that | Nalin Dahyabhai | 2008-06-02 | 1 | -0/+14 | |
| | | | | nis clients won't appear to hang | |||||
* | - fix "merge" so that it properly reports need-to-use-bigger-buffer errors | Nalin Dahyabhai | 2008-06-02 | 1 | -77/+118 | |
| | | | | - factor out some of the scarier string munging in the expand function | |||||
* | - handle dynamic map reconfiguration (not being very clever about it) | Nalin Dahyabhai | 2008-06-02 | 1 | -17/+45 | |
| | ||||||
* | - use error codes to report better | Nalin Dahyabhai | 2008-06-02 | 1 | -67/+82 | |
| | | | | - fixups for dynamic formatting buffer | |||||
* | - handle the map-with-no-entry case right in nis_all | Nalin Dahyabhai | 2008-06-02 | 1 | -4/+33 | |
| | ||||||
* | - factor out reading configuration for a map, for later | Nalin Dahyabhai | 2008-06-02 | 1 | -73/+94 | |
| | ||||||
* | - namespace the configuration options we recognize | Nalin Dahyabhai | 2008-06-02 | 1 | -5/+21 | |
| | ||||||
* | - don't try to allocate buffers (which can be pretty large now) off the stack | Nalin Dahyabhai | 2008-06-02 | 1 | -22/+48 | |
| | | | | - fix use of format specifiers for arguments we don't have when logging | |||||
* | - initial support for returning larger entries over tcp than we can over udp | Nalin Dahyabhai | 2008-06-02 | 8 | -91/+244 | |
| | | | | - make the tcp sizes tunable | |||||
* | - start laying some groundwork for reconfiguring maps dynamically | Nalin Dahyabhai | 2008-05-30 | 1 | -11/+105 | |
| | ||||||
* | - take a write-lock when we're initially populating (at startup) or updating | Nalin Dahyabhai | 2008-05-30 | 1 | -2/+12 | |
| | | | | maps (via postoperation callbacks) | |||||
* | - add read-locking when we read from the map cache | Nalin Dahyabhai | 2008-05-30 | 1 | -0/+16 | |
| | ||||||
* | - sort out the threading start/stop functions, and add rwlock functions | Nalin Dahyabhai | 2008-05-30 | 7 | -94/+65 | |
| | ||||||
* | - don't return NOKEY when there's no MAP, or vice-versa | Nalin Dahyabhai | 2008-05-30 | 1 | -1/+6 | |
| | ||||||
* | - sort out threading startup/shutdown and rwlocking for both NSPR and pthreads | Nalin Dahyabhai | 2008-05-30 | 2 | -0/+275 | |
| | ||||||
* | - make functions that take separators for constructing lists take them first | Nalin Dahyabhai | 2008-05-30 | 2 | -14/+25 | |
| | | | | - have groups use both posix and groupofuniquenames user lists |