summaryrefslogtreecommitdiff
path: root/source3/passdb/util_unixsids.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-20Make getpwnam_alloc() static to lib/username.c, and ensure all username looku...Jeremy Allison1-1/+1
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-1/+1
2010-09-26s3: Remove talloc_autofree_context() from lookup_unix_user_name()Volker Lendecke1-1/+1
2010-09-20s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.Günther Deschner1-2/+3
2010-07-11s3: [ug]id_to_unix_... can not failVolker Lendecke1-4/+12
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-10/+10
2010-01-10s3: Replace most calls to sid_append_rid() by sid_compose()Volker Lendecke1-12/+14
2009-10-13s3: Fix some nonempty blank linesVolker Lendecke1-5/+5
2008-11-06Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...Jeremy Allison1-1/+1
2008-07-24Add casts to uint32_t to match prototype for sid_append_rid().Jeremy Allison1-4/+4
2008-07-24Use sys_getgrnam not getgrnam. Pointed out by Herb.Jeremy Allison1-1/+1
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-8/+8
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r17709: Fix cut-n-paste error with the name of gid_to_unix_group_sid().Gerald Carter1-1/+1
2007-10-10r17669: Remove RID algorithm support from unmapped users and groupsGerald Carter1-0/+6
2007-10-10r16865: This is a proposal to fix bug 3915. Before sending patches around, th...Volker Lendecke1-0/+6
2007-10-10r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter1-1/+1
2007-10-10r13316: Let the carnage begin....Gerald Carter1-0/+94