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
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
2007-10-10
r3449: more include file reduction
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3447: more include/system/XXX.h include files
Andrew Tridgell
2
-0
/
+2
2007-10-10
r3443: the next stage in the include files re-organisation.
Andrew Tridgell
2
-7
/
+7
2007-10-10
r3428: switched to using minimal includes for the auto-generated RPC code.
Andrew Tridgell
3
-0
/
+4
2007-10-10
r3361: Allow Samba4 (I'm interested in ntlm_auth in particular) to use
Andrew Bartlett
4
-10
/
+163
2007-10-10
r3278: - rewrote the client side rpc connection code to use lib/socket/
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3269: fixed return value
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3190: When we don't have a PAC, do a lookup in the local ldb instead.
Andrew Bartlett
1
-118
/
+245
2007-10-10
r3186: Use the properties of the new talloc() system to handle the auth
Andrew Bartlett
1
-9
/
+5
2007-10-10
r3170: Add winbind client support back into Samba4. This is to allow
Andrew Bartlett
3
-37
/
+41
2007-10-10
r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...
Andrew Tridgell
1
-0
/
+24
2007-10-10
r2856: fixed a minor memory leak in the auth code
Andrew Tridgell
1
-50
/
+61
2007-10-10
r2798: get rid of a unnecessary static
Andrew Tridgell
1
-3
/
+5
2007-10-10
r2793: fixed the handling of primaryGroupID in auth_sam. There were two bugs,
Andrew Tridgell
1
-2
/
+12
2007-10-10
r2710: continue with the new style of providing a parent context whenever
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2674: I have realised that talloc() should have its context marked const, as
Andrew Tridgell
1
-2
/
+2
2007-10-10
r2669: convert make_user_info() and associated functions from malloc to talloc
Andrew Tridgell
1
-50
/
+59
2007-10-10
r2654: fixed some more server memory leaks. We are now down to a single leak
Andrew Tridgell
1
-3
/
+15
2007-10-10
r2650: fixed a memory leak in make_server_info()
Andrew Tridgell
5
-8
/
+9
2007-10-10
r2648: - use a destructor on struct server_connection to simplify the
Andrew Tridgell
3
-19
/
+15
[next]