1999-03-19 |
schwab | 1999-03-18 Thorsten Kukuk <kukuk@suse.de> |
tree | commitdiff |
1999-03-08 |
drepper | Add x_getint32/x_putint32 to xdr_ops, change XDR_GETINT... |
tree | commitdiff |
1999-03-08 |
drepper | Add xdrstdio_getint32, xdrstdio_putint32. |
tree | commitdiff |
1999-03-08 |
drepper | Add x_putint32, add dummy function for x_getint32. |
tree | commitdiff |
1999-03-08 |
drepper | Add xdrrec_getint32, xdrrec_putint32. |
tree | commitdiff |
1999-03-08 |
drepper | Add xdrmem_getint32, xdrmem_putint32. |
tree | commitdiff |
1999-03-08 |
drepper | (readtcp): go into fatal error state if poll reports... |
tree | commitdiff |
1999-02-09 |
drepper | (clnt_broadcast): We need 32 bit comparison even on... |
tree | commitdiff |
1999-02-09 |
drepper | (clnttcp_call): We need 32 bit comparison even on 64... |
tree | commitdiff |
1999-01-29 |
drepper | (clnttcp_call): Resolve 32-64 comparison conflict for... |
tree | commitdiff |
1999-01-23 |
drepper | (open_output): Allow better translation of error message. |
tree | commitdiff |
1999-01-23 |
drepper | Include _authenticate, it's defined in a user header... |
tree | commitdiff |
1999-01-04 |
drepper | Ensure that we really use the right path for cpp. |
tree | commitdiff |
1998-12-27 |
drepper | Unify messages. |
tree | commitdiff |
1998-12-21 |
drepper | (getkeyserv_handle): Use __fcntl instead of fcntl. |
tree | commitdiff |
1998-12-20 |
roland | 1998-12-20 Roland McGrath <roland@baalperazim.frob... |
tree | commitdiff |
1998-12-20 |
roland | 1998-12-20 Roland McGrath <roland@baalperazim.frob... |
tree | commitdiff |
1998-12-17 |
drepper | (clntunix_destroy): Use __close not close. |
tree | commitdiff |
1998-12-17 |
drepper | (XDR_DESTROY): Add ';'. |
tree | commitdiff |
1998-12-17 |
drepper | (XDR_DESTROY, xdr_destroy): Avoid dangling else problem. |
tree | commitdiff |
1998-12-16 |
drepper | Revert patch from 1998-12-14, partly revert patch from... |
tree | commitdiff |
1998-12-14 |
drepper | (IXDR_GET_INT32): Case pointer before reading from it. |
tree | commitdiff |
1998-12-13 |
drepper | (svcudp_bufcreate): Declare len as socklen_t. |
tree | commitdiff |
1998-12-10 |
drepper | Call rpcgen program which -Y parameter so that it can... |
tree | commitdiff |
1998-12-01 |
drepper | Add IXDR INT32 functions. |
tree | commitdiff |
1998-12-01 |
drepper | Local variables now starts with a _ to avoid conflicts... |
tree | commitdiff |
1998-12-01 |
drepper | Fix bug in generating Makefile name (malloc doesn't... |
tree | commitdiff |
1998-12-01 |
drepper | Remove (u_long) casts in defines to avoid conflicts... |
tree | commitdiff |
1998-12-01 |
drepper | Use new XDR int32 functions for integers. |
tree | commitdiff |
1998-11-30 |
drepper | Add prototypes for new xdr_intXX_t functions. |
tree | commitdiff |
1998-11-30 |
drepper | Functions to XDR encode intXX_t types. |
tree | commitdiff |
1998-11-30 |
drepper | Remove xdr_int32_t and xdr_uint32_t. |
tree | commitdiff |
1998-11-30 |
drepper | Add xdr_int8_t, xdr_uint8_t, xdr_in16_t and xdr_uint16_t. |
tree | commitdiff |
1998-11-30 |
drepper | Add xdr_intXX_t to routines. |
tree | commitdiff |
1998-11-29 |
roland | 1998-11-29 Roland McGrath <roland@baalperazim.frob... |
tree | commitdiff |
1998-11-19 |
drepper | (readunix): Check for POLLERR, POLLHUP and POLLNVAL. |
tree | commitdiff |
1998-11-18 |
drepper | Use poll instead of select. |
tree | commitdiff |
1998-11-18 |
drepper | Remove patch from 1998-06-15, use poll instead of select. |
tree | commitdiff |
1998-11-18 |
drepper | Create non-guessable xid. |
tree | commitdiff |
1998-11-18 |
drepper | Use non-guessable xid. |
tree | commitdiff |
1998-11-18 |
drepper | (routines): Add create_xid. |
tree | commitdiff |
1998-11-16 |
drepper | (write_program): Avoid -Wparentheses warning. |
tree | commitdiff |
1998-11-16 |
drepper | (write_sample_server): Avoid -Wparentheses warning. |
tree | commitdiff |
1998-10-31 |
drepper | Implement xdr_int32_t and xdr_uint32_t. |
tree | commitdiff |
1998-10-31 |
drepper | Add INT32 support. |
tree | commitdiff |
1998-10-31 |
drepper | Use uint32_t for time values. |
tree | commitdiff |
1998-10-31 |
drepper | Initialize clnt_stat variable. |
tree | commitdiff |
1998-10-31 |
drepper | Add xdr_uint32_t and xdr_int32_t. |
tree | commitdiff |
1998-10-22 |
drepper | (AUTH_DH): New macro. Alias for AUTH_DES. |
tree | commitdiff |
1998-10-21 |
drepper | (close_output, close_input): New functions. |
tree | commitdiff |
1998-10-19 |
drepper | (otherlibs): If static NSS is in use, set to the requir... |
tree | commitdiff |
1998-10-16 |
drepper | Mark file so fixincludes won't modify it. |
tree | commitdiff |
1998-09-14 |
drepper | Quiet -Wparentheses warning. |
tree | commitdiff |
1998-09-06 |
drepper | Quiet -Wparentheses warnings. |
tree | commitdiff |
1998-08-12 |
drepper | (xdr_utmp): Use xdr_bytes instead of |
tree | commitdiff |
1998-08-08 |
drepper | Use ucred instead of cmsgcred again. |
tree | commitdiff |
1998-08-08 |
drepper | Use __fdopen instead of fdopen. |
tree | commitdiff |
1998-08-08 |
drepper | Use ucred instead of cmsgcred again. |
tree | commitdiff |
1998-08-03 |
drepper | Call setsockopt only if SO_PASSCRED is defined. |
tree | commitdiff |
1998-08-03 |
drepper | Add keyserv/door interface. |
tree | commitdiff |
1998-08-03 |
drepper | Add HAVE_DOOR define. |
tree | commitdiff |
1998-07-31 |
drepper | Use only the first 8 characters of the password. |
tree | commitdiff |
1998-07-31 |
drepper | Fix typo. |
tree | commitdiff |
1998-07-29 |
drepper | (__msgwrite): Remove unused variables. |
tree | commitdiff |
1998-07-29 |
drepper | (__msgwrite): Remove unused variables. |
tree | commitdiff |
1998-07-29 |
drepper | (__msgwrite)[!SCM_CRED]: Add return statement, fix... |
tree | commitdiff |
1998-07-28 |
drepper | Add AF_UNIX based RPC function prototypes. |
tree | commitdiff |
1998-07-28 |
drepper | Fix typos. |
tree | commitdiff |
1998-07-28 |
drepper | Copy internal auth flavor if none is given. |
tree | commitdiff |
1998-07-28 |
drepper | Use RPC over AF_UNIX for communication with keyserv... |
tree | commitdiff |
1998-07-28 |
drepper | Implementation of server side of RPC over AF_UNIX. |
tree | commitdiff |
1998-07-28 |
drepper | Implementation of client side of RPC over AF_UNIX. |
tree | commitdiff |
1998-07-28 |
drepper | Add support for RPC over AF_UNIX. |
tree | commitdiff |
1998-07-28 |
drepper | Add new *unix_create functions. |
tree | commitdiff |
1998-07-28 |
drepper | (routines): Add clnt_unix and svc_unix. |
tree | commitdiff |
1998-07-16 |
drepper | Fix warnings introduced in last change. |
tree | commitdiff |
1998-07-16 |
drepper | Use __PMT instead of __p in type definitions. |
tree | commitdiff |
1998-07-16 |
drepper | Unify names of used global functions. |
tree | commitdiff |
1998-07-14 |
drepper | (authunix_create_default): Use __sysconf instead of... |
tree | commitdiff |
1998-07-02 |
drepper | Version definitions. |
tree | commitdiff |
1998-06-28 |
drepper | (rtime): Use poll instead of select. |
tree | commitdiff |
1998-06-28 |
drepper | (clntudp_call): Likewise. |
tree | commitdiff |
1998-06-28 |
drepper | (clnt_broadcast): Likewise. |
tree | commitdiff |
1998-06-28 |
drepper | (readtcp): Use poll instead of select. |
tree | commitdiff |
1998-06-16 |
drepper | Check for NULL pointer. |
tree | commitdiff |
1998-06-15 |
drepper | (set_input_fragment): Only recognize zero length fragme... |
tree | commitdiff |
1998-06-15 |
drepper | (readtcp): Also listen to all the other connections... |
tree | commitdiff |
1998-06-11 |
drepper | Correct typos in comments. |
tree | commitdiff |
1998-06-08 |
drepper | (generated): Correct typo. |
tree | commitdiff |
1998-06-05 |
drepper | (xdrrec_create): Add cast for *_ops array since we... |
tree | commitdiff |
1998-06-05 |
drepper | (xdrmem_create): Add cast for *_ops array since we... |
tree | commitdiff |
1998-06-05 |
drepper | (xdrstdio_create): Add cast for *_ops array since we... |
tree | commitdiff |
1998-06-02 |
drepper | Use &errno instead of __errno_location (). |
tree | commitdiff |
1998-06-01 |
drepper | (struct XDR): Don't mark xdr_ops element as const. |
tree | commitdiff |
1998-06-01 |
drepper | Use key_decryptsession_pk to avoid deadlock. |
tree | commitdiff |
1998-06-01 |
drepper | Document, which control flags are not implementable. |
tree | commitdiff |
1998-06-01 |
drepper | (host2netname): Remove prefixing dot from domainname. |
tree | commitdiff |
1998-06-01 |
drepper | Add more control flags. |
tree | commitdiff |
1998-06-01 |
drepper | Add more control flags. |
tree | commitdiff |
1998-06-01 |
drepper | Prototypes moved from auth_des.c to here. |
tree | commitdiff |
next |