summaryrefslogtreecommitdiffstats
path: root/source/python/py_ntsec.c
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup of header files for python extensions.Tim Potter2003-02-181-4/+1
| | | | | | - combine py_foo_proto.h and py_foo.h - move #include of Python.h into one place so we can get rid of that annoying compiler warning about HAVE_FSTAT being redefined
* More automatically generated prototype madness.Tim Potter2002-05-271-1/+1
|
* Remove unused variable.Tim Potter2002-05-081-3/+13
| | | | #ifdef out code for new (uncommitted) version of make_sec_desc()
* Implemented routines to convert from a Python dictionary to a SEC_DESCTim Potter2002-05-011-38/+38
| | | | | | structure. Cleaned up debugging stuff.
* Started working on setprinter code.Tim Potter2002-04-181-8/+143
|
* Moved security descriptor routines into their own file.Tim Potter2002-04-141-0/+139