summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'master' of git.fedoraproject.org:/git/slapi-nisNalin Dahyabhai2008-06-1123-774/+2781
|\|
| * - fix migrationNalin Dahyabhai2008-06-101-4/+4
| * - autogen with ipa-style defaultsNalin Dahyabhai2008-06-101-1/+1
| * - aagh, stop with the quoting and the commasNalin Dahyabhai2008-06-101-6/+6
| * - default user and group containers to those used by freeipaNalin Dahyabhai2008-06-101-6/+6
| * - forget gecos, just use cn, stripping out any ':' that might be in thereNalin Dahyabhai2008-06-101-2/+2
| * - match naming conventionsNalin Dahyabhai2008-06-102-4/+4
| * more editsNalin Dahyabhai2008-06-101-7/+9
| * - whoops, "nis-secure" defaults to no alwaysNalin Dahyabhai2008-06-101-6/+7
| * - settle on more unique attribute names for configuration optionsNalin Dahyabhai2008-06-104-59/+80
| * - updatesNalin Dahyabhai2008-06-101-41/+60
| * - fail to provide the order for secure maps to not-secure clientsNalin Dahyabhai2008-06-104-6/+10
| * - forget getservbyname(), use nsslapd-pluginArg0 to get the port numberNalin Dahyabhai2008-06-101-9/+35
| * - comment updatesNalin Dahyabhai2008-06-101-2/+6
| * - sort out host/network order for port numbersNalin Dahyabhai2008-06-102-9/+9
| * - change DEFAULT_TCPWRAPNAME to DEFAULT_TCPWRAP_NAMENalin Dahyabhai2008-06-102-4/+12
| * - take a client_secure flag, and if the map_secure flag is set and theNalin Dahyabhai2008-06-102-28/+41
| * - match new prototypes, always return secure = falseNalin Dahyabhai2008-06-101-13/+24
| * - note "secure", drop "referred", which no longer requires manual configurationNalin Dahyabhai2008-06-101-2/+2
| * - compensate for changed function signatures elsewhereNalin Dahyabhai2008-06-101-1/+2
| * - read a map's "secure" flag from the configuration, and set itNalin Dahyabhai2008-06-102-18/+44
| * - predefine an attribute name for the "secure" flagNalin Dahyabhai2008-06-101-0/+3
| * - add a "secure" default fieldNalin Dahyabhai2008-06-102-7/+20
| * - keep track of whether a map is "secure" or not, returning that informationNalin Dahyabhai2008-06-102-12/+45
| * - track whether or not the client's request came from a privileged portNalin Dahyabhai2008-06-101-11/+46
| * - add v6 address/netmask computation to securenetsNalin Dahyabhai2008-06-091-1/+16
| * - drop the bit about the local securenets fileNalin Dahyabhai2008-06-091-5/+7
| * - finish cleaning up variable substitutionNalin Dahyabhai2008-06-091-178/+216
| * - add a place to store securenet configurationNalin Dahyabhai2008-06-091-0/+2
| * - implement ipv4 support for 'nis-plugin-securenet' settingsNalin Dahyabhai2008-06-093-5/+180
| * - first pass at defaults for netgroupsNalin Dahyabhai2008-06-092-1/+7
| * - implement substitutionNalin Dahyabhai2008-06-091-30/+172
| * - add support for '#'/'##'/'%'/'%%' in attribute value specifications, a la bashNalin Dahyabhai2008-06-091-23/+116
| * - it seems we can't read entries during initializationNalin Dahyabhai2008-06-091-36/+1
| * - fix that typoNalin Dahyabhai2008-06-091-1/+1
| * - make more configuration attributes compile-time definesNalin Dahyabhai2008-06-062-8/+49
| * - wire in to-be-written support for securenetsNalin Dahyabhai2008-06-061-1/+24
| * - try to read a port number from the configuration entry, if we canNalin Dahyabhai2008-06-061-6/+55
| * - escape DNs when we use them to build filtersNalin Dahyabhai2008-06-063-6/+79
| * - switch to defined names for configuration attributes (some more)Nalin Dahyabhai2008-06-061-5/+11
| * - set the names of configuration attributes in the configure scriptNalin Dahyabhai2008-06-063-47/+184
| * - use inrefs and refs to handle references when we're doing updatesNalin Dahyabhai2008-06-061-135/+201
| * - drop "referred" setting, because we handle that automatically againNalin Dahyabhai2008-06-062-24/+8
| * - forget about tracking visited DNs, just track attributes used for refsNalin Dahyabhai2008-06-062-49/+218
| * - drop attempts to keep track of visited IDs, it didn't make sense to do it t...Nalin Dahyabhai2008-06-062-106/+7
| * - note that the map backend doesn't do reference resolution any more -- theNalin Dahyabhai2008-06-061-9/+14
| * - notes on some of the functionsNalin Dahyabhai2008-06-041-1/+103
| * - move the migration scriptNalin Dahyabhai2008-06-042-1/+1
| * - (backend) when providing map configuration to others, read from the directoryNalin Dahyabhai2008-06-043-28/+150
| * - don't require that the caller be expecting all of the defaultsNalin Dahyabhai2008-06-041-11/+33