[pywin32-checkins] pywin32/win32/Lib sspicon.py,1.2,1.3
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2005-12-02 07:53:02
|
Update of /cvsroot/pywin32/pywin32/win32/Lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12583/win32/Lib Modified Files: sspicon.py Log Message: Add ISC_REQ_HTTP Index: sspicon.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/win32/Lib/sspicon.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** sspicon.py 7 Mar 2005 11:08:41 -0000 1.2 --- sspicon.py 2 Dec 2005 07:52:53 -0000 1.3 *************** *** 81,84 **** --- 81,85 ---- ISC_REQ_RESERVED1 = 1048576 ISC_REQ_FRAGMENT_TO_FIT = 2097152 + ISC_REQ_HTTP = 0x10000000 ISC_RET_DELEGATE = 1 ISC_RET_MUTUAL_AUTH = 2 |