Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-11 | s3-auth: Fix valgrind warning (unitialized var) in samu_to_SamInfo3(). | Günther Deschner | 1 | -5/+7 | |
Guenther s3:auth do not fail if there are 0 group sids Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-06-11 | s3:auth fix samu->info3 conversion | Simo Sorce | 1 | -0/+3 | |
Some pdb_get_ functions where missing because of previous mis-patching | |||||
2010-06-07 | s3:auth handle unix domain sids in samu | Simo Sorce | 1 | -34/+124 | |
When we generate a user out of thin air we may end up adding sids that are not part of the sam domain (unix domain sids). Handle the case and preserve these sids as extra sids. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-05-29 | s3:auth fix info3 duplication function | Simo Sorce | 1 | -3/+8 | |
2010-05-28 | s3-auth: fix c++ buildwarnings. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2010-05-27 | Fix Out of memory checks | Simo Sorce | 1 | -37/+59 | |
Günther pushed an older version of the patch "s3:auth add function to copy a netr_SamInfo3 structure" that was missing these fixes. | |||||
2010-05-28 | s3:auth add function to convert wbcAuthUserInfo to netr_SamInfo3 | Simo Sorce | 1 | -0/+135 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-05-28 | s3:auth use info3 in auth_serversupplied_info | Simo Sorce | 1 | -202/+75 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-05-28 | s3:auth add function to copy a netr_SamInfo3 structure | Simo Sorce | 1 | -0/+61 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-05-28 | s3:auth: add function to convert samu to netr_SamInfo3 | Simo Sorce | 1 | -0/+166 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-05-21 | s3:dom_sid Global replace of DOM_SID with struct dom_sid | Andrew Bartlett | 1 | -5/+5 | |
This matches the structure that new code is being written to, and removes one more of the old-style named structures, and the need to know that is is just an alias for struct dom_sid. Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-05-18 | s3-crypto: only include crypto headers when crypto is done. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-04-12 | s3/s4:netlogon IDL - fix up "struct netr_SamInfo6" regarding the "forest" ↵ | Matthias Dieter Wallnöfer | 1 | -3/+3 | |
attribute According to MS-NRPC 2.2.1.4.13 this should be the DNS domainname, not the forest one. | |||||
2010-04-11 | s3: Move serverinfo_to_SamInfoX to auth/server_info.c | Volker Lendecke | 1 | -0/+287 | |
2010-04-11 | s3: Move make_server_info to auth/server_info.c | Volker Lendecke | 1 | -0/+55 | |