summaryrefslogtreecommitdiffstats
path: root/src/gss_names.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix memory leak with gssntlm_namesSimo Sorce2013-12-131-1/+1
| | | | Thanks to Stefan Becker <chemobejk@gmail.com> for finding this leak.
* Add special case for enterprise namesSimo Sorce2013-10-181-1/+42
| | | | | | | | | | | | | | | | | | | | | | | | When enterprise names are used they need to be passed with the embedded '@' signed escaped with a '\', when that is done the whole name is used as the user name and the name is not split on the @ or \ characters. These forms are now supported: foo USERNAME: foo DOMAIN: <null> BAR\foo USERNAME: foo DOMAIN: BAR foo@BAR USERNAME: foo DOMAIN: BAR foo\@bar.example.com USERNAME: foo\@bar.example.com DOMAIN: <null>
* Treat NO OID as GSS_C_NT_USER_NAME on importSimo Sorce2013-10-181-3/+6
|
* Add gss_display_name implementationSimo Sorce2013-08-211-0/+69
|
* Add implementation of gss_inquire_contextSimo Sorce2013-08-211-0/+9
| | | | Also add source and target names to the context.
* Basic implementation of accept_sec_contextSimo Sorce2013-08-181-1/+1
| | | | For now works only for satndalone server with access to a password file.
* Add helper to copy names and gss_duplicate_nameSimo Sorce2013-07-281-0/+79
|
* Internal release nameSimo Sorce2013-07-281-9/+13
|
* Implement basic naming functionsSimo Sorce2013-07-181-0/+263