Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-04-11 | Fixed a crash bug in unixuid module on failed ID mapping | Andrew Tridgell | 1 | -6/+4 | |
We need to intialise *ids regardless of the status of the call, as the IDL specifies that the out[] array always exists. If we don't initialise out then we get a segv when a id mapping fails. This still doesn't explain why the idmapping is failing, but at least the client now gets NT_STATUS_NONE_MAPPED rather than a crashed server. (This used to be commit 4449ce381aca25e7f510a2f24b43c3a81e870032) | |||||
2008-04-02 | winbind: Bump down the debuglevel. | Kai Blin | 1 | -2/+2 | |
(This used to be commit 02c7913bf29ab8cc7e9ce3efe854c02a3c3200cc) | |||||
2008-03-18 | idmap: Map SIDs to unixids instead of uids/gids | Kai Blin | 1 | -0/+82 | |
(This used to be commit 73ac7c4a1ce937bddd3c52d048665cd0078c6aaa) |