vfs_catia: Fix return value in lock functions
[bbaumbach/samba-autobuild/.git] / source3 / passdb / account_pol.c
2019-03-01 Swen Schilligpassdb: Use wrapper for string to integer conversion
2018-10-19 Volker Lendeckelib: Remove gencache.h from proto.h
2018-08-17 Volker Lendeckelib: Pass mem_ctx to state_path()
2018-05-09 Simo SorceFix Jean François name to be UTF-8
2015-05-11 Richard SharpeConvert all uses of uint32/16/8 to _t in source3/passdb.
2015-02-13 Günther Deschners3-passdb: lift annoying debug message level.
2014-11-03 David Disseldorpaccount_pol: don't leak state_path onto talloc tos
2014-02-07 Michael Adamdbwrap: add a dbwrap_flags argument to db_open()
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-09-05 Volker Lendeckelib: Use "mem_ctx" arg in gencache_get
2013-09-05 Volker Lendeckelib: Add a "mem_ctx" arg to gencache_get (unused so...
2012-06-15 Volker Lendeckedbwrap: dbwrap_trans_store_uint32->dbwrap_trans_store_u...
2012-06-15 Volker Lendeckedbwrap: dbwrap_store_uint32->dbwrap_store_uint32_bystring
2012-06-15 Volker Lendeckedbwrap: dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystring
2012-01-18 Volker Lendeckes3: Add a "lock_order" argument to db_open
2011-10-11 Michael Adams3:dbwrap: change dbwrap_store_uint32() to NTSTATUS...
2011-10-11 Michael Adams3:dbwrap: change dbwrap_fetch_uint32() to NTSTATUS...
2011-10-11 Michael Adams3:passdb:account_pol: use dbwrap_fetch_uint32, not...
2011-10-11 Michael Adams3:passdb: convert account_pol to use dbwrap wrapper...
2011-08-19 Amitay Isaacss3-passdb: Replace SMB_MALLOC_ARRAY()/SAFE_FREE() with...
2011-07-29 Michael Adams3:dbwrap: move all .c and .h files of dbwrap to lib...
2011-07-29 Michael Adams3:dbwrap: move db_open() to a file dbwrap_open.c of...
2011-03-29 Günther Deschners3: only include lib/privileges.h where needed.
2011-03-29 Günther Deschners3-passdb: add passdb.h where needed.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2010-10-12 Andrew Bartlettlibcli/security Provide a common, top level libcli...
2010-08-25 Günther Deschners3-build: use dbwrap.h only where needed.
2010-05-07 Günther Deschners3-passdb: moving account_pol.c into passdb.