summaryrefslogtreecommitdiff
path: root/source3/auth/server_info.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-24s3: Fix a typo (missing space)Volker Lendecke1-1/+1
2010-06-25s3: In copy_netr_SamInfo3 copy all of the sids arrayVolker Lendecke1-0/+3
2010-06-11s3-auth: Fix valgrind warning (unitialized var) in samu_to_SamInfo3().Günther Deschner1-5/+7
2010-06-11s3:auth fix samu->info3 conversionSimo Sorce1-0/+3
2010-06-07s3:auth handle unix domain sids in samuSimo Sorce1-34/+124
2010-05-29s3:auth fix info3 duplication functionSimo Sorce1-3/+8
2010-05-28s3-auth: fix c++ buildwarnings.Günther Deschner1-2/+2
2010-05-27Fix Out of memory checksSimo Sorce1-37/+59
2010-05-28s3:auth add function to convert wbcAuthUserInfo to netr_SamInfo3Simo Sorce1-0/+135
2010-05-28s3:auth use info3 in auth_serversupplied_infoSimo Sorce1-202/+75
2010-05-28s3:auth add function to copy a netr_SamInfo3 structureSimo Sorce1-0/+61
2010-05-28s3:auth: add function to convert samu to netr_SamInfo3Simo Sorce1-0/+166
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-5/+5
2010-05-18s3-crypto: only include crypto headers when crypto is done.Günther Deschner1-0/+1
2010-04-12s3/s4:netlogon IDL - fix up "struct netr_SamInfo6" regarding the "forest" att...Matthias Dieter Wallnöfer1-3/+3
2010-04-11s3: Move serverinfo_to_SamInfoX to auth/server_info.cVolker Lendecke1-0/+287
2010-04-11s3: Move make_server_info to auth/server_info.cVolker Lendecke1-0/+55