summaryrefslogtreecommitdiff
path: root/source4/libcli/auth/gensec.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2004-07-06 02:59:05 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:56:53 -0500
commit93665a132dd76a4012db2ffcf14e861edbb1f755 (patch)
tree4b854412dead01c142570a5a42d9f25a5afed7bb /source4/libcli/auth/gensec.h
parent66ac77dd124c0a3a65ef3ef835015433366d3e44 (diff)
downloadsamba-93665a132dd76a4012db2ffcf14e861edbb1f755.tar.gz
samba-93665a132dd76a4012db2ffcf14e861edbb1f755.tar.bz2
samba-93665a132dd76a4012db2ffcf14e861edbb1f755.zip
r1357: Work on GENSEC:
- Add the concept of a 'subcontext' into gensec, so that the spengo code doesn't have to figure out how to make one. (A subcontext inherits the username, domain, password (or callback) from the main context). - Add comments to some other routines, and explain a bit about what the various 'start' functions are for. Andrew Bartlett (This used to be commit 7aedbfbdd92b4ca93cbd0babff16e7526201ee88)
Diffstat (limited to 'source4/libcli/auth/gensec.h')
-rw-r--r--source4/libcli/auth/gensec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/libcli/auth/gensec.h b/source4/libcli/auth/gensec.h
index 463b484a7f..e30369ba0b 100644
--- a/source4/libcli/auth/gensec.h
+++ b/source4/libcli/auth/gensec.h
@@ -72,6 +72,7 @@ struct gensec_security {
void *private_data;
struct gensec_user user;
enum gensec_role gensec_role;
+ BOOL subcontext;
};
/* this structure is used by backends to determine the size of some critical types */