summaryrefslogtreecommitdiffstats
path: root/source3/libnet/libnet_dssync_passdb.c
Commit message (Expand)AuthorAgeFilesLines
* param: rename lp function and variable from "adduser_script" to "add_user_scr...Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from "addmachine_script" to "add_machi...Garming Sam2014-02-071-1/+1
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-2/+2
* s3-group-mapping: Remove fstrings from GROUP_MAP.Simo Sorce2011-10-121-71/+129
* s3:libnet: convert libnet_dssync_passdb to only use dbwrap wrapper functions.Michael Adam2011-10-111-32/+48
* s3:dbwrap: move the db_open_rbt() prototype to a new header dbwrap_rbt.hMichael Adam2011-10-111-0/+1
* s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam2011-07-291-1/+1
* s3: only include tdb headers where needed.Günther Deschner2011-05-061-0/+1
* More simple const fixes.Jeremy Allison2011-05-051-1/+1
* s3-libnet: run minimal_includes.pl.Günther Deschner2011-05-051-1/+0
* Fix warning messages caused by addition of null check in fstrcpy macro.Jeremy Allison2011-05-041-6/+6
* s3-passdb: add passdb.h where needed.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/passwd.h when needed.Günther Deschner2011-03-301-0/+1
* s3-libds: use already existing ../libds/common/flag_mapping.h header.Günther Deschner2011-03-021-0/+1
* s3: Add "len" to pdb_set_hoursVolker Lendecke2011-02-191-1/+2
* s3:libnet_dssync_passdb: remove useless DEBUG statementsStefan Metzmacher2011-02-031-4/+0
* s3-dssync-passdb: implement accounts, aliases and groupsStefan Metzmacher2011-02-021-30/+1696
* s3-dssync-passdb: fill in passdb_process_objectsGünther Deschner2011-02-021-1/+136
* s3-dssync-passdb: fill in passdb_finish.Günther Deschner2011-02-021-1/+6
* s3-dssync-passdb: fill in passdb_startup.Günther Deschner2011-02-021-1/+16
* s3-dssync-passdb: add basic routines and net function.Günther Deschner2011-02-021-0/+59