summaryrefslogtreecommitdiff
path: root/source3/groupdb/mapping.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-08s3:groupdb: Add missing newline to logging messageJoseph Sutton1-1/+1
2020-08-03lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme1-0/+1
2019-11-27smbdotconf: mark "set primary group script" with substitution="1"Ralph Boehme1-2/+4
2019-11-27smbdotconf: mark "delete user from group script" with substitution="1"Ralph Boehme1-2/+4
2019-11-27smbdotconf: mark "delete group script" with substitution="1"Ralph Boehme1-2/+4
2019-11-27smbdotconf: mark "add user to group script" with substitution="1"Ralph Boehme1-2/+4
2019-11-27smbdotconf: mark "add group script" with substitution="1"Ralph Boehme1-2/+4
2019-09-26s3/groupdb: clang: Fix 'Value stored during its initialization is never read'Noel Power1-1/+1
2019-06-30source3: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig1-2/+3
2019-03-01groupdb: Use wrapper for string to integer conversionSwen Schillig1-1/+10
2018-12-20groupdb: Use dom_sid_str_bufVolker Lendecke1-1/+2
2018-05-09Fix Jean François name to be UTF-8Simo Sorce1-1/+1
2018-04-04groupdb: Fix CID 1167984 Ignoring number of bytes readVolker Lendecke1-1/+5
2016-10-13Update smbrun to allow for settings environment variables.Trever L. Adams1-5/+5
2015-05-14Convert all uses of uint32/16/8 to _t in source3/groupdb.Richard Sharpe1-6/+6
2015-03-17lib: Remove tdb_compatVolker Lendecke1-1/+1
2014-02-07param: rename lp function and variable from "setprimarygroup_script" to "set_...Garming Sam1-2/+2
2014-02-07param: rename lp function and variable from "deluserfromgroup_script" to "del...Garming Sam1-2/+2
2014-02-07param: rename lp function and variable from "delgroup_script" to "delete_grou...Garming Sam1-2/+2
2014-02-07param: rename lp function and variable from "addusertogroup_script" to "add_u...Garming Sam1-2/+2
2014-02-07param: rename lp function and variable from "addgroup_script" to "add_group_s...Garming Sam1-2/+2
2013-06-21s3:passdb add a gid argument to pdb_create_builtin_aliasChristian Ambach1-12/+22
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell1-10/+10
2011-10-12s3-group-mapping: Remove fstrings from GROUP_MAP.Simo Sorce1-65/+155
2011-10-12s3-groupdb: split out groupdb/mapping_tdb.h.Günther Deschner1-0/+1
2011-09-26s3-passdb: Cleanup use of fstring and move to talloc.Simo Sorce1-2/+8
2011-09-26s3-group-mapping: Remove unused functions.Simo Sorce1-34/+0
2011-06-20tdb_compat.h: divert every tdb build and includes to tdb_compatRusty Russell1-1/+1
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett1-1/+1
2011-05-06s3: only include tdb headers where needed.Günther Deschner1-0/+1
2011-05-04Fix warning messages caused by addition of null check in fstrcpy macro.Jeremy Allison1-2/+2
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-30s3-winbind: remove global inclusion of libwbclient.Günther Deschner1-0/+1
2011-02-20s3: Improve a debug message, we have more than pdb_tdb.Volker Lendecke1-1/+1
2011-02-02s3:groupdb: allow machine accounts as members.Stefan Metzmacher1-4/+4
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-0/+1
2010-08-14s3:groupdb: allocate a gid after allocating a rid in pdb_default_create_alias()Michael Adam1-6/+7
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-24/+24
2010-05-18s3-rpc_misc: clean out include/rpc_misc.h.Günther Deschner1-1/+1
2010-03-14s3: Fix some nonempty blank linesVolker Lendecke1-17/+15
2010-03-01s3:groupmap revert to tdb storageSimo Sorce1-19/+1
2010-01-10s3: Replace most calls to sid_append_rid() by sid_compose()Volker Lendecke1-2/+1
2009-06-08Pass a talloc_ctx to pdb_enum_aliasmemVolker Lendecke1-3/+4
2009-05-11Fix a bunch of compiler warnings about wrong format types.Jeremy Allison1-3/+3
2008-07-14Add fix from Simo for bug #5540 - missing code to substituteJeremy Allison1-3/+6
2008-04-12groupdb: readd groupdb:backend parametric optionStefan Metzmacher1-2/+20
2007-12-17Fix flags in call of lookup_name() in pdb_default_create_alias().Michael Adam1-1/+1
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke1-1/+1
2007-11-13Remove all pstring from groupdb/Jeremy Allison1-34/+95