Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-02 | s3:passdb: remove a forward declaration of wbcSidToUnixId that has become ↵ | Michael Adam | 1 | -1/+0 | |
unnecessary | |||||
2012-05-02 | s3:passdb: rename sids_to_unix_ids() --> sids_to_unixids() for consistency | Michael Adam | 1 | -1/+1 | |
2012-05-02 | s3-passdb: Use struct unixid in sids_to_unix_ids | Andrew Bartlett | 1 | -1/+1 | |
This avoids the union in the struct wbcUnixId and moves us to using only struct unixid internally. Andrew Bartlett Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2012-05-02 | s3-passdb: Change pdb_sid_to_id() to return struct unixid | Andrew Bartlett | 1 | -0/+1 | |
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> | |||||
2012-04-20 | s3:passdb: do not use the in-memory idmap cache (it will be removed) | Michael Adam | 1 | -2/+0 | |
2011-10-14 | s3-passdb: remove libwbclient header dependency for passdb/lookup_sid.h. | Günther Deschner | 1 | -1/+3 | |
Guenther | |||||
2011-10-14 | s3-passdb: use uintX_t at least in headers. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2011-08-21 | s3-id_cache: Move id caches mgmt out of smbd | Andreas Schneider | 1 | -5/+0 | |
We must leave the MSG_IDMAP_KILL operation in SMBD as it uses smbd specific internal globals and makes sense only in the context of a smbd daemon. The rest is moved under lib/ as we need to deal with id cache cleanups in other daemons too (like lsasd). Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2011-04-13 | s3: Use wbcSidsToUnixIds in create_local_token | Volker Lendecke | 1 | -0/+3 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2011-03-30 | s3-passdb: move LOOKUP_NAME_ flags to passdb where they belong to. | Günther Deschner | 1 | -0/+48 | |
Guenther | |||||
2011-03-30 | s3-passdb: move lsa_dom_info and lsa_name_info out of smb.h into passdb. | Günther Deschner | 1 | -0/+16 | |
Guenther | |||||
2011-03-30 | s3-passdb: add machine_sid.h and lookup_sid.h | Günther Deschner | 1 | -0/+33 | |
Guenther |