Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s3-talloc Change TALLOC_ZERO_P() to talloc_zero() | Andrew Bartlett | 2011-06-09 | 1 | -1/+1 |
| | | | | | Using the standard macro makes it easier to move code into common, as TALLOC_ZERO_P isn't standard talloc. | ||||
* | s3:idmap: remove the params argument from the init function | Michael Adam | 2011-03-22 | 1 | -2/+1 |
| | |||||
* | s3: Remove close_fn from idmap_methods | Volker Lendecke | 2011-03-06 | 1 | -6/+0 |
| | | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Mar 6 13:37:13 CET 2011 on sn-devel-104 | ||||
* | s3-idmap-rid: private_data is a talloc child of dom | Volker Lendecke | 2011-03-06 | 1 | -1/+0 |
| | |||||
* | s3: Remove an unnecessary if-statement | Volker Lendecke | 2011-03-06 | 1 | -3/+1 |
| | |||||
* | s3-winbind: Fixed the build of idmap_rid. | Andreas Schneider | 2010-10-15 | 1 | -0/+1 |
| | |||||
* | s3-idmap: only include idmap headers where needed. | Günther Deschner | 2010-08-26 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | s3:idmap_rid: remove a comment that does not apply in that place. | Michael Adam | 2010-08-14 | 1 | -4/+0 |
| | | | | Probably got copied from a different location. | ||||
* | s3:idmap_rid: remove unused domain_name from the idmap_rid_context. | Michael Adam | 2010-08-14 | 1 | -3/+1 |
| | |||||
* | s3:idmap_rid: remove range from idmap_rid_context() | Michael Adam | 2010-08-14 | 1 | -39/+0 |
| | | | | Now, the idmap_domain range that is centrally parsed is used. | ||||
* | s3:idmap_rid: use range from idmap_domain in idmap_rid_sid_to_id() | Michael Adam | 2010-08-14 | 1 | -8/+8 |
| | |||||
* | s3:idmap_rid: use ranges from idmap_domain struct in idmap_rid_id_to_sid() | Michael Adam | 2010-08-14 | 1 | -11/+12 |
| | |||||
* | s3:idmap_rid: remove unused talloc context var from idmap_rid_sids_to_unixids() | Michael Adam | 2010-08-14 | 1 | -8/+0 |
| | |||||
* | s3:idmap_rid: remove unused talloc context arg from idmap_rid_sid_to_id() | Michael Adam | 2010-08-14 | 1 | -2/+2 |
| | |||||
* | s3:idmap_rid: remove unused talloc context var from idmap_rid_unixids_to_sids() | Michael Adam | 2010-08-14 | 1 | -8/+0 |
| | |||||
* | s3:idmap_rid: remove unused talloc ctx argument from idmap_rid_id_to_sid() | Michael Adam | 2010-08-14 | 1 | -2/+2 |
| | |||||
* | s3:idmap_rid: untangle assignment from check in idmap_rid_initialize() | Michael Adam | 2010-08-14 | 1 | -1/+2 |
| | |||||
* | More fix to initialize idmap statuses | Bo Yang | 2009-03-02 | 1 | -0/+10 |
| | |||||
* | idmap rewrite | Volker Lendecke | 2008-08-12 | 1 | -18/+2 |
| | | | | (This used to be commit 30a180f2fce8cf6a3e5548f6bba453272ba70b33) | ||||
* | Revert "fix typos" | Volker Lendecke | 2008-07-11 | 1 | -4/+2 |
| | | | | | This reverts commit e0957c6f4b1e81c27fda1de7fb7cbc9c585f5ac9. (This used to be commit 0d2fc3c394d300d906cdcd14f1abf8e6f84beff7) | ||||
* | fix typos | Volker Lendecke | 2008-07-02 | 1 | -2/+4 |
| | | | | (This used to be commit e0957c6f4b1e81c27fda1de7fb7cbc9c585f5ac9) | ||||
* | Replace sid_string_static by sid_string_dbg in DEBUGs | Volker Lendecke | 2007-12-15 | 1 | -1/+1 |
| | | | | (This used to be commit bb35e794ec129805e874ceba882bcc1e84791a09) | ||||
* | r25154: move winbindd code into winbindd/ | Stefan Metzmacher | 2007-10-10 | 1 | -0/+267 |
metze (This used to be commit 3ac7566ae14c48ff9b0f6b232e0ec4b2f73df558) |