- Dec 17, 2002
-
-
Howard Chu authored
-
- Dec 16, 2002
-
-
Howard Chu authored
-
- Dec 11, 2002
-
-
Howard Chu authored
be doing lookups too (e.g., SASL/GSSAPI)
-
- Dec 08, 2002
-
-
Kurt Zeilenga authored
-
- Dec 07, 2002
-
-
Kurt Zeilenga authored
-
- Dec 04, 2002
-
-
Kurt Zeilenga authored
-
Luke Howard authored
-
- Nov 11, 2002
-
-
Kurt Zeilenga authored
-
- Oct 26, 2002
-
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
- Oct 25, 2002
-
-
Kurt Zeilenga authored
Fix -USLAP_X_LISTENER_MOD builds
-
Pierangelo Masarati authored
(see in slapd(8) the description on how to enforce file permissions on sockets in ldapi schema); at present, only user permissions are used as follows: the url extension x-mod=-rwxrwxrwx is used; only the user permisisons are considered, e.g. the first set of rwx; "r" means read is allowed from that listener "w" means write is allowed on that listener "x" means bind is not required on that listener these restrictions ADD to those already present, and are actually checked AFTER the other restrictions, but BEFORE ACLs, so they can be used to apply gross restrictions but should not be viewed as a replacement of ACLs. To compile this, #define SLAP_X_LISTENER_MOD
-
- Oct 24, 2002
-
-
Pierangelo Masarati authored
- use bervals for url and sockname - pass connection_init() the listener struct pointer instead of each value - don't copy them in the Connection struct 'cause they're not going to change - define macros for legacy usage of c_listener_url and c_sockname
-
- Oct 23, 2002
-
-
Pierangelo Masarati authored
-
- Oct 09, 2002
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
- Sep 21, 2002
-
-
Howard Chu authored
more than once at any given time.
-
- Sep 16, 2002
-
-
Kurt Zeilenga authored
-
- Aug 24, 2002
-
-
Kurt Zeilenga authored
-
- Jul 27, 2002
-
-
Howard Chu authored
-
- Jul 12, 2002
-
-
Stig Venaas authored
-
- Jul 11, 2002
-
-
Julius Enarusai authored
Coverted LDAP_LOG macro to use subsystem ID int values instead of string values
-
- Jul 05, 2002
-
-
Stig Venaas authored
-
- Jun 27, 2002
-
-
Stig Venaas authored
packets on the IPv6 socket, and we receive only IPv6 with -6.
-
Stig Venaas authored
listening on socket bound to ::
-
- Jun 15, 2002
-
-
Kurt Zeilenga authored
-
- Jun 12, 2002
-
-
Kurt Zeilenga authored
- Let write operations return unwilling-to-perform after 'gentle shutdown' has been initiated. - Change -1 to 2 in slapd_gentle_shutdown and slapd_shutdown, since sig_atomic_t can be unsigned (ITS#1736). The 'gentle SIGHUP' patch is older than ITS#1736 but was applied later, so it reintroduced the problem. Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>, June 2002.
-
- Jun 06, 2002
-
-
Howard Chu authored
sockaddr into Listener structure.
-
- Jun 03, 2002
-
-
Kurt Zeilenga authored
-
- Apr 11, 2002
-
-
Howard Chu authored
-
Howard Chu authored
-
- Apr 03, 2002
-
-
Pierangelo Masarati authored
-
- Mar 23, 2002
-
-
Pierangelo Masarati authored
-
- Mar 07, 2002
-
-
Howard Chu authored
-
- Jan 28, 2002
-
-
Pierangelo Masarati authored
URL Syntax: ldapi://[<path>[/????[!]x-mod=<mod>]] where <path> is the URL-encoded path of the socket (i.e. use %2F instead of '/' for UNIX filenames!) and <mod> is 3*[w|-] (all we need is write permission to the socket, read/execute permissions are ignored; however, they're set when opening the listener). The critical flag (the optional '!' if not used ignores the result of the chmod() operation.
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-
- Jan 11, 2002
-
-
Pierangelo Masarati authored
-
Pierangelo Masarati authored
-