Age | Commit message (Expand) | Author | Files | Lines |
2007-12-21 | r26264: pass name resolve order explicitly, use torture context for settings ... | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26260: Store loadparm context in gensec context. | Jelmer Vernooij | 1 | -7/+7 |
2007-12-21 | r26258: Use loadparm context in client_start function of gensec. | Jelmer Vernooij | 1 | -3/+3 |
2007-12-21 | r26252: Specify loadparm_context explicitly when creating sessions. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26236: Remove more uses of global_loadparm or specify loadparm_context expli... | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26231: Spell check: credentails -> credentials. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26222: Avoid global_loadparm in a couple more places. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25552: Convert to standard bool type. | Jelmer Vernooij | 1 | -12/+12 |
2007-10-10 | r25430: Add the loadparm context to all parametric options. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25035: Fix some more warnings, use service pointer rather than service numbe... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25027: Fix more warnings. | Jelmer Vernooij | 1 | -4/+4 |
2007-10-10 | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r25000: Fix some more C++ compatibility warnings. | Jelmer Vernooij | 1 | -5/+5 |
2007-10-10 | r24994: Fix some C++ warnings. | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r22966: Make sure to return LOGON_FAILURE if the user's kerberos password is | Andrew Bartlett | 1 | -5/+12 |
2007-10-10 | r19633: Merge to lorikeet-heimdal, removing krb5_rd_req_return_keyblock in fa... | Andrew Bartlett | 1 | -28/+41 |
2007-10-10 | r19604: This is a massive commit, and I appologise in advance for it's size. | Andrew Bartlett | 1 | -47/+51 |
2007-10-10 | r19598: Ahead of a merge to current lorikeet-heimdal: | Andrew Bartlett | 1 | -0/+3 |
2007-10-10 | r18257: Order the GENSEC modules, with unknown modules last. | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r18250: Add an ordering of GENSEC modules, so we do preferred modules first. | Andrew Bartlett | 1 | -2/+4 |
2007-10-10 | r16056: Fix errors found by trying to use our kpasswd server and the Apple cl... | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r15853: started the process of removing the warnings now that | Andrew Tridgell | 1 | -3/+1 |
2007-10-10 | r15485: This 'fake' GSSAPI doesn't do the extra SASL negotiation correctly, so | Andrew Bartlett | 1 | -1/+0 |
2007-10-10 | r15330: Add comment for IBM checker. | Andrew Bartlett | 1 | -2/+1 |
2007-10-10 | r15297: Move create_security_token() to samdb as it requires SAMDB (and the r... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14952: Make sure the auth subsystem gets initialized if a gensec module need... | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r14542: Remove librpc, libndr and libnbt from includes.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r14464: Don't include ndr_BASENAME.h files unless strictly required, instead | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14383: Fix non-developer build. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14380: Reduce the size of structs.h | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r13924: Split more prototypes out of include/proto.h + initial work on header | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r13247: Try to make better use of talloc in the auth/ and auth/gensec code. | Andrew Bartlett | 1 | -6/+17 |
2007-10-10 | r13206: This patch finally re-adds a -k option that works reasonably. | Andrew Bartlett | 1 | -2/+4 |
2007-10-10 | r12804: This patch reworks the Samba4 sockets layer to use a socket_address | Andrew Bartlett | 1 | -34/+7 |
2007-10-10 | r12682: This patch finally fixes our kpasswdd implementation to be compatible | Andrew Bartlett | 1 | -4/+74 |
2007-10-10 | r12608: Remove some unused #include lines. | Jelmer Vernooij | 1 | -2/+0 |
2007-10-10 | r11543: A major upgrade to our KDC and PAC handling. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r11521: Add in client support for checking supportedSASLmechanisms, and then | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r11400: fix compiler warnings | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r11399: Add another case where we need to fallback, if the KDC isn't there. | Andrew Bartlett | 1 | -0/+4 |
2007-10-10 | r11314: Use a patch from lha to have the kerberos libs extract the PAC, rather | Andrew Bartlett | 1 | -12/+42 |
2007-10-10 | r11270: Move the core CrackNames code from rpc_server/drsuapi to dsdb/samdb. | Andrew Bartlett | 1 | -13/+6 |
2007-10-10 | r11239: Use ${REALM} for the realm in rootdse.ldif | Andrew Bartlett | 1 | -2/+1 |
2007-10-10 | r11216: Upgrade to gd's PAC extraction code from Samba3. While I still want | Andrew Bartlett | 1 | -27/+26 |
2007-10-10 | r11212: Enable sealing of data with raw krb5, consolidate some code into the | Andrew Bartlett | 1 | -61/+63 |
2007-10-10 | r11200: Reposition the creation of the kerberos keytab for GSSAPI and Krb5 | Andrew Bartlett | 1 | -3/+7 |
2007-10-10 | r10565: Try to make Kerberos authentication a bit more friendly. | Andrew Bartlett | 1 | -2/+5 |
2007-10-10 | r10383: This patch is on the road to implementing servers (such as kpasswd) that | Andrew Bartlett | 1 | -29/+140 |