summaryrefslogtreecommitdiff
path: root/source3/auth/server_info.c
Commit message (Expand)AuthorAgeFilesLines
* s3: Make proper use of sid_check_is_in_xx routinesVolker Lendecke2010-11-051-2/+2
* s3: Fix a typoVolker Lendecke2010-11-051-1/+1
* s3-rpc_server: Make auth_serversupplied_info const.Andreas Schneider2010-10-151-1/+1
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-1/+1
* s3-util: use shared dom_sid_dup.Günther Deschner2010-09-201-5/+5
* s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.Günther Deschner2010-09-201-2/+3
* s3-netlogon: remove global include of netlogon.h.Günther Deschner2010-08-061-0/+1
* s3: Fix a typo (missing space)Volker Lendecke2010-07-241-1/+1
* s3: In copy_netr_SamInfo3 copy all of the sids arrayVolker Lendecke2010-06-251-0/+3
* s3-auth: Fix valgrind warning (unitialized var) in samu_to_SamInfo3().Günther Deschner2010-06-111-5/+7
* s3:auth fix samu->info3 conversionSimo Sorce2010-06-111-0/+3
* s3:auth handle unix domain sids in samuSimo Sorce2010-06-071-34/+124
* s3:auth fix info3 duplication functionSimo Sorce2010-05-291-3/+8
* s3-auth: fix c++ buildwarnings.Günther Deschner2010-05-281-2/+2
* Fix Out of memory checksSimo Sorce2010-05-271-37/+59
* s3:auth add function to convert wbcAuthUserInfo to netr_SamInfo3Simo Sorce2010-05-281-0/+135
* s3:auth use info3 in auth_serversupplied_infoSimo Sorce2010-05-281-202/+75
* s3:auth add function to copy a netr_SamInfo3 structureSimo Sorce2010-05-281-0/+61
* s3:auth: add function to convert samu to netr_SamInfo3Simo Sorce2010-05-281-0/+166
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-5/+5
* s3-crypto: only include crypto headers when crypto is done.Günther Deschner2010-05-181-0/+1
* s3/s4:netlogon IDL - fix up "struct netr_SamInfo6" regarding the "forest" att...Matthias Dieter Wallnöfer2010-04-121-3/+3
* s3: Move serverinfo_to_SamInfoX to auth/server_info.cVolker Lendecke2010-04-111-0/+287
* s3: Move make_server_info to auth/server_info.cVolker Lendecke2010-04-111-0/+55