summaryrefslogtreecommitdiff
path: root/source3/python/py_samr.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r15386: Missed some functions in my last commit.Deryck Hodge1-4/+4
2007-10-10r15385: Some work to bring the python code up to date with theDeryck Hodge1-1/+1
2007-10-10r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16.Günther Deschner1-1/+1
2007-10-10r10802: Janitor for tpot - remember to keep 3.0 in sync.Jeremy Allison1-6/+6
2007-10-10r8564: Sometimes we're too dumb to live... Fix samr calls where we wereJeremy Allison1-4/+4
2003-04-14Merge create/delete domain user samr calls from HEAD.Tim Potter1-146/+325
2003-02-19Merge of cleanups and srvsvc implementation from HEAD.Tim Potter1-1/+1
2002-12-23Finish adding strings to all talloc_init() calls.Jeremy Allison1-3/+3
2002-11-04Sync with HEAD.Tim Potter1-2/+1
2002-08-27Implemented enum_domain_groups function.Tim Potter1-1/+43
2002-06-20Added samr_open_domain() call.Tim Potter1-19/+77
2002-05-28Allow None to be used as a valid credential for functions that take aTim Potter1-2/+8
2002-05-27Use new version of open_pipe_creds() function.Tim Potter1-4/+11
2002-05-16Shorten some debug messages.Tim Potter1-1/+1
2002-05-16More cleanups.Tim Potter1-4/+8
2002-05-16Refactored open_pipe_creds() function to remove unused parameter.Tim Potter1-6/+1
2002-05-14General cleanup of compiler warnings etc.Tim Potter1-5/+22
2002-04-15Stubs for connect, domain, user, group and alias policy objects.Tim Potter1-39/+202
2002-04-15Skeleton for SAMR module.Tim Potter1-0/+206