Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-04-29 | s4-param Rename private_path() -> lpcfg_private_path() | Andrew Bartlett | 11 | -18/+18 | |
This is consistent with lock_path() Andrew Bartlett | |||||
2011-04-29 | s4-param Remove config_path() -> lpcfg_config_path() | Andrew Bartlett | 3 | -3/+3 | |
This is consistent with lock_path() Andrew Bartlett | |||||
2011-04-29 | s4-param Rename lock_path() -> lpcfg_lock_path() | Andrew Bartlett | 4 | -5/+5 | |
This avoids a conflict with the source3/ lock_path() | |||||
2011-04-29 | libcli/smb Move attrib_string in common | Andrew Bartlett | 1 | -46/+0 | |
2011-04-29 | libcli/smb Move FILE_ATTRIBUTE defines to the top level | Andrew Bartlett | 1 | -18/+0 | |
2011-04-29 | Revert "s4:selftest: skip s3member tests for now" | Stefan Metzmacher | 1 | -1/+0 | |
This reverts commit c5034ac3155958c0d3e2a1cfbfc669bc2e869f29. This doesn't seem to help and isn't needed if the filesystem has posix acl support. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Apr 29 08:23:01 CEST 2011 on sn-devel-104 | |||||
2011-04-28 | s4:libcli/smb_composite: move smb2_composite_setpathinfo_setinfo_done() | Stefan Metzmacher | 1 | -25/+27 | |
It should be after smb2_composite_setpathinfo_create_done(). metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Apr 28 21:38:53 CEST 2011 on sn-devel-104 | |||||
2011-04-28 | s4:libcli/smb_composite: move smb2_composite_setpathinfo_create_done() | Stefan Metzmacher | 1 | -22/+23 | |
It should be after smb2_composite_setpathinfo_send(). metze | |||||
2011-04-28 | s4:libcli/smb_composite: add smb2_composite_setpathinfo_close_done() | Stefan Metzmacher | 1 | -1/+12 | |
metze | |||||
2011-04-28 | s4:libcli/smb_composite: better names for smb2_composite_setpathinfo_* funcs ↵ | Stefan Metzmacher | 1 | -22/+15 | |
and vars metze | |||||
2011-04-28 | s4:libcli/smb2: let smb2_session_setup_spnego_* use tevent_req | Stefan Metzmacher | 2 | -72/+118 | |
metze | |||||
2011-04-28 | s4:libcli/smb2: move smb2_session_setup_spnego_send() to the top | Stefan Metzmacher | 1 | -62/+64 | |
smb2_session_setup_spnego_send() should be on the top of the smb2_session_setup_spnego_* block. metze | |||||
2011-04-28 | s4:libcli/smb2: move smb2_connect_tcon_done() | Stefan Metzmacher | 1 | -20/+22 | |
It should be after smb2_connect_session_done(). metze | |||||
2011-04-28 | s4:libcli/smb2: move smb2_connect_session_done() | Stefan Metzmacher | 1 | -36/+38 | |
It should be after smb2_connect_negprot_done(). metze | |||||
2011-04-28 | s4:libcli/smb2: move smb2_connect_negprot_done() | Stefan Metzmacher | 1 | -69/+71 | |
It should be after smb2_connect_socket_done(). metze | |||||
2011-04-28 | s4:libcli/smb2: move smb2_connect_socket_done() | Stefan Metzmacher | 1 | -55/+57 | |
It should be after smb2_connect_resolve_done(). metze | |||||
2011-04-28 | s4:libcli/smb2: move smb2_connect_resolve_done() | Stefan Metzmacher | 1 | -36/+35 | |
It should be after smb2_connect_send(). metze | |||||
2011-04-28 | s4:libcli/smb2: rename step functions of smb2_connect_*() | Stefan Metzmacher | 1 | -26/+10 | |
They should all start with a smb2_connect_ prefix. metze | |||||
2011-04-28 | s4:libcli/smb2: convert smb2_connect_*() to tevent_req | Stefan Metzmacher | 3 | -123/+215 | |
metze | |||||
2011-04-28 | s4:ntvfs/smb2: use sync version of smb2_connect() | Stefan Metzmacher | 1 | -10/+8 | |
We don't use it in an async fashion anyway. metze | |||||
2011-04-28 | s4:selftest: skip s3member tests for now | Stefan Metzmacher | 1 | -0/+1 | |
They are flakey, see http://git.samba.org/autobuild.flakey/2011-04-28-1501/samba4.stdout http://git.samba.org/autobuild.flakey/2011-04-28-1700/samba4.stdout metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Apr 28 18:42:06 CEST 2011 on sn-devel-104 | |||||
2011-04-28 | selftest: s3member admember test to confirm s3/s4 interopability | Andrew Bartlett | 1 | -4/+4 | |
This checks that Samba3 joins Samba4 correctly, and allows NTLM and Kerberos logons from a live Samba4 DC. This needs the common krb5.conf generation logic, and because we now override KRB5_CONFIG we must update ktest to have a valid krb5.conf. Based on an original patch by metze Andrew Bartlett | |||||
2011-04-27 | dynconfig: Have only one dynconfig.o in the common code. | Andrew Bartlett | 3 | -174/+1 | |
2011-04-27 | auth/kerberos Add check for gss_inquire_sec_context_by_oid | Andrew Bartlett | 1 | -0/+1 | |
Not all kerberos distributions have this function. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Apr 27 07:39:08 CEST 2011 on sn-devel-104 | |||||
2011-04-27 | s4-gensec: Use new common 'obtain the PAC' functions. | Andrew Bartlett | 1 | -15/+4 | |
Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Apr 27 05:08:10 CEST 2011 on sn-devel-104 | |||||
2011-04-27 | s3-gse: Don't release the mech OID from gss_accept_security_context | Andrew Bartlett | 1 | -0/+1 | |
This is constant data according to the man pages I find for this fucntion, and causes a segfault to free() when linked to Heimdal. I am advised that while it is constant for gss_mech_krb5, it may not be for other mechanisms, so an assert will ensure this is dealt with by the programmer who extends this code in future. Andrew Bartlett | |||||
2011-04-27 | libcli/auth Move Samba4's gssapi_error_string from GENSEC to libcli/auth | Andrew Bartlett | 1 | -38/+0 | |
This will allow the GSSAPI PAC fetch code to use it. Andrew Bartlett | |||||
2011-04-26 | build: Move Heimdal/MIT compat build rules to heimdal_build | Andrew Bartlett | 1 | -0/+13 | |
This allows top level build rules to rely on these names at all times. Andrew Bartlett | |||||
2011-04-24 | Fix release script to cope with moved Samba 4 build tools. | Jelmer Vernooij | 1 | -3/+2 | |
2011-04-23 | Fix case of libUTIL_LDB. | Jelmer Vernooij | 1 | -1/+1 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Apr 23 18:52:06 CEST 2011 on sn-devel-104 | |||||
2011-04-23 | Add check for krb5_free_unparsed_name, when using external heimdal. | Jelmer Vernooij | 1 | -2/+3 | |
2011-04-23 | Support the 'PYTHON' environment variable. | Jelmer Vernooij | 1 | -0/+6 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Apr 23 04:19:05 CEST 2011 on sn-devel-104 | |||||
2011-04-21 | s4:ldb: change version to 1.1.0 after adding new functions: | Stefan Metzmacher | 2 | -1/+254 | |
ldb_ldif_parse_modrdn() ldb_req_set_custom_flags() ldb_req_get_custom_flags() Signed-off-by: Simo Sorce <idra@samba.org> metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Apr 21 17:15:16 CEST 2011 on sn-devel-104 | |||||
2011-04-21 | ldb: add custom flags and functions for the application that wants to ↵ | Matthieu Patou | 3 | -0/+54 | |
manipulate them Signed-off-by: Simo Sorce <idra@samba.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-04-21 | s4:ldb/tests: add tests for ldbmodify and 'modrdn' | Stefan Metzmacher | 2 | -1/+16 | |
Signed-off-by: Simo Sorce <idra@samba.org> metze | |||||
2011-04-21 | s4:ldb/tools: add support for "modrdn" to ldbmodify | Stefan Metzmacher | 1 | -1/+23 | |
Signed-off-by: Simo Sorce <idra@samba.org> metze | |||||
2011-04-21 | s4:ldb/ldif: add support for "modrdn" | Stefan Metzmacher | 2 | -1/+226 | |
This add a ldb_ldif_parse_modrdn() helper function to parse the information out of a ldb_message structure. Signed-off-by: Simo Sorce <idra@samba.org> metze | |||||
2011-04-20 | s4-smbtorture: restructure documentname handling in spoolss test a bit. | Günther Deschner | 1 | -3/+4 | |
Guenther | |||||
2011-04-20 | libcli/auth Move PAC parsing and verification in common. | Andrew Bartlett | 4 | -350/+28 | |
This uses the source3 PAC code (originally from Samba4) with some small changes to restore functionality needed by the torture tests, and to have a common API. Andrew Bartlett | |||||
2011-04-19 | selftest: Don't specify SELFTEST_TARGET as an env variable | Andrew Bartlett | 2 | -2/+1 | |
It is much more reliable to specify it as a direct parameter, and this is needed for the combined 'make test'. Andrew Bartlett | |||||
2011-04-19 | s4-selftest Rename Samba4 'member' test environment to s4member | Andrew Bartlett | 1 | -14/+14 | |
This will avoid a conflict with the s3 'member' environment. Andrew Bartlett | |||||
2011-04-19 | s4-selftest: Stop creating netbios aliases everywhere | Andrew Bartlett | 1 | -1/+0 | |
This reduces some of the clutter when we have quite so many server configurations starting. The one case that actually needs an alias (dc environment for the test_nmblookup.sh test) will still keep it. Andrew Bartlett | |||||
2011-04-17 | samba-tool: fix machinepw command so that we use the full path to the secret ↵ | Matthieu Patou | 1 | -3/+6 | |
database and raise an error if secret can't be found Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Sun Apr 17 13:12:27 CEST 2011 on sn-devel-104 | |||||
2011-04-16 | s4-heimdal: Allow any kvno to match when searching the keytab. | Andrew Bartlett | 1 | -2/+1 | |
Windows does not use a KVNO when it checks it's passwords, and MIT doesn't check the KVNO when no acceptor identity is specified (looping over all keys in the keytab). Andrew Bartlett | |||||
2011-04-16 | s4-heimdal_build: Add extra HAVE defines needed for the source3 krb5 code | Andrew Bartlett | 1 | -0/+3 | |
2011-04-16 | selftest Remove selftest of the test subsystem | Andrew Bartlett | 1 | -1/+0 | |
The intereactions between selftest.pl and the target are now too complex to unit test like this any more. Andrew Bartlett | |||||
2011-04-16 | selftest: Move Samba4 selftest wscript to the top level | Andrew Bartlett | 1 | -201/+0 | |
2011-04-16 | selftest: Start using the binary mapping at the python layer as well | Andrew Bartlett | 2 | -2/+2 | |
2011-04-16 | selftest: Remove duplication between BUILDIR and BINDIR | Andrew Bartlett | 9 | -9/+9 | |
Just have BINDIR, and have it default to ./bin Andrew Bartlett | |||||
2011-04-15 | s4-dsdb: Add more information on why we don't check the SD control | Matthieu Patou | 1 | -0/+5 | |
Signed-off-by: Nadezhda Ivanova <nivanova@samba.org> Autobuild-User: Nadezhda Ivanova <nivanova@samba.org> Autobuild-Date: Fri Apr 15 16:16:27 CEST 2011 on sn-devel-104 |