Age | Commit message (Expand) | Author | Files | Lines |
2008-10-20 | Make sure prototypes are always included, make some functions static and | Jelmer Vernooij | 3 | -2/+3 |
2008-10-11 | Fix include paths to new location of libutil. | Jelmer Vernooij | 2 | -2/+2 |
2008-10-11 | Provide the same set of helper functions for DEBUG in Samba 3 and Samba | Jelmer Vernooij | 1 | -11/+11 |
2008-10-06 | s4:gensec: pass down want_features to the spnego backend mech | Stefan Metzmacher | 3 | -1/+24 |
2008-09-29 | make the schannel creentials persistent | Andrew Tridgell | 1 | -1/+1 |
2008-09-24 | Cosmetic corrections for the KERBEROS library | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2008-09-24 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into crypto | Jelmer Vernooij | 2 | -6/+8 |
2008-09-24 | Move source4/lib/crypto to lib/crypto. | Jelmer Vernooij | 1 | -1/+1 |
2008-09-24 | Fix nasty bug that would come up only if a client connection to a remote | Simo Sorce | 2 | -6/+8 |
2008-09-23 | Merge ldb_search() and ldb_search_exp_fmt() into a simgle function. | Simo Sorce | 1 | -1/+1 |
2008-09-23 | gensec_krb5: only give away the session key, when the authentication is done | Stefan Metzmacher | 1 | -0/+4 |
2008-09-23 | gensec_gssapi: only give away the session key, when the authentication is done | Stefan Metzmacher | 1 | -4/+5 |
2008-08-28 | Heimdal provides Kerberos PAC parsing routines. Use them. | Andrew Bartlett | 1 | -88/+41 |
2008-08-27 | Put the internal gensec_gssapi state into a header. | Andrew Bartlett | 2 | -43/+69 |
2008-08-14 | gensec_gssapi: only cache the session key in STAGE_DONE | Stefan Metzmacher | 1 | -5/+9 |
2008-08-12 | gensec_gssapi: add support for GENSEC_FEATURE_NEW_SPNEGO | Stefan Metzmacher | 1 | -0/+25 |
2008-08-12 | gensec_gssapi: fix compiler warnings | Stefan Metzmacher | 1 | -2/+2 |
2008-08-12 | gensec_gssapi: add a function to load the lucid structure once | Stefan Metzmacher | 1 | -15/+44 |
2008-08-12 | gensec: add support for new style spnego and correctly handle mechListMIC | Stefan Metzmacher | 3 | -7/+135 |
2008-08-08 | gensec_gssapi: use the correct signature size for cfx/rfc4121 style signatures | Stefan Metzmacher | 1 | -1/+1 |
2008-08-08 | gensec_gssapi: use gsskrb5_get_subkey() to get the session key | Stefan Metzmacher | 1 | -3/+3 |
2008-08-07 | gensec_gssapi: add support for GENSEC_FEATURE_SIGN_PKT_HEADER | Stefan Metzmacher | 1 | -4/+82 |
2008-08-07 | gensec: add GENSEC_FEATURE_SIGN_PKT_HEADER flag | Stefan Metzmacher | 1 | -0/+1 |
2008-08-01 | gensec_gssapi: include <gssapi/gssapi.h> | Stefan Metzmacher | 1 | -1/+1 |
2008-07-26 | gensec_gssapi: add support for signing RPC messages | Stefan Metzmacher | 1 | -35/+12 |
2008-06-14 | Make up the right dependencies now that ldb depends on libevents | Simo Sorce | 1 | -0/+1 |
2008-05-31 | Revert Jelmer's CFLAGS commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6c | Andrew Bartlett | 1 | -2/+0 |
2008-05-30 | Move CFLAGS handling out of smb_build. | Jelmer Vernooij | 1 | -0/+2 |
2008-05-18 | Fix a couple (well, little more than that..) of typos. | Jelmer Vernooij | 1 | -4/+4 |
2008-05-18 | Create prototype headers from Makefile directory, without smb_build in the mi... | Jelmer Vernooij | 1 | -2/+2 |
2008-05-18 | Avoid smb_build for prototype headers in some places. | Jelmer Vernooij | 1 | -2/+4 |
2008-05-18 | Use variables for source directory in a couple more places. | Jelmer Vernooij | 1 | -9/+9 |
2008-05-10 | Merge branch 'v4-0-test' into v4-0-gmake3 | Jelmer Vernooij | 1 | -1/+1 |
2008-04-26 | Fix dependencies on gensec_krb5 and the NTLMSSP code. | Andrew Bartlett | 1 | -1/+1 |
2008-04-25 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3 | Jelmer Vernooij | 5 | -33/+35 |
2008-04-21 | Remove more event_context_init() uses from function calls within deep down th... | Simo Sorce | 1 | -17/+5 |
2008-04-17 | Specify event_context to ldb_wrap_connect explicitly. | Jelmer Vernooij | 4 | -10/+14 |
2008-04-17 | Remove event context tracking from the credentials struct. | Jelmer Vernooij | 2 | -6/+16 |
2008-04-15 | Move SOVERSION, VERSION and PC_FILE out of smb_build but use make variables d... | Jelmer Vernooij | 1 | -3/+4 |
2008-04-14 | Fix unresolved symbols. | Jelmer Vernooij | 1 | -1/+1 |
2008-04-14 | Use _OBJ_FILES variables in a couple more places. | Jelmer Vernooij | 1 | -7/+6 |
2008-04-14 | Move object files lists to makefile rather than smb_build. | Jelmer Vernooij | 1 | -9/+14 |
2008-04-14 | Remove prototypes from build.h in preparation of removing build.h | Jelmer Vernooij | 1 | -0/+6 |
2008-04-08 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3 | Jelmer Vernooij | 9 | -25/+125 |
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 | 8 | -24/+124 |
2008-03-09 | Move PC_FILE out of the perl code. | Jelmer Vernooij | 1 | -1/+1 |
2008-03-08 | Push SOVERSION and VERSION out of perl code. | Jelmer Vernooij | 1 | -2/+2 |
2008-03-04 | Fix the build. | Jelmer Vernooij | 1 | -1/+1 |
2008-03-04 | Fix some paths. | Jelmer Vernooij | 1 | -2/+2 |