public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
* setup ChangeLog main.cc
@ 2012-02-24 20:04 corinna
  0 siblings, 0 replies; 30+ messages in thread
From: corinna @ 2012-02-24 20:04 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	corinna@sourceware.org	2012-02-24 20:04:13

Modified files:
	.              : ChangeLog main.cc 

Log message:
	* main.cc (WinMain): Move call to nt_sec.setDefaultSecurity here so
	it's called earlier in the process.  This avoids spurious error
	messages in --help output.
	
	Fix ChangeLog formatting.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.767&r2=2.768
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/main.cc.diff?cvsroot=cygwin-apps&r1=2.65&r2=2.66


^ permalink raw reply	[flat|nested] 30+ messages in thread

* setup ChangeLog main.cc
@ 2012-06-03 15:00 cgf
  0 siblings, 0 replies; 30+ messages in thread
From: cgf @ 2012-06-03 15:00 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	cgf@sourceware.org	2012-06-03 15:00:07

Modified files:
	.              : ChangeLog main.cc 

Log message:
	* main.cc: Remove __CYGWIN__ ifdefs.
	(main): Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.775&r2=2.776
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/main.cc.diff?cvsroot=cygwin-apps&r1=2.66&r2=2.67


^ permalink raw reply	[flat|nested] 30+ messages in thread

* setup ChangeLog main.cc
@ 2012-02-24 18:48 jturney
  0 siblings, 0 replies; 30+ messages in thread
From: jturney @ 2012-02-24 18:48 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	jturney@sourceware.org	2012-02-24 18:48:31

Modified files:
	.              : ChangeLog main.cc 

Log message:
	2012-02-23  Jon TURNEY  <jon.turney@dronecode.org.uk>
	
	* main.cc (main_display): Move --help output from here ...
	(WinMain): ... to here, so we don't logging of the current directory and
	any errors from constructing a UserSettings object preceding the --help output.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.766&r2=2.767
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/main.cc.diff?cvsroot=cygwin-apps&r1=2.64&r2=2.65


^ permalink raw reply	[flat|nested] 30+ messages in thread

* setup ChangeLog main.cc
@ 2009-12-27 17:46 cgf
  0 siblings, 0 replies; 30+ messages in thread
From: cgf @ 2009-12-27 17:46 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	cgf@sourceware.org	2009-12-27 17:46:26

Modified files:
	.              : ChangeLog main.cc 

Log message:
	* main.cc (dyn_AttachConsole): Make static.
	(dyn_GetLongPathName): New variable.
	(set_dynaddr): New function.
	(set_cout): Don't set dyn_AttachConsole here.
	(set_legacy): Don't attempt to call function which does not exist in older
	versions of NT.
	(main): Call set_dynaddr to set dynamic load addresses.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.673&r2=2.674
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/main.cc.diff?cvsroot=cygwin-apps&r1=2.61&r2=2.62


^ permalink raw reply	[flat|nested] 30+ messages in thread

* setup ChangeLog main.cc
@ 2009-12-03 11:27 corinna
  0 siblings, 0 replies; 30+ messages in thread
From: corinna @ 2009-12-03 11:27 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	corinna@sourceware.org	2009-12-03 11:27:51

Modified files:
	.              : ChangeLog main.cc 

Log message:
	* main.cc (WinMain): Disable running on Windows 9x.  Show message box
	instead and exit.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.660&r2=2.661
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/main.cc.diff?cvsroot=cygwin-apps&r1=2.58&r2=2.59


^ permalink raw reply	[flat|nested] 30+ messages in thread

* setup ChangeLog main.cc
@ 2009-10-03 10:25 corinna
  0 siblings, 0 replies; 30+ messages in thread
From: corinna @ 2009-10-03 10:25 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	corinna@sourceware.org	2009-10-03 10:25:37

Modified files:
	.              : ChangeLog main.cc 

Log message:
	* main.cc (main): Make sure C runtime uses same codepage as GUI.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.649&r2=2.650
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/main.cc.diff?cvsroot=cygwin-apps&r1=2.56&r2=2.57


^ permalink raw reply	[flat|nested] 30+ messages in thread

* setup ChangeLog main.cc
@ 2009-09-20 16:41 cgf
  0 siblings, 0 replies; 30+ messages in thread
From: cgf @ 2009-09-20 16:41 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	cgf@sourceware.org	2009-09-20 16:41:30

Modified files:
	.              : ChangeLog main.cc 

Log message:
	* main (set_cout): Really do attach to a console if stdout is "bad".

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.648&r2=2.649
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/main.cc.diff?cvsroot=cygwin-apps&r1=2.55&r2=2.56


^ permalink raw reply	[flat|nested] 30+ messages in thread

* setup ChangeLog main.cc
@ 2009-07-03 19:39 cgf
  0 siblings, 0 replies; 30+ messages in thread
From: cgf @ 2009-07-03 19:39 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	cgf@sourceware.org	2009-07-03 19:39:02

Modified files:
	.              : ChangeLog main.cc 

Log message:
	* main.cc (set_cout): Don't reset stdout if we already have a stdout.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.644&r2=2.645
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/main.cc.diff?cvsroot=cygwin-apps&r1=2.54&r2=2.55


^ permalink raw reply	[flat|nested] 30+ messages in thread

* setup ChangeLog main.cc
@ 2009-04-10  2:12 cgf
  0 siblings, 0 replies; 30+ messages in thread
From: cgf @ 2009-04-10  2:12 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	cgf@sourceware.org	2009-04-10 02:12:56

Modified files:
	.              : ChangeLog main.cc 

Log message:
	* main.cc (set_cout): Load AttachConsole dynamically to avoid using it on older
	Windows which don't support it.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.612&r2=2.613
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/main.cc.diff?cvsroot=cygwin-apps&r1=2.48&r2=2.49


^ permalink raw reply	[flat|nested] 30+ messages in thread

* setup ChangeLog main.cc
@ 2005-01-27 20:36 maxb
  0 siblings, 0 replies; 30+ messages in thread
From: maxb @ 2005-01-27 20:36 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	maxb@sourceware.org	2005-01-27 20:33:12

Modified files:
	.              : ChangeLog main.cc 

Log message:
	2005-01-27  Max Bowsher  <maxb@ukf.net>
	
	Set CYGWIN=nontsec, for postinstall scripts.
	
	* main.cc (main): putenv("CYGWIN=nontsec").

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.471&r2=2.472
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/main.cc.diff?cvsroot=cygwin-apps&r1=2.39&r2=2.40


^ permalink raw reply	[flat|nested] 30+ messages in thread

* setup ChangeLog main.cc
@ 2004-11-19  1:58 maxb
  0 siblings, 0 replies; 30+ messages in thread
From: maxb @ 2004-11-19  1:58 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	maxb@sourceware.org	2004-11-19 01:58:02

Modified files:
	.              : ChangeLog main.cc 

Log message:
	2004-11-19  Max Bowsher  <maxb@ukf.net>
	
	* main.cc (main): Move option parsing code earlier - it must execute
	before any significant object creations, which might test options in
	their initialization.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.451&r2=2.452
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/main.cc.diff?cvsroot=cygwin-apps&r1=2.35&r2=2.36


^ permalink raw reply	[flat|nested] 30+ messages in thread

* setup ChangeLog main.cc
@ 2004-11-19  1:53 maxb
  0 siblings, 0 replies; 30+ messages in thread
From: maxb @ 2004-11-19  1:53 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	maxb@sourceware.org	2004-11-19 01:53:21

Modified files:
	.              : ChangeLog main.cc 

Log message:
	2004-11-19  Max Bowsher  <maxb@ukf.net>
	
	* main.cc (main): Remove some junk code - either commented out, or
	contained within unreachable preprocessor conditional sections.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.450&r2=2.451
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/main.cc.diff?cvsroot=cygwin-apps&r1=2.34&r2=2.35


^ permalink raw reply	[flat|nested] 30+ messages in thread

* setup ChangeLog main.cc
@ 2003-12-20 22:29 rbcollins
  0 siblings, 0 replies; 30+ messages in thread
From: rbcollins @ 2003-12-20 22:29 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	rbcollins@sourceware.org	2003-12-20 22:29:58

Modified files:
	.              : ChangeLog main.cc 

Log message:
	2003-12-21  Robert Collins  <rbtcollins@hotmail.com>
	
	* main.cc (main): Update to head libgetopt++ syntax.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.424&r2=2.425
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/main.cc.diff?cvsroot=cygwin-apps&r1=2.30&r2=2.31


^ permalink raw reply	[flat|nested] 30+ messages in thread

* setup ChangeLog main.cc
@ 2003-07-30 23:24 maxb
  0 siblings, 0 replies; 30+ messages in thread
From: maxb @ 2003-07-30 23:24 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	maxb@sourceware.org	2003-07-30 23:24:18

Modified files:
	.              : ChangeLog main.cc 

Log message:
	2003-07-31  Pierre Humblet  <pierre.humblet@ieee.org>
	
	* main.cc (set_default_sec): Set token owner from token user.
	Always try to set the token primary group to Users or Admins.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.405&r2=2.406
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/main.cc.diff?cvsroot=cygwin-apps&r1=2.28&r2=2.29


^ permalink raw reply	[flat|nested] 30+ messages in thread

* setup ChangeLog main.cc
@ 2003-04-03 23:33 maxb
  0 siblings, 0 replies; 30+ messages in thread
From: maxb @ 2003-04-03 23:33 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Branch: 	setup-200303
Changes by:	maxb@sourceware.org	2003-04-03 23:33:15

Modified files:
	.              : ChangeLog main.cc 

Log message:
	2003-04-02  Robert Collins  <rbtcollins@hotmail.com>
	
	* Merge setup-200303-troubleshooting fixes in.
	
	2003-04-02  Robert Collins  <rbtcollins@hotmail.com>
	
	* main.cc (NTSecurity::setDefaultDACL): Reinstate commented code.
	(NTSecurity::setDefaultSecurity): Ditto.
	
	2003-04-02  Robert Collins  <rbtcollins@hotmail.com>
	
	* main.cc (NTSecurity::setDefaultDACL): Use MS calculations for ACL
	buffer sizing.
	
	2003-04-02  Robert Collins  <rbtcollins@hotmail.com>
	
	* main.cc (NTSecurity::setDefaultDACL): Sanity check memory allocation.
	
	2003-04-02  Robert Collins  <rbtcollins@hotmail.com>
	
	* main.cc (NTSecurity::setDefaultDACL): Adjust commented code for
	auto_ptr use.
	
	2003-04-02  Robert Collins  <rbtcollins@hotmail.com>
	
	* main.cc (NTSecurity::NoteFailedAPI): Helper function.
	Use throughout NTSecurity routines.
	(NTSecurity::setDefaultDACL): Use dynamic memory for ACL storage.
	
	2003-04-02  Robert Collins  <rbtcollins@hotmail.com>
	
	* main.cc (NTSecurity::setDefaultDACL): Disable ~ 50% of remaining
	active code.
	
	2003-04-02  Robert Collins  <rbtcollins@hotmail.com>
	
	* main.cc (NTSecurity::GroupInfo): Extract group query code.
	(NTSecurity::setDefaultDACL): Disable ~ 50% of code.
	
	2003-04-02  Robert Collins  <rbtcollins@hotmail.com>
	
	* main.cc (NTSecurity::setDefaultSecurity): Disable ~ 50% of security
	code.
	
	2003-04-01  Robert Collins  <rbtcollins@hotmail.com>
	
	* main.cc (NTSecurity::setDefaultSecurity): Remove double declaration
	of sz.
	User TokenGroupCollection to abstract token searching logic, eliminate
	isadmin and isuser temporary variables.
	(TokenGroupCollection): New class for querying token group information.
	
	2003-04-01  Robert Collins  <rbtcollins@hotmail.com>
	
	* main.cc (NTSecurity::setDefaultSecurity): Extract esid initialisation.
	Move local variables to just before first use.
	SetTokenInformationFailures where being handled inconsistently.
	Remove assignments from if statements.
	(NTSecurity::esid): Rename to everyOneSID.
	(NTSecurity::initialiseEveryOneSID): new method.
	(NTSecurity::setDefaultDACL): Extract method for default DACL logic.
	
	2003-04-01  Robert Collins  <rbtcollins@hotmail.com>
	
	* main.cc (SIDWrapper): Manage SID memory.
	(HANDLEWrapper): Likewise for HANDLES.
	(NTSecurity): Worker class for set_default_sec().
	(set_default_sec): Move body into NTSecurity::setDefaultSecurity().
	(NTSecurity::setDefaultSecurity): Eliminate goto out: via memory
	managing objects.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&only_with_tag=setup-200303&r1=2.340.2.3&r2=2.340.2.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/main.cc.diff?cvsroot=cygwin-apps&only_with_tag=setup-200303&r1=2.25&r2=2.25.2.1


^ permalink raw reply	[flat|nested] 30+ messages in thread

* setup ChangeLog main.cc
@ 2003-04-02 14:26 rbcollins
  0 siblings, 0 replies; 30+ messages in thread
From: rbcollins @ 2003-04-02 14:26 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	rbcollins@sourceware.org	2003-04-02 14:26:27

Modified files:
	.              : ChangeLog main.cc 

Log message:
	2003-04-02  Robert Collins  <rbtcollins@hotmail.com>
	
	Merge in setup-200303-troubleshooting fixes.
	
	2003-04-02  Robert Collins  <rbtcollins@hotmail.com>
	
	* main.cc (NTSecurity::setDefaultDACL): Reinstate commented code.
	(NTSecurity::setDefaultSecurity): Ditto.
	
	2003-04-02  Robert Collins  <rbtcollins@hotmail.com>
	
	* main.cc (NTSecurity::setDefaultDACL): Use MS calculations for ACL
	buffer sizing.
	
	2003-04-02  Robert Collins  <rbtcollins@hotmail.com>
	
	* main.cc (NTSecurity::setDefaultDACL): Sanity check memory allocation.
	
	2003-04-02  Robert Collins  <rbtcollins@hotmail.com>
	
	* main.cc (NTSecurity::setDefaultDACL): Adjust commented code for auto_ptr use.
	
	2003-04-02  Robert Collins  <rbtcollins@hotmail.com>
	
	* main.cc (NTSecurity::NoteFailedAPI): Helper function.
	Use throughout NTSecurity routines.
	(NTSecurity::setDefaultDACL): Use dynamic memory for ACL storage.
	
	2003-04-02  Robert Collins  <rbtcollins@hotmail.com>
	
	* main.cc (NTSecurity::setDefaultDACL): Disable ~ 50% of remaining active code.
	
	2003-04-02  Robert Collins  <rbtcollins@hotmail.com>
	
	* main.cc (NTSecurity::GroupInfo): Extract group query code.
	(NTSecurity::setDefaultDACL): Disable ~ 50% of code.
	
	2003-04-02  Robert Collins  <rbtcollins@hotmail.com>
	
	* main.cc (NTSecurity::setDefaultSecurity): Disable ~ 50% of security code.
	
	2003-04-01  Robert Collins  <rbtcollins@hotmail.com>
	
	* main.cc (NTSecurity::setDefaultSecurity): Remove double declaration of sz.
	User TokenGroupCollection to abstract token searching logic, eliminate isadmin
	and isuser temporary variables.
	(TokenGroupCollection): New class for querying token group information.
	
	2003-04-01  Robert Collins  <rbtcollins@hotmail.com>
	
	* main.cc (NTSecurity::setDefaultSecurity): Extract esid initialisation.
	Move local variables to just before first use.
	SetTokenInformationFailures where being handled inconsistently.
	Remove assignments from if statements.
	(NTSecurity::esid): Rename to everyOneSID.
	(NTSecurity::initialiseEveryOneSID): new method.
	(NTSecurity::setDefaultDACL): Extract method for default DACL logic.
	
	2003-04-01  Robert Collins  <rbtcollins@hotmail.com>
	
	* main.cc (SIDWrapper): Manage SID memory.
	(HANDLEWrapper): Likewise for HANDLES.
	(NTSecurity): Worker class for set_default_sec().
	(set_default_sec): Move body into NTSecurity::setDefaultSecurity().
	(NTSecurity::setDefaultSecurity): Eliminate goto out: via memory managing objects.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.347&r2=2.348
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/main.cc.diff?cvsroot=cygwin-apps&r1=2.25&r2=2.26


^ permalink raw reply	[flat|nested] 30+ messages in thread

* setup ChangeLog main.cc
@ 2003-04-02 13:40 rbcollins
  0 siblings, 0 replies; 30+ messages in thread
From: rbcollins @ 2003-04-02 13:40 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Branch: 	setup-200303-troubleshooting
Changes by:	rbcollins@sourceware.org	2003-04-02 13:40:53

Modified files:
	.              : ChangeLog main.cc 

Log message:
	2003-04-02  Robert Collins  <rbtcollins@hotmail.com>
	
	* main.cc (NTSecurity::setDefaultDACL): Reinstate commented code.
	(NTSecurity::setDefaultSecurity): Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&only_with_tag=setup-200303-troubleshooting&r1=2.340.2.3.2.9&r2=2.340.2.3.2.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/main.cc.diff?cvsroot=cygwin-apps&only_with_tag=setup-200303-troubleshooting&r1=2.25.6.9&r2=2.25.6.10


^ permalink raw reply	[flat|nested] 30+ messages in thread

* setup ChangeLog main.cc
@ 2003-04-02 13:05 rbcollins
  0 siblings, 0 replies; 30+ messages in thread
From: rbcollins @ 2003-04-02 13:05 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Branch: 	setup-200303-troubleshooting
Changes by:	rbcollins@sourceware.org	2003-04-02 13:05:26

Modified files:
	.              : ChangeLog main.cc 

Log message:
	2003-04-02  Robert Collins  <rbtcollins@hotmail.com>
	
	* main.cc (NTSecurity::setDefaultDACL): Use MS calculations for ACL
	buffer sizing.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&only_with_tag=setup-200303-troubleshooting&r1=2.340.2.3.2.8&r2=2.340.2.3.2.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/main.cc.diff?cvsroot=cygwin-apps&only_with_tag=setup-200303-troubleshooting&r1=2.25.6.8&r2=2.25.6.9


^ permalink raw reply	[flat|nested] 30+ messages in thread

* setup ChangeLog main.cc
@ 2003-04-02 12:13 rbcollins
  0 siblings, 0 replies; 30+ messages in thread
From: rbcollins @ 2003-04-02 12:13 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Branch: 	setup-200303-troubleshooting
Changes by:	rbcollins@sourceware.org	2003-04-02 12:13:25

Modified files:
	.              : ChangeLog main.cc 

Log message:
	2003-04-02  Robert Collins  <rbtcollins@hotmail.com>
	
	* main.cc (NTSecurity::setDefaultDACL): Sanity check memory allocation.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&only_with_tag=setup-200303-troubleshooting&r1=2.340.2.3.2.7&r2=2.340.2.3.2.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/main.cc.diff?cvsroot=cygwin-apps&only_with_tag=setup-200303-troubleshooting&r1=2.25.6.7&r2=2.25.6.8


^ permalink raw reply	[flat|nested] 30+ messages in thread

* setup ChangeLog main.cc
@ 2003-04-02 11:22 rbcollins
  0 siblings, 0 replies; 30+ messages in thread
From: rbcollins @ 2003-04-02 11:22 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Branch: 	setup-200303-troubleshooting
Changes by:	rbcollins@sourceware.org	2003-04-02 11:22:05

Modified files:
	.              : ChangeLog main.cc 

Log message:
	2003-04-02  Robert Collins  <rbtcollins@hotmail.com>
	
	* main.cc (NTSecurity::NoteFailedAPI): Helper function.
	Use throughout NTSecurity routines.
	(NTSecurity::setDefaultDACL): Use dynamic memory for ACL storage.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&only_with_tag=setup-200303-troubleshooting&r1=2.340.2.3.2.6&r2=2.340.2.3.2.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/main.cc.diff?cvsroot=cygwin-apps&only_with_tag=setup-200303-troubleshooting&r1=2.25.6.6&r2=2.25.6.7


^ permalink raw reply	[flat|nested] 30+ messages in thread

* setup ChangeLog main.cc
@ 2003-04-02  7:45 rbcollins
  0 siblings, 0 replies; 30+ messages in thread
From: rbcollins @ 2003-04-02  7:45 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Branch: 	setup-200303-troubleshooting
Changes by:	rbcollins@sourceware.org	2003-04-02 07:45:33

Modified files:
	.              : ChangeLog main.cc 

Log message:
	2003-04-02  Robert Collins  <rbtcollins@hotmail.com>
	
	* main.cc (NTSecurity::setDefaultDACL): Disable ~ 50% of remaining active code.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&only_with_tag=setup-200303-troubleshooting&r1=2.340.2.3.2.5&r2=2.340.2.3.2.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/main.cc.diff?cvsroot=cygwin-apps&only_with_tag=setup-200303-troubleshooting&r1=2.25.6.5&r2=2.25.6.6


^ permalink raw reply	[flat|nested] 30+ messages in thread

* setup ChangeLog main.cc
@ 2003-04-02  7:24 rbcollins
  0 siblings, 0 replies; 30+ messages in thread
From: rbcollins @ 2003-04-02  7:24 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Branch: 	setup-200303-troubleshooting
Changes by:	rbcollins@sourceware.org	2003-04-02 07:24:31

Modified files:
	.              : ChangeLog main.cc 

Log message:
	2003-04-02  Robert Collins  <rbtcollins@hotmail.com>
	
	* main.cc (NTSecurity::GroupInfo): Extract group query code.
	(NTSecurity::setDefaultDACL): Disable ~ 50% of code.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&only_with_tag=setup-200303-troubleshooting&r1=2.340.2.3.2.4&r2=2.340.2.3.2.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/main.cc.diff?cvsroot=cygwin-apps&only_with_tag=setup-200303-troubleshooting&r1=2.25.6.4&r2=2.25.6.5


^ permalink raw reply	[flat|nested] 30+ messages in thread

* setup ChangeLog main.cc
@ 2003-04-02  6:42 rbcollins
  0 siblings, 0 replies; 30+ messages in thread
From: rbcollins @ 2003-04-02  6:42 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Branch: 	setup-200303-troubleshooting
Changes by:	rbcollins@sourceware.org	2003-04-02 06:42:48

Modified files:
	.              : ChangeLog main.cc 

Log message:
	2003-04-02  Robert Collins  <rbtcollins@hotmail.com>
	
	* main.cc (NTSecurity::setDefaultSecurity): Disable ~ 50% of security code.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&only_with_tag=setup-200303-troubleshooting&r1=2.340.2.3.2.3&r2=2.340.2.3.2.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/main.cc.diff?cvsroot=cygwin-apps&only_with_tag=setup-200303-troubleshooting&r1=2.25.6.3&r2=2.25.6.4


^ permalink raw reply	[flat|nested] 30+ messages in thread

* setup ChangeLog main.cc
@ 2003-04-01  5:40 rbcollins
  0 siblings, 0 replies; 30+ messages in thread
From: rbcollins @ 2003-04-01  5:40 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Branch: 	setup-200303-troubleshooting
Changes by:	rbcollins@sourceware.org	2003-04-01 05:40:07

Modified files:
	.              : ChangeLog main.cc 

Log message:
	2003-04-01  Robert Collins  <rbtcollins@hotmail.com>
	
	* main.cc (NTSecurity::setDefaultSecurity): Remove double declaration of sz.
	User TokenGroupCollection to abstract token searching logic, eliminate isadmin
	and isuser temporary variables.
	(TokenGroupCollection): New class for querying token group information.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&only_with_tag=setup-200303-troubleshooting&r1=2.340.2.3.2.2&r2=2.340.2.3.2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/main.cc.diff?cvsroot=cygwin-apps&only_with_tag=setup-200303-troubleshooting&r1=2.25.6.2&r2=2.25.6.3


^ permalink raw reply	[flat|nested] 30+ messages in thread

* setup ChangeLog main.cc
@ 2003-04-01  5:04 rbcollins
  0 siblings, 0 replies; 30+ messages in thread
From: rbcollins @ 2003-04-01  5:04 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Branch: 	setup-200303-troubleshooting
Changes by:	rbcollins@sourceware.org	2003-04-01 05:04:54

Modified files:
	.              : ChangeLog main.cc 

Log message:
	2003-04-01  Robert Collins  <rbtcollins@hotmail.com>
	
	* main.cc (NTSecurity::setDefaultSecurity): Extract esid initialisation.
	Move local variables to just before first use.
	SetTokenInformationFailures where being handled inconsistently.
	Remove assignments from if statements.
	(NTSecurity::esid): Rename to everyOneSID.
	(NTSecurity::initialiseEveryOneSID): new method.
	(NTSecurity::setDefaultDACL): Extract method for default DACL logic.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&only_with_tag=setup-200303-troubleshooting&r1=2.340.2.3.2.1&r2=2.340.2.3.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/main.cc.diff?cvsroot=cygwin-apps&only_with_tag=setup-200303-troubleshooting&r1=2.25.6.1&r2=2.25.6.2


^ permalink raw reply	[flat|nested] 30+ messages in thread

* setup ChangeLog main.cc
@ 2003-04-01  2:58 rbcollins
  0 siblings, 0 replies; 30+ messages in thread
From: rbcollins @ 2003-04-01  2:58 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Branch: 	setup-200303-troubleshooting
Changes by:	rbcollins@sourceware.org	2003-04-01 02:58:27

Modified files:
	.              : ChangeLog main.cc 

Log message:
	2003-04-01  Robert Collins  <rbtcollins@hotmail.com>
	
	* main.cc (SIDWrapper): Manage SID memory.
	(HANDLEWrapper): Likewise for HANDLES.
	(NTSecurity): Worker class for set_default_sec().
	(set_default_sec): Move body into NTSecurity::setDefaultSecurity().
	(NTSecurity::setDefaultSecurity): Eliminate goto out: via memory managing objects.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&only_with_tag=setup-200303-troubleshooting&r1=2.340.2.3&r2=2.340.2.3.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/main.cc.diff?cvsroot=cygwin-apps&only_with_tag=setup-200303-troubleshooting&r1=2.25&r2=2.25.6.1


^ permalink raw reply	[flat|nested] 30+ messages in thread

* setup ChangeLog main.cc
@ 2003-02-28 23:46 maxb
  0 siblings, 0 replies; 30+ messages in thread
From: maxb @ 2003-02-28 23:46 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Branch: 	setup-200206
Changes by:	maxb@sourceware.org	2003-02-28 23:46:01

Modified files:
	.              : ChangeLog main.cc 

Log message:
	2003-02-28  Max Bowsher  <maxb@ukf.net>
	
	* main.cc (set_default_sec): Add logging.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&only_with_tag=setup-200206&r1=2.249.2.7&r2=2.249.2.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/main.cc.diff?cvsroot=cygwin-apps&only_with_tag=setup-200206&r1=2.18.2.1&r2=2.18.2.2


^ permalink raw reply	[flat|nested] 30+ messages in thread

* setup ChangeLog main.cc
@ 2003-02-28 23:42 maxb
  0 siblings, 0 replies; 30+ messages in thread
From: maxb @ 2003-02-28 23:42 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	maxb@sourceware.org	2003-02-28 23:42:09

Modified files:
	.              : ChangeLog main.cc 

Log message:
	2003-02-28  Max Bowsher  <maxb@ukf.net>
	
	* main.cc (set_default_sec): Add logging.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.311&r2=2.312
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/main.cc.diff?cvsroot=cygwin-apps&r1=2.24&r2=2.25


^ permalink raw reply	[flat|nested] 30+ messages in thread

* setup ChangeLog main.cc
@ 2003-02-28 22:31 maxb
  0 siblings, 0 replies; 30+ messages in thread
From: maxb @ 2003-02-28 22:31 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	maxb@sourceware.org	2003-02-28 22:31:28

Modified files:
	.              : ChangeLog main.cc 

Log message:
	2003-02-28  Pierre Humblet  <pierre.humblet@ieee.org>
	
	* main.cc (set_default_dacl): Replace with set_default_sec.
	(set_default_sec): Attempt to change the default group to
	Users or Administrators if it is None, in addition to setting
	Everyone in the default DACL.
	(main): Call set_default_sec instead of set_default_dacl.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.310&r2=2.311
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/main.cc.diff?cvsroot=cygwin-apps&r1=2.23&r2=2.24


^ permalink raw reply	[flat|nested] 30+ messages in thread

* setup ChangeLog main.cc
@ 2002-11-09 19:44 rbcollins
  0 siblings, 0 replies; 30+ messages in thread
From: rbcollins @ 2002-11-09 19:44 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	rbcollins@sourceware.org	2002-11-09 19:44:25

Modified files:
	.              : ChangeLog main.cc 

Log message:
	2002-11-10  Robert Collins <rbtcollins@hotmail.com>
	
	* main.cc (main): Oops, pass LogSingleton a reference, not a pointer.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.291&r2=2.292
http://sources.redhat.com/cgi-bin/cvsweb.cgi/setup/main.cc.diff?cvsroot=cygwin-apps&r1=2.20&r2=2.21


^ permalink raw reply	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2012-06-03 15:00 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-24 20:04 setup ChangeLog main.cc corinna
  -- strict thread matches above, loose matches on Subject: below --
2012-06-03 15:00 cgf
2012-02-24 18:48 jturney
2009-12-27 17:46 cgf
2009-12-03 11:27 corinna
2009-10-03 10:25 corinna
2009-09-20 16:41 cgf
2009-07-03 19:39 cgf
2009-04-10  2:12 cgf
2005-01-27 20:36 maxb
2004-11-19  1:58 maxb
2004-11-19  1:53 maxb
2003-12-20 22:29 rbcollins
2003-07-30 23:24 maxb
2003-04-03 23:33 maxb
2003-04-02 14:26 rbcollins
2003-04-02 13:40 rbcollins
2003-04-02 13:05 rbcollins
2003-04-02 12:13 rbcollins
2003-04-02 11:22 rbcollins
2003-04-02  7:45 rbcollins
2003-04-02  7:24 rbcollins
2003-04-02  6:42 rbcollins
2003-04-01  5:40 rbcollins
2003-04-01  5:04 rbcollins
2003-04-01  2:58 rbcollins
2003-02-28 23:46 maxb
2003-02-28 23:42 maxb
2003-02-28 22:31 maxb
2002-11-09 19:44 rbcollins

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).