summaryrefslogtreecommitdiff
path: root/source3/libnet/libnet_dssync_passdb.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-04libnet: Initialize pointersVolker Lendecke1-4/+3
2021-06-04libnet: Align a few integer typesVolker Lendecke1-3/+3
2020-08-28s3: safe_string: do not include string_wrappers.hMatthew DeVore1-0/+1
2019-11-27smbdotconf: mark "add user script" with substitution="1"Ralph Boehme1-1/+1
2019-11-27smbdotconf: mark "add machine script" with substitution="1"Ralph Boehme1-1/+3
2018-12-20libnet: Use dom_sid_str_bufVolker Lendecke1-23/+32
2018-12-11libnet: Use dom_sid_str_bufVolker Lendecke1-1/+2
2018-12-07libnet: Use dom_sid_str_bufVolker Lendecke1-6/+8
2017-01-03libnet: Use "all_zero" where appropriateVolker Lendecke1-5/+2
2016-10-13Update smbrun to allow for settings environment variables.Trever L. Adams1-1/+1
2016-06-16s3-libnet: Fix compiler errors when building with --address-sanitizerAndrew Bartlett1-1/+1
2016-05-04lib: Give base64.c its own .hVolker Lendecke1-0/+1
2016-05-04lib: Make callers of base64_encode_data_blob check for successVolker Lendecke1-3/+7
2015-03-20s3:libnet: remove unused variablesStefan Metzmacher1-16/+0
2014-02-07param: rename lp function and variable from "adduser_script" to "add_user_scr...Garming Sam1-1/+1
2014-02-07param: rename lp function and variable from "addmachine_script" to "add_machi...Garming Sam1-1/+1
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell1-2/+2
2011-10-12s3-group-mapping: Remove fstrings from GROUP_MAP.Simo Sorce1-71/+129
2011-10-11s3:libnet: convert libnet_dssync_passdb to only use dbwrap wrapper functions.Michael Adam1-32/+48
2011-10-11s3:dbwrap: move the db_open_rbt() prototype to a new header dbwrap_rbt.hMichael Adam1-0/+1
2011-07-29s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam1-1/+1
2011-05-06s3: only include tdb headers where needed.Günther Deschner1-0/+1
2011-05-05More simple const fixes.Jeremy Allison1-1/+1
2011-05-05s3-libnet: run minimal_includes.pl.Günther Deschner1-1/+0
2011-05-04Fix warning messages caused by addition of null check in fstrcpy macro.Jeremy Allison1-6/+6
2011-03-30s3-passdb: add passdb.h where needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/passwd.h when needed.Günther Deschner1-0/+1
2011-03-02s3-libds: use already existing ../libds/common/flag_mapping.h header.Günther Deschner1-0/+1
2011-02-19s3: Add "len" to pdb_set_hoursVolker Lendecke1-1/+2
2011-02-03s3:libnet_dssync_passdb: remove useless DEBUG statementsStefan Metzmacher1-4/+0
2011-02-02s3-dssync-passdb: implement accounts, aliases and groupsStefan Metzmacher1-30/+1696
2011-02-02s3-dssync-passdb: fill in passdb_process_objectsGünther Deschner1-1/+136
2011-02-02s3-dssync-passdb: fill in passdb_finish.Günther Deschner1-1/+6
2011-02-02s3-dssync-passdb: fill in passdb_startup.Günther Deschner1-1/+16
2011-02-02s3-dssync-passdb: add basic routines and net function.Günther Deschner1-0/+59