index
:
platform/upstream/openconnect
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_ivi_genivi
upstream
Domain: Network & Connectivity / Data Network; Licenses: LGPL-2.1+;
Jaehyun Kim <jeik01.kim@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
auth.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-14
Hide nuke_opt_values() if stoken support not built
David Woodhouse
1
-0
/
+2
2012-10-14
stoken: Fill in "password" fields with a generated tokencode
Kevin Cernekee
1
-3
/
+81
2012-10-14
stoken: Implement new auth form to gather soft token information
Kevin Cernekee
1
-2
/
+143
2012-10-13
Fix missing newline in the "No form handler" error message
Kevin Cernekee
1
-1
/
+1
2012-07-12
Use correct XML tag for CSD script on Mac
David Woodhouse
1
-1
/
+1
2012-06-20
Fix typo in error message
David Woodhouse
1
-1
/
+1
2012-06-11
Remove stray openssl includes
David Woodhouse
1
-3
/
+1
2012-05-29
Move basic process_auth_form() out to main.c
David Woodhouse
1
-182
/
+4
2012-05-12
Update copyright years
David Woodhouse
1
-1
/
+1
2011-11-05
Remove all _xxx_SOURCE macros from source, do it in configure.
David Woodhouse
1
-1
/
+0
2011-11-04
Fix NetBSD ctype warnings.
David Woodhouse
1
-2
/
+2
2011-09-22
Make user-visible strings translatable
David Woodhouse
1
-19
/
+26
2011-09-15
Refactor xmlnode_msg() not to use server-provided string as asprintf() format.
David Woodhouse
1
-25
/
+40
2011-09-15
Make parse_xml_response() method and request_body_type args const
David Woodhouse
1
-2
/
+2
2011-06-27
Add openconnect_vpninfo_new_with_cbdata() function to ease C++ integration
David Woodhouse
1
-18
/
+18
2011-03-09
Split private parts of openconnect.h out into openconnect-internal.h
David Woodhouse
1
-1
/
+1
2010-11-24
Clean up auth form handling
Chaskiel Grundman
1
-96
/
+47
2010-04-13
Forget preconfigured password after one attempt; don't keep retrying.
David Woodhouse
1
-0
/
+1
2010-02-22
Handle relative redirect and form action
David Woodhouse
1
-1
/
+1
2010-01-01
Update copyright years
David Woodhouse
1
-1
/
+1
2010-01-01
Fix various memory leaks, mostly with libxml
David Woodhouse
1
-38
/
+85
2009-08-04
Support cookies in a CSD way
Antonio Borneo
1
-0
/
+12
2009-08-04
Fix most arguments to csd script
David Woodhouse
1
-0
/
+1
2009-08-04
Fix double free of stuburl
David Woodhouse
1
-1
/
+1
2009-08-04
Use redirect handling for form action and csd
David Woodhouse
1
-5
/
+2
2009-08-04
Delete CSD script after authentication, use CSD only once
David Woodhouse
1
-2
/
+2
2009-08-04
Remove leading '/' from csd_stuburl and csd_waiturl strings
Adam Piątyszek
1
-1
/
+2
2009-08-04
Do not overwrite the csd_token and csd_ticket strings
Adam Piątyszek
1
-4
/
+6
2009-07-20
First attempt at CSD support
David Woodhouse
1
-1
/
+19
2009-07-20
Allow parse_xml_response to redirect
David Woodhouse
1
-1
/
+6
2009-06-01
Include <string.h> where needed
David Woodhouse
1
-0
/
+1
2009-06-01
Remove <sys/socket.h> from files which don't use it
David Woodhouse
1
-1
/
+0
2009-05-08
Handle parameters in messages
David Woodhouse
1
-11
/
+45
2009-05-08
shift message handling into separate function
David Woodhouse
1
-9
/
+13
2009-05-08
Don't set form->{banner,error,message} if it's empty
David Woodhouse
1
-8
/
+15
2009-05-08
Abort when no login form opts
David Woodhouse
1
-0
/
+8
2009-05-08
Ask user about authentication group
David Woodhouse
1
-15
/
+53
2009-05-07
Allow auth group selection to be set on command line
David Woodhouse
1
-0
/
+19
2009-05-07
apply configured username/password more selectively
David Woodhouse
1
-2
/
+4
2009-04-24
Don't SEGV on empty selection
David Woodhouse
1
-1
/
+5
2009-04-22
Don't print banner/error/message when empty
David Woodhouse
1
-3
/
+3
2009-04-22
Allow process_auth_form() to be overridden in vpninfo
David Woodhouse
1
-4
/
+8
2009-04-22
drop request body args from process_form
David Woodhouse
1
-5
/
+4
2009-04-22
Clean up parse_xml_response() and process_form() return values.
David Woodhouse
1
-17
/
+15
2009-04-22
move form definitions to openconnect.h
David Woodhouse
1
-43
/
+0
2009-04-22
Move append_form_opts() up to avoid having to declare it first
David Woodhouse
1
-15
/
+14
2009-04-22
rename form structures, basic documentation on string handling
David Woodhouse
1
-37
/
+43
2009-04-22
All input types process after user-interaction now
David Woodhouse
1
-32
/
+40
2009-04-22
Handle choice in append_form_opts() too
David Woodhouse
1
-2
/
+3
2009-04-22
Move towards building form submission req _after_ processing input
David Woodhouse
1
-22
/
+39
[next]