summaryrefslogtreecommitdiff
path: root/source3/passdb/account_pol.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-03lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme1-0/+1
2019-06-30source3: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig1-1/+5
2019-03-01passdb: Use wrapper for string to integer conversionSwen Schillig1-1/+7
2018-10-19lib: Remove gencache.h from proto.hVolker Lendecke1-0/+1
2018-08-17lib: Pass mem_ctx to state_path()Volker Lendecke1-1/+1
2018-05-09Fix Jean François name to be UTF-8Simo Sorce1-1/+1
2015-05-12Convert all uses of uint32/16/8 to _t in source3/passdb.Richard Sharpe1-9/+9
2015-02-13s3-passdb: lift annoying debug message level.Günther Deschner1-1/+1
2014-11-03account_pol: don't leak state_path onto talloc tosDavid Disseldorp1-2/+10
2014-02-07dbwrap: add a dbwrap_flags argument to db_open()Michael Adam1-2/+2
2013-09-05lib: Use "mem_ctx" arg in gencache_getVolker Lendecke1-2/+2
2013-09-05lib: Add a "mem_ctx" arg to gencache_get (unused so far)Volker Lendecke1-1/+1
2012-06-15dbwrap: dbwrap_trans_store_uint32->dbwrap_trans_store_uint32_bystringVolker Lendecke1-1/+1
2012-06-15dbwrap: dbwrap_store_uint32->dbwrap_store_uint32_bystringVolker Lendecke1-1/+2
2012-06-15dbwrap: dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystringVolker Lendecke1-3/+3
2012-01-18s3: Add a "lock_order" argument to db_openVolker Lendecke1-2/+3
2011-10-11s3:dbwrap: change dbwrap_store_uint32() to NTSTATUS return typeMichael Adam1-2/+4
2011-10-11s3:dbwrap: change dbwrap_fetch_uint32() to NTSTATUS return type (instead of b...Michael Adam1-6/+8
2011-10-11s3:passdb:account_pol: use dbwrap_fetch_uint32, not dbwrap_fetch_int32 for th...Michael Adam1-3/+12
2011-10-11s3:passdb: convert account_pol to use dbwrap wrapper functions onlyMichael Adam1-4/+4
2011-08-19s3-passdb: Replace SMB_MALLOC_ARRAY()/SAFE_FREE() with talloc equivalents.Amitay Isaacs1-7/+6
2011-07-29s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam1-1/+1
2011-07-29s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.Michael Adam1-0/+1
2011-03-30s3: only include lib/privileges.h where needed.Günther Deschner1-0/+2
2011-03-30s3-passdb: add passdb.h where needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-0/+1
2010-08-26s3-build: use dbwrap.h only where needed.Günther Deschner1-0/+1
2010-05-08s3-passdb: moving account_pol.c into passdb.Günther Deschner1-0/+453