pdb_samba_dsdb: implement pdb_samba_dsdb_enum_trusteddoms()
[bbaumbach/samba-autobuild/.git] / source3 / passdb / py_passdb.c
2016-03-08 Andrew Bartlettpy_passdb: Use pytalloc_BaseObject_PyType_Ready()
2016-03-08 Andrew Bartlettpypassdb: Do not use pytalloc_Object directly
2016-03-01 Aurelien Aptels3/passdb/py_passdb.c: free frame before returning
2016-01-07 Andrew Bartlettpython: Remove Python 2.4 support macros
2015-03-17 Volker Lendeckelib: Remove "use_ntdb" param from secrets_init_path
2015-03-17 Volker LendeckeRemove callers of lp_use_ntdb
2015-01-22 Petr ViktorinRemove use of the "staticforward" macro
2014-12-03 Garming Samidmap: unify passdb *id_to_sid methods
2014-02-24 Poornima Gurusiddaiahs3:passdb: Fix the use of uninitialized scalar variable.
2014-01-09 Andreas Schneiders3-passdb: Fix string duplication to pointers.
2014-01-09 Matthias Dieter... samba:python - Py_RETURN_NONE remove compatibility...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-02-20 Rusty Russellntdb: switch between secrets.tdb and secrets.ntdb depen...
2012-08-27 Andrew Bartletts3-passdb: Allow reload of the static passdb from python
2012-08-02 Andrew Bartletts3-pypassdb: Fix wrapper for pdb_domain_info to return...
2012-07-18 Rusty Russellsource3/passdb/py_passdb.c: wrap all calls in talloc_st...
2012-07-18 Rusty Russellsource3/passdb/py_passdb.c: don't steal from talloc_sta...
2012-05-02 Andrew Bartletts3-pypassdb: add wrapper for enum_group_memberships
2012-05-02 Andrew Bartletts3-pypassdb: remove unused variable
2012-05-02 Andrew Bartletts3-passdb: Change pdb_sid_to_id() to return struct...
2012-04-19 Andrew Bartletts3-passdb: Remove unused sampass->pass_must_change_time
2011-11-18 Amitay Isaacss3-py-passdb: Fix handling of uninitialized gid values
2011-11-18 Andrew Bartletts4-s3-upgrade now look for -1 as the special 'not set...
2011-11-11 Amitay Isaacspy_passdb: Cannot steal an item pointer from an array
2011-11-09 Andrew Bartletts3-py_passdb Ensure that group mapping list input is...
2011-10-18 Simo Sorcepdb-interface: Do not use unid_t here
2011-10-12 Simo Sorces3-group-mapping: Remove fstrings from GROUP_MAP.
2011-09-26 Simo Sorces3-passdb: Cleanup use of fstring and move to talloc.
2011-08-26 Amitay Isaacss3-passdb: Allocate talloc stackframe before calling...
2011-08-26 Amitay Isaacss3-passdb: Make domain_sid argument optional for search...
2011-08-26 Amitay Isaacss3-passdb: Return assigned number of hours and not...
2011-08-26 Amitay Isaacss3-passdb: Convert lm_pw and nt_pw to python string...
2011-08-19 Matthias Dieter... s3:passdb/py_passdb.c - restore Python >= 2.4 compatibility
2011-08-19 Amitay Isaacss3-passdb: Fix the get/set routines for pw_history...
2011-08-19 Amitay Isaacss3-passdb: Display username when reporting error on...
2011-08-19 Amitay Isaacss3-passdb: Fix call for search_aliases(). It returns...
2011-08-19 Amitay Isaacss3-passdb: Return list of sids from python wrapper...
2011-08-19 Amitay Isaacss3-passdb: Make arguments for python wrapper enum_group...
2011-08-19 Amitay Isaacss3-passdb: Added python wrapper for passdb methods
2011-08-19 Amitay Isaacss3-passdb: Python wrapper for passdb
2011-08-14 Andrew Bartletts3-passdb: Fix python < 2.6 build errors in passdb...
2011-08-13 Amitay Isaacss3-passdb: Added python method to get_global_sam_sid
2011-08-13 Amitay Isaacss3-passdb: Return dom_sid and guid with correct python...
2011-08-13 Amitay Isaacspassdb: Allocate talloc stackframe before calling in...
2011-08-13 Amitay Isaacspassdb: Added python wrapper to passdb