summaryrefslogtreecommitdiff
path: root/source4/gtk/common/credentials.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r9772: Make credentials callbacks more consistant with the abstractionAndrew Bartlett1-14/+3
function interface used in the credentials code. Fix bug in ntlm_auth, where we would overwrite the PW specified as a first input. (Reported and chased by Kai Blin <blin@gmx.net>, bug #3040) Andrew Bartlett (This used to be commit 04af95bd31de39ad6aff349a4838dd77cb300034)
2007-10-10r6600: Rework of the GTK credentials system; the credentials information isJelmer Vernooij1-18/+72
now in a seperate (optional) dialog rather then in the binding dialog; also supports specifying anonymous connections (which we didn't before). (This used to be commit 8671e1a1fa8ef416c1819f811653eff190d3074a)
2007-10-10r5987: Add credentials callback for gtk+. The gtk+ apps now no longerJelmer Vernooij1-0/+95
ask for a password when kerberos is being used. (This used to be commit 642ec7cbef6d392b49ed0fe86d1816d4953e30ad)