summaryrefslogtreecommitdiff
path: root/source3/groupdb/mapping.c
Commit message (Expand)AuthorAgeFilesLines
* Update smbrun to allow for settings environment variables.Trever L. Adams2016-10-131-5/+5
* Convert all uses of uint32/16/8 to _t in source3/groupdb.Richard Sharpe2015-05-141-6/+6
* lib: Remove tdb_compatVolker Lendecke2015-03-171-1/+1
* param: rename lp function and variable from "setprimarygroup_script" to "set_...Garming Sam2014-02-071-2/+2
* param: rename lp function and variable from "deluserfromgroup_script" to "del...Garming Sam2014-02-071-2/+2
* param: rename lp function and variable from "delgroup_script" to "delete_grou...Garming Sam2014-02-071-2/+2
* param: rename lp function and variable from "addusertogroup_script" to "add_u...Garming Sam2014-02-071-2/+2
* param: rename lp function and variable from "addgroup_script" to "add_group_s...Garming Sam2014-02-071-2/+2
* s3:passdb add a gid argument to pdb_create_builtin_aliasChristian Ambach2013-06-211-12/+22
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-10/+10
* s3-group-mapping: Remove fstrings from GROUP_MAP.Simo Sorce2011-10-121-65/+155
* s3-groupdb: split out groupdb/mapping_tdb.h.Günther Deschner2011-10-121-0/+1
* s3-passdb: Cleanup use of fstring and move to talloc.Simo Sorce2011-09-261-2/+8
* s3-group-mapping: Remove unused functions.Simo Sorce2011-09-261-34/+0
* tdb_compat.h: divert every tdb build and includes to tdb_compatRusty Russell2011-06-201-1/+1
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-091-1/+1
* s3: only include tdb headers where needed.Günther Deschner2011-05-061-0/+1
* Fix warning messages caused by addition of null check in fstrcpy macro.Jeremy Allison2011-05-041-2/+2
* 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-winbind: remove global inclusion of libwbclient.Günther Deschner2011-03-301-0/+1
* s3: Improve a debug message, we have more than pdb_tdb.Volker Lendecke2011-02-201-1/+1
* s3:groupdb: allow machine accounts as members.Stefan Metzmacher2011-02-021-4/+4
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-0/+1
* s3:groupdb: allocate a gid after allocating a rid in pdb_default_create_alias()Michael Adam2010-08-141-6/+7
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-24/+24
* s3-rpc_misc: clean out include/rpc_misc.h.Günther Deschner2010-05-181-1/+1
* s3: Fix some nonempty blank linesVolker Lendecke2010-03-141-17/+15
* s3:groupmap revert to tdb storageSimo Sorce2010-03-011-19/+1
* s3: Replace most calls to sid_append_rid() by sid_compose()Volker Lendecke2010-01-101-2/+1
* Pass a talloc_ctx to pdb_enum_aliasmemVolker Lendecke2009-06-081-3/+4
* Fix a bunch of compiler warnings about wrong format types.Jeremy Allison2009-05-111-3/+3
* Add fix from Simo for bug #5540 - missing code to substituteJeremy Allison2008-07-141-3/+6
* groupdb: readd groupdb:backend parametric optionStefan Metzmacher2008-04-121-2/+20
* Fix flags in call of lookup_name() in pdb_default_create_alias().Michael Adam2007-12-171-1/+1
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-151-1/+1
* Remove all pstring from groupdb/Jeremy Allison2007-11-131-34/+95
* [crash fix] don't use already free'ed memoryStefan Metzmacher2007-10-241-2/+2
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-9/+9
* r25405: Fix formatting as per metze's commentsGerald Carter2007-10-101-1/+1
* r25393: Removed unused variableGerald Carter2007-10-101-2/+0
* r25380: Remove the groupdb:mapping parameter as discussed in the following th...Gerald Carter2007-10-101-14/+2
* r25024: Fix a whole bunch of Coverity bugsVolker Lendecke2007-10-101-0/+1
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach2007-10-101-1/+1
* r23323: merged ldb changes from 3.0.26Andrew Tridgell2007-10-101-11/+87
* r22787: More from Karolin: Make map_unix_group() static to net_sam.c, add "netVolker Lendecke2007-10-101-64/+0
* r22786: Some cleanup by Karolin Seeger: Remove unused pdb_find_alias, and changeVolker Lendecke2007-10-101-16/+0
* r22554: Fix an assumption that TALLOC_ARRAY(.., 0) != NULL.Volker Lendecke2007-10-101-2/+7