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
/
source4
/
auth
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r6460: Push the client credentials into NTLMSSP, allowing logins of the form
Andrew Bartlett
4
-102
/
+92
2007-10-10
r6458: Split up NTLMSSP into a new directory, and into seperate files for the
Andrew Bartlett
10
-1620
/
+1668
2007-10-10
r6455: Remove wrapper functions, and ntlmssp_end (which is well handed by tal...
Andrew Bartlett
1
-41
/
+5
2007-10-10
r6454: Start to migrate NTLMSSP away from it's own API to just use GENSEC.
Andrew Bartlett
9
-569
/
+492
2007-10-10
r6453: Move verbose errors for the schannel 'not in the DB, or DB corrupt' er...
Andrew Bartlett
1
-2
/
+4
2007-10-10
r6359: Fix compiler warning with struct sockaddr. I'm sure I fixed this a few
Tim Potter
1
-0
/
+1
2007-10-10
r6340: - added an easy to use function to initialise a temporary ldb with som...
Andrew Tridgell
1
-0
/
+11
2007-10-10
r6322: Fix compile warning for struct sockaddr.
Tim Potter
1
-0
/
+1
2007-10-10
r6128: fix the build
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r6113: Move GENSEC and the kerberos code out of libcli/auth, and into
Andrew Bartlett
27
-3
/
+9962
2007-10-10
r6028: A MAJOR update to intergrate the new credentails system fully with
Andrew Bartlett
1
-1
/
+9
2007-10-10
r5988: Fix the -P option (use machine account credentials) to use the Samba4
Andrew Bartlett
2
-56
/
+7
2007-10-10
r5985: Actually adding auth_domain.c in -r 5983 would probably have been a
Andrew Bartlett
1
-0
/
+199
2007-10-10
r5983: Start support for being a domain member in Samba4.
Andrew Bartlett
1
-0
/
+12
2007-10-10
r5895: Remove old auth_domain code - to be replaced with entirely new impleme...
Andrew Bartlett
1
-552
/
+0
2007-10-10
r5668: Add tests to RPC-SAMLOGON to test for user@REALM style logins. These
Andrew Bartlett
1
-4
/
+23
2007-10-10
r5298: - got rid of pstring.h from includes.h. This at least makes it a bit
Andrew Tridgell
3
-0
/
+3
2007-10-10
r5137: fix types
Stefan Metzmacher
2
-4
/
+4
2007-10-10
r4955: fixed a couple of minor memory leaks in the auth_sam code
Andrew Tridgell
1
-1
/
+11
2007-10-10
r4758: - added async support to the session request code
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4620: - add interface functions to the auth subsystem so that callers doesn'...
Stefan Metzmacher
9
-1361
/
+1038
2007-10-10
r4591: - converted the other _p talloc functions to not need _p
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4566: Fix Samba4 to pass it's own RPC-SAMLOGON torture test.
Andrew Bartlett
1
-26
/
+141
2007-10-10
r4499: Almost make our Samba4 server pass the RPC-SAMLOGON torture test.
Andrew Bartlett
1
-42
/
+63
2007-10-10
r4419: move security_token stuff to the libcli/security/
Stefan Metzmacher
1
-116
/
+16
2007-10-10
r4339: - rename auth_guest to auth_anonymous
Stefan Metzmacher
3
-62
/
+68
2007-10-10
r4151: added privilege attribute handling on samdb.
Andrew Tridgell
1
-0
/
+8
2007-10-10
r4147: converted from NT_USER_TOKEN to struct security_token
Andrew Tridgell
2
-79
/
+58
2007-10-10
r4072: - changed the names of some of the well known sids to be more consistent
Andrew Tridgell
1
-3
/
+3
2007-10-10
r4055: fixed more places to use type safe allocation macros
Andrew Tridgell
1
-5
/
+5
2007-10-10
r4052: fixed a bunch of code to use the type safe _p allocation macros
Andrew Tridgell
1
-2
/
+3
2007-10-10
r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...
Andrew Tridgell
1
-16
/
+18
2007-10-10
r4000: DATA_BLOB.data is uint8_t * not void * :-)
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r3970: fix compiler warning
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r3881: Split up the LIBNDR_GEN subsystem into NDR_* and RPC_NDR_* subsystems.
Jelmer Vernooij
1
-1
/
+2
2007-10-10
r3876: fix compiler warnings
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r3810: create a LIB_SECURITY subsystem
Stefan Metzmacher
1
-1
/
+2
2007-10-10
r3783: - don't use make proto for ldb anymore
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r3744: Support building subsystems as a shared library. Modules don't work yet,
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r3737: - Get rid of the register_subsystem() and register_backend() functions.
Jelmer Vernooij
5
-26
/
+7
2007-10-10
r3733: More build system fixes/features:
Jelmer Vernooij
2
-7
/
+3
2007-10-10
r3599: fixed a couple of memory errors in the rpc netlogon server
Andrew Tridgell
1
-0
/
+7
2007-10-10
r3586: Fix some of the issues with the module init functions.
Jelmer Vernooij
2
-14
/
+9
2007-10-10
r3571: rough guesses at what abartlet really wanted to do in his last commit
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3555: Fix auth_winbind to work with the new auth_util conversion code.
Andrew Bartlett
1
-8
/
+10
2007-10-10
r3554: Use the new talloc_reference changes to simply the conversion of
Andrew Bartlett
1
-61
/
+80
2007-10-10
r3476: fixed some const warnings
Andrew Tridgell
1
-1
/
+2
2007-10-10
r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3462: separate out the crypto includes
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3453: - split out the auth and popt includes
Andrew Tridgell
6
-0
/
+10
[next]