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