summaryrefslogtreecommitdiff
path: root/include/apr_user.h
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces.Ivan Zhakov2022-11-191-7/+7
* Fix doc errors in APR header files.Jeff Trawick2013-06-251-3/+3
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* remove these interfaces:Jeff Trawick2003-09-031-37/+0
* Rebalance our exposed headers such that everything is nested properlyWilliam A. Rowe Jr2003-03-051-6/+8
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* *) Renames done (deprecated functions wrapped):Thom May2002-11-201-5/+42
* Seems I was cutting a pasting just a little over the speed limit.William A. Rowe Jr2002-06-081-1/+0
* Revert bogusness by providing proper stubs for functions that existedWilliam A. Rowe Jr2002-06-081-1/+7
* Rename apr_get_groupname to apr_group_name_get.Sander Striker2002-04-221-1/+1
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Implement apr_get_groupid [to mirror apr_get_userid]William A. Rowe Jr2001-11-201-4/+13
* ALL APR Include files (except for Arch specific stuff) nowIan Holsman2001-08-241-25/+23
* * apr_user.h (apr_current_userid): new declaration.Ben Collins-Sussman2001-07-261-0/+12
* yank apr_get_user_passwd()Jeff Trawick2001-07-211-10/+0
* Allow a way to get the password from the system password database.Ryan Bloom2001-03-081-0/+10
* Missing the apr_pool_t arg required for more complex queries of uid/gidWilliam A. Rowe Jr2001-02-211-2/+4
* Added apr_get_userid() as a companion to apr_get_username().Cliff Woolley2001-02-211-10/+22
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* use a form of preprocessing which buildexports.awk can handle;Jeff Trawick2001-01-291-2/+2
* User and Group goodness. If anyone objects to the non-typesafe unixWilliam A. Rowe Jr2001-01-281-0/+28
* Enable for user/group win32 (as PSIDs) and fix a small typoWilliam A. Rowe Jr2001-01-281-2/+2
* Add groupinfo.c for apr_get_groupname... win32 commit to follow in aWilliam A. Rowe Jr2001-01-281-5/+29
* Get the new userinfo stuff to compile cleanly.Ryan Bloom2001-01-281-1/+7
* Added apr_get_username to the former homedir.c (now userinfo.c).William A. Rowe Jr2001-01-281-3/+13
* Make the APR headers sane.Greg Stein2000-11-261-0/+2
* add apr_get_home_directory(), teach mod_userdir to use thatJeff Trawick2000-11-131-0/+86