summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/pwdgrp.h
Commit message (Expand)AuthorAgeFilesLines
* Use Windows values in passwd and HOME env var.Kaz Kylheku2017-11-171-0/+1
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-2/+0
* Fix broken PSID problem on cygheap in account handlingCorinna Vinschen2015-04-231-2/+6
* Introduce sidfromuid and sidfromgidCorinna Vinschen2015-04-231-0/+16
* Implmenet faster getfrompw/getfromgrCorinna Vinschen2015-03-181-0/+8
* Drop unused timeoput paramter to internal_getloginCorinna Vinschen2015-03-171-1/+1
* * ldap.h: Remove index macros.Corinna Vinschen2015-02-241-15/+16
* * autoload.cc (LsaLookupSids): Import.Corinna Vinschen2015-02-231-18/+3
* * grp.cc (internal_getgroups): Take additional timeout_ns parameter.Corinna Vinschen2015-02-201-2/+2
* * grp.cc (pwdgrp::parse_group): Set grp.len. Drop generating anyCorinna Vinschen2014-05-071-0/+2
* * cygheap.h (enum cygheap_pwdgrp::cache_t): Remove.Corinna Vinschen2014-03-121-3/+17
* * pwdgrp.h (pwdgrp::is_passwd): New inline method.Corinna Vinschen2014-03-071-14/+13
* * cygheap.h (cygheap_user::sid): Return reference to cygpsid ratherCorinna Vinschen2014-02-281-0/+2
* * autoload.cc (CheckTokenMembership): Import.Corinna Vinschen2014-02-271-27/+31
* * external.cc (cygwin_internal): Add cases for CW_GETNSSSEP,Corinna Vinschen2014-02-221-14/+3
* * pwdgrp.h (pwdgrp::fetch_account_from_windows): Add bool parameterCorinna Vinschen2014-02-211-1/+2
* * external.cc (cygwin_internal): Handle new CW_SETENT, CW_GETENT andCorinna Vinschen2014-02-181-0/+8
* * autoload.cc (ldap_abandon): Import.Corinna Vinschen2014-02-171-1/+101
* * autoload.cc (NetLocalGroupGetInfo): Replace NetGroupGetInfo.Corinna Vinschen2014-02-111-39/+0
* Introduce reading passwd/group entries from SAM/AD. IntroduceCorinna Vinschen2014-02-091-35/+133
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-8/+8
* * pwdgrp.h (pwdgrp::refresh): Fix indentation.Corinna Vinschen2008-12-201-1/+1
* * shared.cc (user_shared_initialize): Fetch potentially changed CygwinCorinna Vinschen2008-07-241-2/+3
* * sync.h (muto::initforce): Delete flawed implementation.Christopher Faylor2005-04-051-1/+1
* * sync.h (muto::operator int): New operator.Christopher Faylor2005-04-051-3/+3
* * exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor2003-12-231-0/+1
* * Makefile.in: Add finline-functions optimization to CXXFLAGS.Thomas Pfaff2003-04-171-14/+2
* * cygthread.h: Change 'avail' cygthread element to 'inuse' throughout.Christopher Faylor2003-04-101-4/+4
* whitespace cleanupChristopher Faylor2003-03-091-1/+1
* * security.h (class cygpsid): New class.Corinna Vinschen2003-02-041-3/+3
* * grp.cc (getgrent32): Only refresh group entries when at beginning.Christopher Faylor2003-02-011-1/+1
* * passwd.cc (pwdgrp::read_passwd): linebuf *must* be static (from PierreChristopher Faylor2003-01-311-3/+3
* * strings.h (strechr): New function.Christopher Faylor2003-01-271-1/+1
* * include/sys/strace.h (paranoid_printf): Define as not being part of "all"Christopher Faylor2003-01-261-3/+17
* * pwdgrp.cc (pwdgrp::reparse): Declare.Christopher Faylor2003-01-251-2/+3
* * pwdrp.h (pwdgrp::refresh): Lock entire test prior to reading.Christopher Faylor2003-01-241-22/+20
* * grp.cc: Call gr.refresh() rather than doing isunitialized tests throughout.Christopher Faylor2003-01-211-35/+37
* * path.h (etc::change_possible): Revert the type to bool.Christopher Faylor2003-01-211-1/+0
* * pwdgrp.h (etc): Move to path.h.Christopher Faylor2003-01-201-87/+35
* * dcrt0.cc (initialize_env): Use colon for CYGWIN_DEBUG separator.Christopher Faylor2003-01-171-7/+6
* update copyrightChristopher Faylor2003-01-171-1/+1
* * grp.cc (read_etc_group): On NT, add a line for gid = -1. Change nameChristopher Faylor2003-01-171-85/+81
* 2002-12-10 Pierre Humblet <pierre.humblet@ieee.org>Corinna Vinschen2002-12-101-13/+35
* * pwdgrp.h (pwdgrp_read::open): Compare fh to INVALID_HANDLE_VALUE.Christopher Faylor2002-10-241-2/+2
* * pwdgrp.h (pwdgrp_read::pwdgrp_read): Remove.Corinna Vinschen2002-08-191-13/+3
* * pwdgrp.h (pwdgrp_read::~pwdgrp_read): Avoid compiler warning.Corinna Vinschen2002-06-261-1/+2
* * grp.cc (etc_group): Removed.Corinna Vinschen2002-06-051-5/+74
* Eliminate excess whitespace.Christopher Faylor2001-11-051-12/+12
* * pwdgrp.h (pwdgrp_check::set_last_modified): Call GetFileTime()Corinna Vinschen2001-09-091-4/+2
* * cygheap.cc (init_cygheap::etc_changed): New method to signalCorinna Vinschen2001-09-091-0/+57