Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-03-12 | s3 pdb_wbc_sam: LookupRids should return sAMAccountName, not NT4 names | Dan Sledz | 1 | -5/+7 | |
Also fix an incorrect TALLOC_FREE | |||||
2009-02-25 | Fix an incompatible pointer passed to winbind_get_groups | Volker Lendecke | 1 | -1/+3 | |
This is the same bug that was fixed in other places of the code a few times already: A C compiler ONLY does automatic type conversions during an assignment. Passing down a pointer to type A to a function taking type B as an argument does NOT do any automatic type conversions. If required, I can dig up the relevant portions of the C standard. | |||||
2009-02-24 | s3: Rename auth_onefs_wb and pdb_onefs_sam | Dan Sledz | 1 | -0/+448 | |
auth_onefs_wb.c -> auth_wbc.c pdb_onefs_sam.c -> pdb_wbc_sam.c No changes to functionality |