Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Started working on python routines to add and delete domain users. | Tim Potter | 2003-03-24 | 1 | -146/+325 |
| | | | | | | 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 Potter | 2003-02-18 | 1 | -1/+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 | ||||
* | Finish adding strings to all talloc_init() calls. | Jeremy Allison | 2002-12-23 | 1 | -3/+3 |
| | | | | Jeremy. | ||||
* | open_pipe_creds() now takes a pipe index instead of a pipe name. | Tim Potter | 2002-10-17 | 1 | -2/+1 |
| | |||||
* | Implemented enum_domain_groups function. | Tim Potter | 2002-08-27 | 1 | -1/+43 |
| | |||||
* | Added samr_open_domain() call. | Tim Potter | 2002-06-20 | 1 | -19/+77 |
| | |||||
* | Allow None to be used as a valid credential for functions that take a | Tim Potter | 2002-05-28 | 1 | -2/+8 |
| | | | | credential as a parameter. | ||||
* | Use new version of open_pipe_creds() function. | Tim Potter | 2002-05-27 | 1 | -4/+11 |
| | | | | Fix memory leaks on error. | ||||
* | Shorten some debug messages. | Tim Potter | 2002-05-16 | 1 | -1/+1 |
| | |||||
* | More cleanups. | Tim Potter | 2002-05-16 | 1 | -4/+8 |
| | | | | | | | | | - removed dodgy fprintf() error handling - return an error string from open_pipe_creds() so the appropriate exception can be raised by the caller - reformatting | ||||
* | Refactored open_pipe_creds() function to remove unused parameter. | Tim Potter | 2002-05-16 | 1 | -6/+1 |
| | |||||
* | General cleanup of compiler warnings etc. | Tim Potter | 2002-05-14 | 1 | -5/+22 |
| | |||||
* | Stubs for connect, domain, user, group and alias policy objects. | Tim Potter | 2002-04-15 | 1 | -39/+202 |
| | | | | Wrote samr connect fn. | ||||
* | Skeleton for SAMR module. | Tim Potter | 2002-04-15 | 1 | -0/+206 |