summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap_passdb.c
AgeCommit message (Collapse)AuthorFilesLines
2012-05-02s3-passdb: Change pdb_sid_to_id() to return struct unixidAndrew Bartlett1-25/+2
This will make it easier to consistantly pass a struct unixid all the way up and down the idmap stack, and allow ID_TYPE_BOTH to be handled correctly. Andrew Bartlett Signed-off-by: Michael Adam <obnox@samba.org>
2011-10-18pdb-interface: Do not use unid_t hereSimo Sorce1-4/+5
This interface needs to be publicly available, unid_t here is not really useful and makes it harder to use it as unid_t is not a public union. Autobuild-User: Simo Sorce <idra@samba.org> Autobuild-Date: Tue Oct 18 20:57:16 CEST 2011 on sn-devel-104
2011-03-30s3-passdb: add passdb.h where needed.Günther Deschner1-0/+1
Guenther
2011-03-22s3:idmap: remove the params argument from the init functionMichael Adam1-1/+1
2011-03-06s3: Remove close_fn from idmap_methodsVolker Lendecke1-6/+0
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Mar 6 13:37:13 CET 2011 on sn-devel-104
2011-02-13s3: Fix some nonempty blank linesVolker Lendecke1-4/+4
2010-08-26s3-idmap: only include idmap headers where needed.Günther Deschner1-0/+1
Guenther
2008-08-12idmap rewriteVolker Lendecke1-10/+1
(This used to be commit 30a180f2fce8cf6a3e5548f6bba453272ba70b33)
2008-07-11Revert "Fix nonempty whitespace only lines"Volker Lendecke1-4/+4
This reverts commit cc77db2acbc35cea58576f1e28c7a760a5e31609. (This used to be commit ed5b516c2027d78011cdaa7cbbc01bb01e766381)
2008-07-02Fix nonempty whitespace only linesVolker Lendecke1-4/+4
(This used to be commit cc77db2acbc35cea58576f1e28c7a760a5e31609)
2007-10-10r25154: move winbindd code into winbindd/Stefan Metzmacher1-0/+139
metze (This used to be commit 3ac7566ae14c48ff9b0f6b232e0ec4b2f73df558)