summaryrefslogtreecommitdiff
path: root/source3/python/py_samr.c
Commit message (Expand)AuthorAgeFilesLines
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r15386: Missed some functions in my last commit.Deryck Hodge2007-10-101-4/+4
* r15385: Some work to bring the python code up to date with theDeryck Hodge2007-10-101-1/+1
* r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16.Günther Deschner2007-10-101-1/+1
* r10802: Janitor for tpot - remember to keep 3.0 in sync.Jeremy Allison2007-10-101-6/+6
* r8564: Sometimes we're too dumb to live... Fix samr calls where we wereJeremy Allison2007-10-101-4/+4
* Merge create/delete domain user samr calls from HEAD.Tim Potter2003-04-141-146/+325
* Merge of cleanups and srvsvc implementation from HEAD.Tim Potter2003-02-191-1/+1
* Finish adding strings to all talloc_init() calls.Jeremy Allison2002-12-231-3/+3
* Sync with HEAD.Tim Potter2002-11-041-2/+1
* Implemented enum_domain_groups function.Tim Potter2002-08-271-1/+43
* Added samr_open_domain() call.Tim Potter2002-06-201-19/+77
* Allow None to be used as a valid credential for functions that take aTim Potter2002-05-281-2/+8
* Use new version of open_pipe_creds() function.Tim Potter2002-05-271-4/+11
* Shorten some debug messages.Tim Potter2002-05-161-1/+1
* More cleanups.Tim Potter2002-05-161-4/+8
* Refactored open_pipe_creds() function to remove unused parameter.Tim Potter2002-05-161-6/+1
* General cleanup of compiler warnings etc.Tim Potter2002-05-141-5/+22
* Stubs for connect, domain, user, group and alias policy objects.Tim Potter2002-04-151-39/+202
* Skeleton for SAMR module.Tim Potter2002-04-151-0/+206