Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-08 | libcli/auth bring ADS_IGNORE_PRINCIPAL in common | Andrew Bartlett | 1 | -1/+2 | |
2010-12-04 | s4:auth/gensec/gensec_krb5.c - fix/reorder memory free operations | Matthias Dieter Wallnöfer | 1 | -3/+15 | |
To prevent memory leaks | |||||
2010-12-04 | s4:auth/gensec/gensec_krb5.c - remove a pointless "nt_status" test | Matthias Dieter Wallnöfer | 1 | -8/+3 | |
There is no operation which sets the "nt_status" before the "if". | |||||
2010-12-04 | s4:auth/kerberos/kerberos_pac.c - fix another memory leak regarding the KRB ↵ | Matthias Dieter Wallnöfer | 1 | -1/+4 | |
principal In addition fix a counter type Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sat Dec 4 15:14:46 CET 2010 on sn-devel-104 | |||||
2010-12-04 | s4:dsdb/common/util_samr.c and auth/sam.c - fix error message | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-12-03 | s4:auth/sam.c - when printing out a string buffer we don't strictly need the ↵ | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
width The precision (maximum numbers of characters) should be enough. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Fri Dec 3 10:26:39 CET 2010 on sn-devel-104 | |||||
2010-12-03 | s4:auth/sam.c - the check for the SAMDB needs to be on the top of the call | Matthias Dieter Wallnöfer | 1 | -6/+5 | |
Otherwise it's really useless. | |||||
2010-12-03 | s4:auth/sam.c - fix the free of memory contexts | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
"tmp_ctx" needs always to be freed ("res" is freed implicitly) | |||||
2010-12-03 | s4:auth/sam.c - specify the SID ignore case better | Matthias Dieter Wallnöfer | 1 | -1/+7 | |
As per suggestion by metze. | |||||
2010-12-02 | s4:auth/sam.c-"authsam_expand_nested_groups" - don't fail if we've ↵ | Matthias Dieter Wallnöfer | 1 | -4/+4 | |
memberships on non-SAM objects This can be expected (think at a membership of a "groupOfNames" group) and we shouldn't blame about it. This fixes a bug reported on the technical mailing list. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Thu Dec 2 17:17:56 CET 2010 on sn-devel-104 | |||||
2010-12-01 | pygensec: Fix initialization. | Jelmer Vernooij | 1 | -1/+1 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Dec 1 02:33:06 CET 2010 on sn-devel-104 | |||||
2010-12-01 | pyauth: Use talloc.Object. | Jelmer Vernooij | 1 | -3/+5 | |
2010-12-01 | pygensec: Use talloc.Object. | Jelmer Vernooij | 1 | -1/+4 | |
2010-12-01 | pycredentials: Use talloc.Object. | Jelmer Vernooij | 1 | -2/+5 | |
2010-11-29 | s4:auth/gensec/gensec_tstream.c - quiet warnings on Solaris "cc" | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
2010-11-29 | s4:auth/ntlmssp/ntlmssp_server.c - remove unnecessary ";" | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-11-29 | s4:auth/gensec/gensec_gssapi.c - always print error messages on the same ↵ | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
talloc context | |||||
2010-11-28 | s4-tests/bind.py: Use samba.tests.connect_samdb() instead of directly using ↵ | Kamen Mazdrashki | 1 | -7/+10 | |
SamDB class connect_samdb() functino will correctly handle things like: - session_info param - it will create system_session() using supplied LoadParm parameter and thus avoiding creation of multiple LoadParm instances (LoadParm() will mask certain command line supplied options) - host url will be prefixed with ldap:// automatically Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Sun Nov 28 03:00:41 CET 2010 on sn-devel-104 | |||||
2010-11-25 | s4-tests: Modified bind.py to use samba.tests.delete_force | Nadezhda Ivanova | 1 | -7/+2 | |
2010-11-22 | Avoid the use of PyAPI_DATA, which is for internal Python API's. | Arnaud Faucher | 1 | -2/+2 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Nov 22 00:52:56 CET 2010 on sn-devel-104 | |||||
2010-11-17 | s4-gensec: zero the gssapi_state | Andrew Tridgell | 1 | -1/+1 | |
this fixes a use of the target_principal before initialisation Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-11-15 | s4-gensec Indicate if GENSEC is in client or server mode in the debug | Andrew Bartlett | 1 | -2/+4 | |
2010-11-15 | auth/ntlm: Use name consistent with other service names. | Jelmer Vernooij | 1 | -1/+1 | |
2010-11-15 | auth/gensec Handle incorrect username or password in Kerberos client code | Andrew Bartlett | 2 | -0/+3 | |
Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Mon Nov 15 02:09:40 UTC 2010 on sn-devel-104 | |||||
2010-11-14 | s4-auth: fixed infinite loop in krb5 auth | Andrew Tridgell | 1 | -1/+1 | |
we were continually trying the first address returned, instead of moving to the next address Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Sun Nov 14 04:11:28 UTC 2010 on sn-devel-104 | |||||
2010-11-14 | s4-auth: fixed crash in krb5 auth | Andrew Tridgell | 1 | -2/+1 | |
remote_addr was used after free | |||||
2010-11-13 | s4-test: we need to import testtools before subunit/python | Andrew Tridgell | 1 | -1/+1 | |
subunit/python depends on testtools Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Sat Nov 13 02:02:45 UTC 2010 on sn-devel-104 | |||||
2010-11-11 | s4/test: Expand BindTest | Anatoliy Atanasov | 1 | -20/+60 | |
The test now binds with user@realm, domain\user, user dn, computer dn Autobuild-User: Anatoliy Atanasov <anatoliy.atanasov@postpath.com> Autobuild-Date: Thu Nov 11 16:15:30 UTC 2010 on sn-devel-104 | |||||
2010-11-08 | s4-auth Supply more useful error messages on Kerberos failure | Andrew Bartlett | 3 | -13/+28 | |
The practice of returning only NT_STATUS_INVALID_PARAMETER hasn't helped our users to debug problems effectivly, and so we now return more errors and try and give a more useful debug message when then happen. Andrew Bartlett | |||||
2010-11-08 | s4-auth Fix typos in samba4 auth code | Brad Hards | 1 | -7/+7 | |
2010-11-07 | credentials: Lowercase library name, | Jelmer Vernooij | 5 | -20/+20 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Nov 7 01:48:44 UTC 2010 on sn-devel-104 | |||||
2010-11-07 | samdb: Lowercase library name. | Jelmer Vernooij | 2 | -5/+5 | |
2010-11-05 | s4-kerberos Mention the remote address we fail to contact the KDC on | Andrew Bartlett | 1 | -1/+10 | |
2010-11-05 | s4/auth: Add logon_parameters to authenticate_username_pw | Anatoliy Atanasov | 2 | -8/+12 | |
We need to be able to set the logon parameters in the same way as in the ntlm server so we can handle openldap simple authentication call correctly. Autobuild-User: Anatoliy Atanasov <anatoliy@samba.org> Autobuild-Date: Fri Nov 5 06:32:43 UTC 2010 on sn-devel-104 | |||||
2010-11-05 | s4/test: Added test for simple bind with machine account | Anatoliy Atanasov | 1 | -0/+116 | |
Samba4 returns error on simple bind, when we do it using openldap simple_bind_s api. | |||||
2010-11-04 | s4-auth: unconditionally set previous_ev | Andrew Tridgell | 1 | -3/+1 | |
we need the caller to know when the previous_ev was NULL Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-11-03 | s4:waf - fix the build on Gentoo platforms | Philip M. White | 1 | -2/+4 | |
Signed-off-by: Matthias Dieter Wallnöfer <mdw@samba.org> | |||||
2010-11-01 | s4-modules: get rid of the remaining static prototypes for modules | Andrew Tridgell | 2 | -18/+4 | |
the waf build now generates the prototype declarations for us | |||||
2010-10-31 | s4-auth: added a dependency on com_err | Andrew Tridgell | 1 | -1/+1 | |
this helps with the gentoo build. The problem is that without the depenency, we don't add the cflags from the pkgconfig for com_err to the build of auth/gensec. That really reflects a more general problem with propogation of include dependencies, but this simple fix should be enough for now. Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Sun Oct 31 13:13:33 UTC 2010 on sn-devel-104 | |||||
2010-10-31 | s4: Remove the old perl/m4/make/mk-based build system. | Jelmer Vernooij | 9 | -841/+0 | |
The new waf-based build system now has all the same functionality, and the old build system has been broken for quite some time. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 31 02:01:44 UTC 2010 on sn-devel-104 | |||||
2010-10-30 | s4-cmdline: make cmdline-credentials a private library | Andrew Tridgell | 1 | -1/+1 | |
2010-10-30 | s4-auth: make KERBEROS subsystem into authkrb5 private library | Andrew Tridgell | 2 | -9/+10 | |
this fixes some double linking. The name 'KERBEROS' was also a bit confusing, as it sounded like a base kerberos library, when it is in fact part of auth | |||||
2010-10-30 | s4-credentials: make a private library from CREDENTIALS subsystem | Andrew Tridgell | 1 | -8/+9 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-27 | auth/credentials Give a sensible behaviour for resetting the krb5 context | Andrew Bartlett | 1 | -3/+8 | |
This extra code isn't used at the moment, but I noticed the old API was rather supprising in it's behaviour, and might catch someone out at some later time. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Oct 27 05:24:22 UTC 2010 on sn-devel-104 | |||||
2010-10-26 | talloc: change pytalloc-util to be a public library. | Jelmer Vernooij | 3 | -3/+3 | |
2010-10-26 | waf: Remove lib prefix from libraries manually. | Jelmer Vernooij | 3 | -6/+6 | |
2010-10-26 | s4: Drop duplicate 'lib' prefix for private libraries. | Jelmer Vernooij | 4 | -4/+4 | |
2010-10-24 | s4: Rename WBCLIENT to wbclient. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-24 | s4: Rename LIBSAMBA-* to libsamba-* | Jelmer Vernooij | 3 | -5/+5 | |
2010-10-24 | s4: Rename LIBSECURITY{_SESSION,} to libsecurity{_session,} | Jelmer Vernooij | 3 | -7/+7 | |