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-12-21
r26323: Regenerated credentials SWIG.
Jelmer Vernooij
1
-3
/
+1
2007-12-21
r26321: Fix python tests.
Jelmer Vernooij
1
-2
/
+3
2007-12-21
r26320: Clean up properly after error.
Jelmer Vernooij
2
-3
/
+2
2007-12-21
r26319: Split encoding functions out of libcli_ldap.
Jelmer Vernooij
2
-1
/
+2
2007-12-21
r26316: Use contexts for conversion functions.
Jelmer Vernooij
2
-7
/
+7
2007-12-21
r26274: Some syntax fixes, remove more global_loadparm instances.
Jelmer Vernooij
2
-3
/
+5
2007-12-21
r26272: Remove global_loadparm in some more places.
Jelmer Vernooij
1
-2
/
+3
2007-12-21
r26271: Remove some more uses of global_loadparm.
Jelmer Vernooij
2
-7
/
+12
2007-12-21
r26270: Require specifying the loadparm_context or NULL to cli_credentials_gu...
Jelmer Vernooij
3
-8
/
+27
2007-12-21
r26269: Fix a couple more references to global_loadparm.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26268: Avoid more use of global_loadparm - put lp_ctx in smb_server and wbsr...
Jelmer Vernooij
1
-3
/
+3
2007-12-21
r26264: pass name resolve order explicitly, use torture context for settings ...
Jelmer Vernooij
6
-7
/
+8
2007-12-21
r26260: Store loadparm context in gensec context.
Jelmer Vernooij
10
-73
/
+74
2007-12-21
r26258: Use loadparm context in client_start function of gensec.
Jelmer Vernooij
9
-28
/
+34
2007-12-21
r26252: Specify loadparm_context explicitly when creating sessions.
Jelmer Vernooij
8
-31
/
+63
2007-12-21
r26250: Avoid global_loadparm in a couple more places.
Jelmer Vernooij
4
-14
/
+23
2007-12-21
r26248: Check in SWIG output so SWIG is not required when running out of svn.
Jelmer Vernooij
4
-0
/
+7353
2007-12-21
r26236: Remove more uses of global_loadparm or specify loadparm_context expli...
Jelmer Vernooij
2
-4
/
+4
2007-12-21
r26235: Avoid global_loadparm.
Jelmer Vernooij
1
-3
/
+5
2007-12-21
r26234: More global_loadparm fixes.
Jelmer Vernooij
5
-22
/
+28
2007-12-21
r26233: Pass loadparm context when creating krb5 contexts.
Jelmer Vernooij
7
-14
/
+22
2007-12-21
r26231: Spell check: credentails -> credentials.
Jelmer Vernooij
5
-5
/
+5
2007-12-21
r26229: Set loadparm context as opaque pointer in ldb, remove more uses of gl...
Jelmer Vernooij
5
-13
/
+15
2007-12-21
r26228: Store loadparm context in auth context, move more loadparm_contexts u...
Jelmer Vernooij
9
-28
/
+40
2007-12-21
r26227: Make loadparm_context part of a server task, move loadparm_contexts f...
Jelmer Vernooij
2
-3
/
+3
2007-12-21
r26226: Avoid more uses of global_loadparm.
Jelmer Vernooij
3
-7
/
+11
2007-12-21
r26224: Remove another use of global_loadparm.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26222: Avoid global_loadparm in a couple more places.
Jelmer Vernooij
3
-5
/
+6
2007-12-21
r26221: Add loadparm_context parameter to auth_context_create.
Jelmer Vernooij
4
-4
/
+9
2007-12-21
r26205: Pass loadparm_context to secrets_db_connect() rather than using globa...
Jelmer Vernooij
2
-2
/
+1
2007-12-21
r26204: Binsings for some more functions.
Jelmer Vernooij
2
-0
/
+12
2007-12-21
r26203: Avoid using ldb_wrap for secrets database.
Jelmer Vernooij
1
-0
/
+1
2007-12-21
r26189: Add really trivial testsuite for the auth module.
Jelmer Vernooij
3
-2
/
+37
2007-12-21
r26136: Attempt to fix dependencies for auth.
Jelmer Vernooij
3
-5
/
+4
2007-12-21
r26134: Avoid using samdb-dependent functions in auth_system_session.
Jelmer Vernooij
2
-2
/
+119
2007-12-21
r26127: Move session code out of auth_util.c. No longer making it part of aut...
Jelmer Vernooij
6
-450
/
+556
2007-12-21
r26099: Don't depend on nonexistant auth_util.h header.
Jelmer Vernooij
1
-1
/
+0
2007-12-21
r26078: Import Python bindings for system_session functions (still needs tests).
Jelmer Vernooij
2
-0
/
+51
2007-12-21
r26069: Import python bindings for credentials.
Jelmer Vernooij
3
-0
/
+181
2007-12-21
r26016: remove unneeded include
Stefan Metzmacher
1
-1
/
+0
2007-12-21
r26006: Improve some dependencies.
Jelmer Vernooij
2
-5
/
+1
2007-12-21
r26004: Add some simple credentials tests.
Jelmer Vernooij
1
-0
/
+120
2007-12-21
r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.
Jelmer Vernooij
5
-5
/
+8
2007-12-21
r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)
Stefan Metzmacher
3
-49
/
+74
2007-12-21
r25839: use nss_wrapper code in samba4 if
Stefan Metzmacher
1
-1
/
+1
2007-12-21
r25703: Use less entropy by using the pointer value as a process-unique token.
Andrew Bartlett
1
-10
/
+2
2007-12-21
r25660: Add a new interface 'generate_secret_buffer()', to be used when we
Andrew Bartlett
1
-1
/
+1
2007-12-21
r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network...
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r25576: BOOL -> bool
Stefan Metzmacher
2
-8
/
+8
2007-10-10
r25562: Use standard bool types in cyrus sasl code - patch by Julien.
Jelmer Vernooij
1
-8
/
+9
[next]