summaryrefslogtreecommitdiff
path: root/source3/passdb/py_passdb.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-14s3-passdb: Fix python < 2.6 build errors in passdb python wrapperAndrew Bartlett1-0/+4
2011-08-13s3-passdb: Added python method to get_global_sam_sidAmitay Isaacs1-0/+31
2011-08-13s3-passdb: Return dom_sid and guid with correct python types.Amitay Isaacs1-7/+31
2011-08-13passdb: Allocate talloc stackframe before calling in pdb functions.Amitay Isaacs1-2/+32
2011-08-13passdb: Added python wrapper to passdbAmitay Isaacs1-0/+1553