Age | Commit message (Expand) | Author | Files | Lines |
2012-08-28 | s3-passdb: Allow reload of the static passdb from python | Andrew Bartlett | 1 | -0/+18 |
2012-08-02 | s3-pypassdb: Fix wrapper for pdb_domain_info to return correct dns_{domain,fo... | Andrew Bartlett | 1 | -2/+2 |
2012-07-18 | source3/passdb/py_passdb.c: wrap all calls in talloc_stackframe() | Rusty Russell | 1 | -519/+489 |
2012-07-18 | source3/passdb/py_passdb.c: don't steal from talloc_stackframe(). | Rusty Russell | 1 | -15/+2 |
2012-05-03 | s3-pypassdb: add wrapper for enum_group_memberships | Andrew Bartlett | 1 | -1/+57 |
2012-05-03 | s3-pypassdb: remove unused variable | Andrew Bartlett | 1 | -2/+0 |
2012-05-02 | s3-passdb: Change pdb_sid_to_id() to return struct unixid | Andrew Bartlett | 1 | -5/+4 |
2012-04-19 | s3-passdb: Remove unused sampass->pass_must_change_time | Andrew Bartlett | 1 | -4/+3 |
2011-11-18 | s3-py-passdb: Fix handling of uninitialized gid values | Amitay Isaacs | 1 | -1/+1 |
2011-11-18 | s4-s3-upgrade now look for -1 as the special 'not set' value | Andrew Bartlett | 1 | -1/+1 |
2011-11-11 | py_passdb: Cannot steal an item pointer from an array | Amitay Isaacs | 1 | -4/+9 |
2011-11-09 | s3-py_passdb Ensure that group mapping list input is initailised | Andrew Bartlett | 1 | -1/+2 |
2011-10-18 | pdb-interface: Do not use unid_t here | Simo Sorce | 1 | -3/+4 |
2011-10-12 | s3-group-mapping: Remove fstrings from GROUP_MAP. | Simo Sorce | 1 | -3/+5 |
2011-09-26 | s3-passdb: Cleanup use of fstring and move to talloc. | Simo Sorce | 1 | -5/+14 |
2011-08-26 | s3-passdb: Allocate talloc stackframe before calling pdb_get_group_sid() | Amitay Isaacs | 1 | -5/+6 |
2011-08-26 | s3-passdb: Make domain_sid argument optional for search_aliases method | Amitay Isaacs | 1 | -5/+10 |
2011-08-26 | s3-passdb: Return assigned number of hours and not MAX_HOURS_LEN | Amitay Isaacs | 1 | -3/+4 |
2011-08-26 | s3-passdb: Convert lm_pw and nt_pw to python string using length | Amitay Isaacs | 1 | -2/+2 |
2011-08-19 | s3:passdb/py_passdb.c - restore Python >= 2.4 compatibility | Matthias Dieter Wallnöfer | 1 | -0/+7 |
2011-08-19 | s3-passdb: Fix the get/set routines for pw_history for samu | Amitay Isaacs | 1 | -2/+2 |
2011-08-19 | s3-passdb: Display username when reporting error on add_sam_account. | Amitay Isaacs | 1 | -1/+2 |
2011-08-19 | s3-passdb: Fix call for search_aliases(). It returns bool and not NTSTATUS. | Amitay Isaacs | 1 | -4/+1 |
2011-08-19 | s3-passdb: Return list of sids from python wrapper enum_group_members | Amitay Isaacs | 1 | -5/+9 |
2011-08-19 | s3-passdb: Make arguments for python wrapper enum_group_mapping() optional | Amitay Isaacs | 1 | -5/+10 |
2011-08-19 | s3-passdb: Added python wrapper for passdb methods | Amitay Isaacs | 1 | -21/+831 |
2011-08-19 | s3-passdb: Python wrapper for passdb | Amitay Isaacs | 1 | -8/+1283 |
2011-08-14 | s3-passdb: Fix python < 2.6 build errors in passdb python wrapper | Andrew Bartlett | 1 | -0/+4 |
2011-08-13 | s3-passdb: Added python method to get_global_sam_sid | Amitay Isaacs | 1 | -0/+31 |
2011-08-13 | s3-passdb: Return dom_sid and guid with correct python types. | Amitay Isaacs | 1 | -7/+31 |
2011-08-13 | passdb: Allocate talloc stackframe before calling in pdb functions. | Amitay Isaacs | 1 | -2/+32 |
2011-08-13 | passdb: Added python wrapper to passdb | Amitay Isaacs | 1 | -0/+1553 |