summaryrefslogtreecommitdiff
path: root/source3/passdb/util_unixsids.c
Commit message (Expand)AuthorAgeFilesLines
* s3-passdb: move util_unixsids.c out of passdb.Günther Deschner2011-03-301-117/+0
* 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
* lib/util/util_pw: share sys_get{pw,gr} group of calls.Günther Deschner2011-03-301-0/+1
* Quite some callers of sid_split_rid do not care about the ridVolker Lendecke2011-03-101-4/+2
* Make getpwnam_alloc() static to lib/username.c, and ensure all username looku...Jeremy Allison2010-10-201-1/+1
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-1/+1
* s3: Remove talloc_autofree_context() from lookup_unix_user_name()Volker Lendecke2010-09-261-1/+1
* s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.Günther Deschner2010-09-201-2/+3
* s3: [ug]id_to_unix_... can not failVolker Lendecke2010-07-111-4/+12
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-10/+10
* s3: Replace most calls to sid_append_rid() by sid_compose()Volker Lendecke2010-01-101-12/+14
* s3: Fix some nonempty blank linesVolker Lendecke2009-10-131-5/+5
* Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...Jeremy Allison2008-11-061-1/+1
* Add casts to uint32_t to match prototype for sid_append_rid().Jeremy Allison2008-07-241-4/+4
* Use sys_getgrnam not getgrnam. Pointed out by Herb.Jeremy Allison2008-07-241-1/+1
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-8/+8
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r17709: Fix cut-n-paste error with the name of gid_to_unix_group_sid().Gerald Carter2007-10-101-1/+1
* r17669: Remove RID algorithm support from unmapped users and groupsGerald Carter2007-10-101-0/+6
* r16865: This is a proposal to fix bug 3915. Before sending patches around, th...Volker Lendecke2007-10-101-0/+6
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2007-10-101-1/+1
* r13316: Let the carnage begin....Gerald Carter2007-10-101-0/+94