| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Merge branch 'master' of git.fedoraproject.org:/git/slapi-nis | Nalin Dahyabhai | 2008-06-11 | 23 | -774/+2781 | |
| |\| | ||||||
| | * | - fix migration | Nalin Dahyabhai | 2008-06-10 | 1 | -4/+4 | |
| | | | ||||||
| | * | - autogen with ipa-style defaults | Nalin Dahyabhai | 2008-06-10 | 1 | -1/+1 | |
| | | | ||||||
| | * | - aagh, stop with the quoting and the commas | Nalin Dahyabhai | 2008-06-10 | 1 | -6/+6 | |
| | | | ||||||
| | * | - default user and group containers to those used by freeipa | Nalin Dahyabhai | 2008-06-10 | 1 | -6/+6 | |
| | | | ||||||
| | * | - forget gecos, just use cn, stripping out any ':' that might be in there | Nalin Dahyabhai | 2008-06-10 | 1 | -2/+2 | |
| | | | ||||||
| | * | - match naming conventions | Nalin Dahyabhai | 2008-06-10 | 2 | -4/+4 | |
| | | | ||||||
| | * | more edits | Nalin Dahyabhai | 2008-06-10 | 1 | -7/+9 | |
| | | | ||||||
| | * | - whoops, "nis-secure" defaults to no always | Nalin Dahyabhai | 2008-06-10 | 1 | -6/+7 | |
| | | | ||||||
| | * | - settle on more unique attribute names for configuration options | Nalin Dahyabhai | 2008-06-10 | 4 | -59/+80 | |
| | | | | | | | | | | | - note that it works now - include example configuration | |||||
| | * | - updates | Nalin Dahyabhai | 2008-06-10 | 1 | -41/+60 | |
| | | | ||||||
| | * | - fail to provide the order for secure maps to not-secure clients | Nalin Dahyabhai | 2008-06-10 | 4 | -6/+10 | |
| | | | ||||||
| | * | - forget getservbyname(), use nsslapd-pluginArg0 to get the port number | Nalin Dahyabhai | 2008-06-10 | 1 | -9/+35 | |
| | | | ||||||
| | * | - comment updates | Nalin Dahyabhai | 2008-06-10 | 1 | -2/+6 | |
| | | | ||||||
| | * | - sort out host/network order for port numbers | Nalin Dahyabhai | 2008-06-10 | 2 | -9/+9 | |
| | | | ||||||
| | * | - change DEFAULT_TCPWRAPNAME to DEFAULT_TCPWRAP_NAME | Nalin Dahyabhai | 2008-06-10 | 2 | -4/+12 | |
| | | | | | | | | | | | - use the default tcpwrap name instead of the plugin ID by default - default the port number to the one defined for 'ypserv' | |||||
| | * | - take a client_secure flag, and if the map_secure flag is set and the | Nalin Dahyabhai | 2008-06-10 | 2 | -28/+41 | |
| | | | | | | | | | client_secure flag is not set, feign lack of knowledge about a map's contents | |||||
| | * | - match new prototypes, always return secure = false | Nalin Dahyabhai | 2008-06-10 | 1 | -13/+24 | |
| | | | ||||||
| | * | - note "secure", drop "referred", which no longer requires manual configuration | Nalin Dahyabhai | 2008-06-10 | 1 | -2/+2 | |
| | | | ||||||
| | * | - compensate for changed function signatures elsewhere | Nalin Dahyabhai | 2008-06-10 | 1 | -1/+2 | |
| | | | ||||||
| | * | - read a map's "secure" flag from the configuration, and set it | Nalin Dahyabhai | 2008-06-10 | 2 | -18/+44 | |
| | | | ||||||
| | * | - predefine an attribute name for the "secure" flag | Nalin Dahyabhai | 2008-06-10 | 1 | -0/+3 | |
| | | | ||||||
| | * | - add a "secure" default field | Nalin Dahyabhai | 2008-06-10 | 2 | -7/+20 | |
| | | | ||||||
| | * | - keep track of whether a map is "secure" or not, returning that information | Nalin Dahyabhai | 2008-06-10 | 2 | -12/+45 | |
| | | | | | | | | | when we're asked for information | |||||
| | * | - track whether or not the client's request came from a privileged port | Nalin Dahyabhai | 2008-06-10 | 1 | -11/+46 | |
| | | | | | | | | | - use sockaddr_storage instead of sockaddr for storing client addresses | |||||
| | * | - add v6 address/netmask computation to securenets | Nalin Dahyabhai | 2008-06-09 | 1 | -1/+16 | |
| | | | ||||||
| | * | - drop the bit about the local securenets file | Nalin Dahyabhai | 2008-06-09 | 1 | -5/+7 | |
| | | | ||||||
| | * | - finish cleaning up variable substitution | Nalin Dahyabhai | 2008-06-09 | 1 | -178/+216 | |
| | | | ||||||
| | * | - add a place to store securenet configuration | Nalin Dahyabhai | 2008-06-09 | 1 | -0/+2 | |
| | | | ||||||
| | * | - implement ipv4 support for 'nis-plugin-securenet' settings | Nalin Dahyabhai | 2008-06-09 | 3 | -5/+180 | |
| | | | | | | | | | | | - rip out implementation for supporting 'nis-plugin-port', due to not knowing how to read the database safely at init-time | |||||
| | * | - first pass at defaults for netgroups | Nalin Dahyabhai | 2008-06-09 | 2 | -1/+7 | |
| | | | ||||||
| | * | - implement substitution | Nalin Dahyabhai | 2008-06-09 | 1 | -30/+172 | |
| | | | ||||||
| | * | - add support for '#'/'##'/'%'/'%%' in attribute value specifications, a la bash | Nalin Dahyabhai | 2008-06-09 | 1 | -23/+116 | |
| | | | ||||||
| | * | - it seems we can't read entries during initialization | Nalin Dahyabhai | 2008-06-09 | 1 | -36/+1 | |
| | | | ||||||
| | * | - fix that typo | Nalin Dahyabhai | 2008-06-09 | 1 | -1/+1 | |
| | | | ||||||
| | * | - make more configuration attributes compile-time defines | Nalin Dahyabhai | 2008-06-06 | 2 | -8/+49 | |
| | | | ||||||
| | * | - 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 | 3 | -47/+184 | |
| | | | | | | | | | - 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 | |||||
| | * | - note that the map backend doesn't do reference resolution any more -- the | Nalin Dahyabhai | 2008-06-06 | 1 | -9/+14 | |
| | | | | | | | | | formatting and backend bits collude to make the right things happen | |||||
| | * | - notes on some of the functions | Nalin Dahyabhai | 2008-06-04 | 1 | -1/+103 | |
| | | | ||||||
| | * | - move the migration script | Nalin Dahyabhai | 2008-06-04 | 2 | -1/+1 | |
| | | | ||||||
| | * | - (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 | |
| | | | ||||||
