1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-15 23:24:37 +03:00

12 Commits

Author SHA1 Message Date
Jim McDonough
b0fd4e5555 Move PAC decoding over from HEAD. -
Andrew Bartlett
64796ed27a The kerberos_verify compoenent of the SessionSetup sync with HEAD.
Andrew Bartlett
-
Jim McDonough
77e1178a88 Sync with HEAD for verifying kerberos tickets. -
Jeremy Allison
1298ecd0b8 Revert tpot's HEAD merge which broke the Heimdal build.
Jeremy.
-
Tim Potter
6f89ee2c9d Sync of Heimdal kerberos stuff with HEAD. If this breaks I'm blaming
the dog again.
-
Jeremy Allison
85dda43476 Get smbd to link with Heimdal. Still missing some client progs...
Jeremy.
-
Jeremy Allison
04cc149c75 Thanks Meeester Potter, for reverting *all* my Heimdal changes because
I mistyped a comma :-).
Jeremy.
-
Tim Potter
51b319f57f Merge of kerberos changes to make this branch build again! -
Jeremy Allison
e8c4098da6 Get closer to Heimdal compile... Damn. HEAD has different code in
kerberos_verify...
Jeremy.
-
Jeremy Allison
f755711df8 Removed global_myworkgroup, global_myname, global_myscope. Added liberal
dashes of const. This is a rather large check-in, some things may break.
It does compile though :-).
Jeremy.
-
Jelmer Vernooij
3928578b52 sync 3.0 branch with head -
Andrew Bartlett
edb41dad2d Break up samba's object dependencies, and its prototype includes.
Now smbclient, net, and swat use their own proto files - now the global
proto.h

The change to libads/kerberos.c was to break up the dependency on secrets.c -
we want to be able to write an ADS client that doesn't need local secrets.

I have other breakups in the works - I will remove the dependency of
rpc_parse on passdb (and therefore secrets.c) shortly.

(NOTE:  This patch does *not* break up includes.h, or other such forbidden
actions).

Andrew Bartlett
-