index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
sesssetup.c
Age
Commit message (
Expand
)
Author
Files
Lines
2001-12-31
- portablitity fixes for cc -64 on irix
Andrew Tridgell
1
-1
/
+1
2001-12-20
check for a winbindd username when doing a kerberos auth
Andrew Tridgell
1
-0
/
+11
2001-12-20
don't use server_info after its been freed
Andrew Tridgell
1
-2
/
+4
2001-12-20
support "map to guest" with spnego
Andrew Tridgell
1
-21
/
+43
2001-12-19
added trusted realm support to ADS authentication
Andrew Tridgell
1
-5
/
+10
2001-12-08
Ensure that 'use spnego' restricts, rather than just advises our clients.
Andrew Bartlett
1
-1
/
+6
2001-12-05
Ensure we fill in the %U for NTLMSSP connections
Andrew Bartlett
1
-1
/
+3
2001-12-05
added a REALLY gross hack into kerberos_kinit_password so that
Andrew Tridgell
1
-1
/
+1
2001-11-29
Make better use of the ads_init() function to get the kerberos relam etc.
Andrew Bartlett
1
-7
/
+12
2001-11-28
fixed some krb5 ifdefs
Andrew Tridgell
1
-2
/
+2
2001-11-27
fixed another memory leak
Andrew Tridgell
1
-1
/
+1
2001-11-27
more memory leak fixes
Andrew Tridgell
1
-1
/
+6
2001-11-26
we can safely give NO_SUCH_USER if the ticket decodes but the local
Andrew Tridgell
1
-1
/
+1
2001-11-26
challange -> challenge
Tim Potter
1
-2
/
+2
2001-11-24
added "net join" command
Andrew Tridgell
1
-38
/
+5
2001-11-24
This is another rather major change to the samba authenticaion
Andrew Bartlett
1
-38
/
+85
2001-11-20
add a hook to save the krb5 PAC
Andrew Tridgell
1
-0
/
+8
2001-11-12
Spelling fixes.
Tim Potter
1
-6
/
+6
2001-11-12
Code duplication is bad. So add an add_signiture() function and just refernce
Andrew Bartlett
1
-23
/
+17
2001-11-11
Kill off 'restrict anonymous' becouse it is useless in its current form.
Andrew Bartlett
1
-47
/
+0
2001-11-09
This change updates lp_guestaccount() to be a *global* paramater, rather than
Andrew Bartlett
1
-2
/
+2
2001-11-09
fix the tree so it compiles again
Andrew Tridgell
1
-1
/
+1
2001-11-08
Change to guest logon code.
Andrew Bartlett
1
-58
/
+62
2001-11-03
anonymous logins are guest logins, so mark them as such. (Otherwise they can
Andrew Bartlett
1
-1
/
+1
2001-11-03
Move the test for non-SPNEGO session setups when using SPNEGO, becouse its a
Andrew Bartlett
1
-5
/
+5
2001-11-01
Various post AuthRewrite cleanups, fixups and tidyups.
Andrew Bartlett
1
-3
/
+3
2001-10-31
This should fix up the compile with krb5.
Andrew Bartlett
1
-7
/
+9
2001-10-31
This is a farily large patch (3300 lines) and reworks most of the AuthRewrite
Andrew Bartlett
1
-197
/
+159
2001-10-30
Spnego on the 'server' end of security=server just does not work, so set the
Andrew Bartlett
1
-1
/
+7
2001-10-23
get rid of compiler warnings (casts and delete unused variables)
Herb Lewis
1
-1
/
+1
2001-10-22
- fixed link order of krb5 libs
Andrew Tridgell
1
-19
/
+5
2001-10-21
Ok, I know it's a language thing and it shouldn't matter.... but a kerberos
Jeremy Allison
1
-6
/
+6
2001-10-21
change smbd to use HOST/hostname principle form until I work out how
Andrew Tridgell
1
-22
/
+18
2001-10-21
fixed the spnego detection code in session setup
Andrew Tridgell
1
-2
/
+8
2001-10-20
crude fix for anonymous session setup with extended security
Andrew Tridgell
1
-1
/
+62
2001-10-20
better krb5 error handling (thanks andrewb!)
Andrew Tridgell
1
-1
/
+6
2001-10-20
finished auth when we get a valid kerberos ticket
Andrew Tridgell
1
-8
/
+58
2001-10-18
the beginnings of kerberos support in smbd. It doesn't work yet, but
Andrew Tridgell
1
-9
/
+91
2001-10-17
removed some debug code
Andrew Tridgell
1
-2
/
+2
2001-10-17
added basic NTLMSSP support in smbd. This is still quite rough, and
Andrew Tridgell
1
-0
/
+258
2001-10-15
split session setup code out of reply.c in preparation for adding
Andrew Tridgell
1
-0
/
+355