summaryrefslogtreecommitdiffstats
path: root/source/python/py_samr.h
Commit message (Collapse)AuthorAgeFilesLines
* Started working on python routines to add and delete domain users.Tim Potter2003-03-241-0/+5
| | | | | | Unfortunately users get created with the ACB mask set to disabled and must change password. The set_user_info2 call required to fix this doesn't quite work yet...
* Cleanup of header files for python extensions.Tim Potter2003-02-181-5/+3
| | | | | | - 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
* Renamed policy handle field in object containers to avoid cut&paste bugs.Tim Potter2002-06-201-6/+6
|
* Some rearrangement of header files.Tim Potter2002-05-271-1/+1
|
* Skeleton for SAMR module.Tim Potter2002-04-151-0/+83