summaryrefslogtreecommitdiff
path: root/source3/python/py_lsa.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r16644: Fix bug #3887 reported by jason@ncac.gwu.eduJeremy Allison1-1/+1
2007-10-10r15385: Some work to bring the python code up to date with theDeryck Hodge1-3/+3
2007-10-10r13316: Let the carnage begin....Gerald Carter1-2/+2
2007-10-10r10802: Janitor for tpot - remember to keep 3.0 in sync.Jeremy Allison1-9/+10
2007-10-10r6678: fix python python after talloc() shakeupGerald Carter1-4/+4
2007-10-10r3228: Fix for bugzilla #1884 from Brett Funderburg. Use the value ofTim Potter1-2/+2
2003-08-04More patches from Brett:Tim Potter1-20/+23
2003-07-29Memory leak fixes from Brett A. Funderburg - don't use the connection tallocTim Potter1-7/+20
2003-03-20Merge of compiler warning fixups.Tim Potter1-20/+20
2003-02-18Check return code of string_to_sid. (Merge from HEAD)Martin Pool1-2/+8
2002-12-23Finish adding strings to all talloc_init() calls.Jeremy Allison1-1/+1
2002-11-04Sync with HEAD.Tim Potter1-1/+1
2002-08-06Compile fix for new cli_lsa_enum_trust_dom() argument list.Tim Potter1-2/+2
2002-05-28Raise a ValueError if server name isn't given in UNC format.Tim Potter1-0/+7
2002-05-28Allow None to be used as a valid credential in open_policy.Tim Potter1-2/+39
2002-05-27Use new version of open_pipe_creds() function.Tim Potter1-16/+20
2002-05-23Compile fix for enum trust dom wrapper.Tim Potter1-1/+1
2002-05-16Shorten some debug messages.Tim Potter1-1/+1
2002-05-16More cleanups.Tim Potter1-6/+9
2002-05-16Refactored open_pipe_creds() function to remove unused parameter.Tim Potter1-2/+1
2002-05-14General cleanup of compiler warnings etc.Tim Potter1-10/+32
2002-05-06Allow lookup_sids() and lookup_names() to take either a list of strings orTim Potter1-16/+50
2002-04-14Added enumerate trusted domains.Tim Potter1-1/+44
2002-04-14Added copyright.Tim Potter1-42/+160
2002-04-14More open_pipe_creds() refactoring.Tim Potter1-14/+68
2002-03-20Initial version.Tim Potter1-0/+141