summaryrefslogtreecommitdiffstats
path: root/source4/lib/cmdline/credentials.c
Commit message (Collapse)AuthorAgeFilesLines
* r14363: Remove credentials.h from the global includes.Jelmer Vernooij2007-10-101-0/+1
| | | | (This used to be commit 98c4c3051391c6f89df5d133665f51bef66b1563)
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-3/+0
| | | | (This used to be commit 70e7449318aa0e9d2639c76730a7d1683b2f4981)
* r12320: Add command-line processing hooks for simple bind DN, and password ↵Andrew Bartlett2007-10-101-6/+13
| | | | | | | | | callback. We may change this in future. Andrew Bartlett (This used to be commit 5fec784d4795af0cf82d36766586ded134f62165)
* r10402: Make the RPC-SAMLOGON test pass against Win2k3 SP0 again.Andrew Bartlett2007-10-101-2/+1
| | | | | | | | | | | | | | I still have issues with Win2k3 SP1, and Samba4 doesn't pass it's own test for the moment, but I'm working on these issues :-) This required a change to the credentials API, so that the special case for NTLM logins using a principal was indeed handled as a special, not general case. Also don't set the realm from a ccache, as then it overrides --option=realm=. Andrew Bartlett (This used to be commit 194e8f07c0cb4685797c5a7a074577c62dfdebe3)
* r10316: More dynconfig fixesJelmer Vernooij2007-10-101-1/+0
| | | | (This used to be commit 0963ab9c148772b961f17ec779213b0eb861e1dd)
* r9772: Make credentials callbacks more consistant with the abstractionAndrew Bartlett2007-10-101-6/+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)
* r9728: A *major* update to the credentials system, to incorporate theAndrew Bartlett2007-10-101-5/+14
| | | | | | | | | | | | | | | Kerberos CCACHE into the system. This again allows the use of the system ccache when no username is specified, and brings more code in common between gensec_krb5 and gensec_gssapi. It also has a side-effect that may (or may not) be expected: If there is a ccache, even if it is not used (perhaps the remote server didn't want kerberos), it will change the default username. Andrew Bartlett (This used to be commit 6202267f6ec1446d6bd11d1d37d05a977bc8d315)
* r5917: First step in using the new cli_credentials structure. This patchJelmer Vernooij2007-10-101-0/+49
puts support for it into popt_common, adds a few utility functions (in lib/credentials.c) and the callback functions for the command-line (lib/cmdline/credentials.c). Comments are welcome :-) (This used to be commit 1d49b57c50fe8c2683ea23e9df41ce8ad774db98)