summaryrefslogtreecommitdiff
path: root/source3/utils/net_domain.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r19754: * When using a krb5 session setup, we don't fill in the server_nameGerald Carter1-3/+3
string the clis_state struct. So call saf_store() after we have the short domain name in the lsa_query_inof_policy code. * Remove unused server string in saf_delete() (This used to be commit 3eddae2f2080f8dafec883cb9ffa2e578c242607)
2007-10-10r18747: replace rpccli_lsa_close() with rpccli_lsa_Close()Gerald Carter1-1/+1
(This used to be commit 50d74ce0488a9bd0980cdc6d523a210f6238ef74)
2007-10-10r16845: Properly report the error during join when the set password failsGerald Carter1-0/+7
(This used to be commit ef6e9ca5276586c081fcf18bb178a2326309b539)
2007-10-10r15701: change 'net ads leave' to disable the machine account in the domain ↵Gerald Carter1-0/+338
(since removal implies greater permissions that Windows clients require) (This used to be commit ad1f947625612ef16adb69fc2cfeffc68a9a2e02)