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
/
credentials
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-17
Remove event context tracking from the credentials struct.
Jelmer Vernooij
5
-44
/
+44
2008-04-14
Move object files lists to makefile rather than smb_build.
Jelmer Vernooij
1
-5
/
+4
2008-04-05
Extend credentials python API to include set_machine_account.
Andrew Bartlett
4
-29
/
+78
2008-04-02
Reduce the number of installed headers.
Jelmer Vernooij
1
-1
/
+1
2008-04-02
Install public header files again and include required prototypes.
Jelmer Vernooij
5
-58
/
+170
2008-03-28
Fix and test python scripts and kerberos
Andrew Bartlett
4
-15
/
+111
2008-03-17
Don't require users of credentials.h to have krb5.h and gssapi.h
Andrew Bartlett
3
-7
/
+20
2008-02-29
Move public header accumulation out of the perl code.
Jelmer Vernooij
1
-2
/
+3
2008-01-24
python: Add bindings for cli_credentials_set_cmdline_callbacks().
Jelmer Vernooij
5
-1
/
+38
2008-01-23
Default to creating anonymous credentials.
Jelmer Vernooij
2
-2
/
+2
2008-01-14
pidl/python: Pass credentials and loadparm context when connecting using DCE/...
Jelmer Vernooij
2
-0
/
+33
2007-12-24
r26576: Allow the static module loading code to be used for the Python modules.
Jelmer Vernooij
1
-1
/
+1
2007-12-24
r26572: Fix warnings in the Python code.
Jelmer Vernooij
2
-5
/
+5
2007-12-24
r26570: - Trim size of the swig-generated Python bindings by removing a bunch...
Jelmer Vernooij
2
-77
/
+38
2007-12-21
r26504: Don't rely on system-provided kerberos headers.
Jelmer Vernooij
1
-2
/
+2
2007-12-21
r26484: Don't rely on removed header.
Jelmer Vernooij
2
-1
/
+5
2007-12-21
r26483: Merge ldb module dependency fixes, fix auth python module.
Jelmer Vernooij
1
-17
/
+6
2007-12-21
r26474: Move credentials-specific kerberos file to credentials subsystem. Fix...
Jelmer Vernooij
2
-2
/
+4
2007-12-21
r26464: Tighten dependencies.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26454: Add simple SWIG macro for wrapping talloced types.
Jelmer Vernooij
2
-49
/
+97
2007-12-21
r26445: Fix credentials python bindings.
Jelmer Vernooij
3
-4
/
+11
2007-12-21
r26430: require explicit specification of loadparm context.
Jelmer Vernooij
4
-29
/
+48
2007-12-21
r26399: Use -O option for SWIG (less evil generated code).
Jelmer Vernooij
2
-32
/
+53
2007-12-21
r26385: Integrate gensec-socket into gensec.
Jelmer Vernooij
1
-0
/
+1
2007-12-21
r26382: Remove more uses of global_loadparm.
Jelmer Vernooij
1
-1
/
+1
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
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
r26248: Check in SWIG output so SWIG is not required when running out of svn.
Jelmer Vernooij
2
-0
/
+4172
2007-12-21
r26233: Pass loadparm context when creating krb5 contexts.
Jelmer Vernooij
1
-7
/
+9
2007-12-21
r26231: Spell check: credentails -> credentials.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26229: Set loadparm context as opaque pointer in ldb, remove more uses of gl...
Jelmer Vernooij
1
-5
/
+6
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
r26069: Import python bindings for credentials.
Jelmer Vernooij
3
-0
/
+181
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
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-10-10
r25552: Convert to standard bool type.
Jelmer Vernooij
2
-87
/
+87
2007-10-10
r25446: Merge some changes I made on the way home from SFO:
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
2
-7
/
+10
2007-10-10
r25193: Update headers to easy use by external apps.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
2
-0
/
+2
2007-10-10
r24730: Allow secrets entries to be for service principals.
Andrew Bartlett
1
-6
/
+11
2007-10-10
r24712: No longer expose the 'BOOL' data type in any interfaces.
Jelmer Vernooij
1
-3
/
+3
[next]