summaryrefslogtreecommitdiff
path: root/include/apr_user.h
Commit message (Expand)AuthorAgeFilesLines
* Fix doc errors in APR header files.trawick2013-06-251-3/+3
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* remove these interfaces:trawick2003-09-031-37/+0
* Rebalance our exposed headers such that everything is nested properlywrowe2003-03-051-6/+8
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* *) Renames done (deprecated functions wrapped):thommay2002-11-201-5/+42
* Seems I was cutting a pasting just a little over the speed limit.wrowe2002-06-081-1/+0
* Revert bogusness by providing proper stubs for functions that existedwrowe2002-06-081-1/+7
* Rename apr_get_groupname to apr_group_name_get.striker2002-04-221-1/+1
* Update our copyright for this year.fielding2002-03-131-1/+1
* Implement apr_get_groupid [to mirror apr_get_userid]wrowe2001-11-201-4/+13
* ALL APR Include files (except for Arch specific stuff) nowianh2001-08-241-25/+23
* * apr_user.h (apr_current_userid): new declaration.sussman2001-07-261-0/+12
* yank apr_get_user_passwd()trawick2001-07-211-10/+0
* Allow a way to get the password from the system password database.rbb2001-03-081-0/+10
* Missing the apr_pool_t arg required for more complex queries of uid/gidwrowe2001-02-211-2/+4
* Added apr_get_userid() as a companion to apr_get_username().jwoolley2001-02-211-10/+22
* Update copyright to 2001fielding2001-02-161-1/+1
* use a form of preprocessing which buildexports.awk can handle;trawick2001-01-291-2/+2
* User and Group goodness. If anyone objects to the non-typesafe unixwrowe2001-01-281-0/+28
* Enable for user/group win32 (as PSIDs) and fix a small typowrowe2001-01-281-2/+2
* Add groupinfo.c for apr_get_groupname... win32 commit to follow in awrowe2001-01-281-5/+29
* Get the new userinfo stuff to compile cleanly.rbb2001-01-281-1/+7
* Added apr_get_username to the former homedir.c (now userinfo.c).wrowe2001-01-281-3/+13
* Make the APR headers sane.gstein2000-11-261-0/+2
* add apr_get_home_directory(), teach mod_userdir to use thattrawick2000-11-131-0/+86