summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WHATSNEW: update for alpha21, and mark as releasesamba-4.0.0alpha21Andrew Bartlett2012-05-252-9/+9
* wintest: s3fs is now the default in provisionAndrew Bartlett2012-05-251-2/+1
* doc: Explain our build systems for Samba 4.0Andrew Bartlett2012-05-251-0/+97
* s3:smbd/signing: use smbd_server_connection as talloc parent for its smb1 sig...Stefan Metzmacher2012-05-251-2/+2
* s3-passdb: Fix negative SID->uid/gid/both cache handlingIra Cooper2012-05-241-0/+14
* s3:smbd: remove global 'smbd_server_conn' !!!Stefan Metzmacher2012-05-246-42/+63
* s3:smbd: only call file_init_global() in the parent smbdStefan Metzmacher2012-05-242-2/+6
* s3:smbd/files: split file_init_global() out of file_init()Stefan Metzmacher2012-05-242-13/+35
* s3:smbd: remove unused var in smbXsrv_connection_init_tables()Stefan Metzmacher2012-05-241-2/+0
* s4:smb_server/smb: fix talloc_free() bugStefan Metzmacher2012-05-241-1/+1
* waf: for MIT krb5 build require kerberos version above 1.9Alexander Bokovoy2012-05-241-1/+8
* s3-smbldap: Add API for external callback to perform LDAP bind in smbldapAlexander Bokovoy2012-05-242-1/+21
* s4/scripting: in MIT build do not install samba-tool, it is not usable yetAlexander Bokovoy2012-05-242-7/+4
* s4-selftest: Demonstrate the correct behaviour between specified usernames an...Andrew Bartlett2012-05-241-0/+8
* auth/credentials: 'workgroup' set via command line will not drop existing ccacheAlexander Bokovoy2012-05-243-14/+7
* s3:smbd/msdfs: pass allow_broken_path to resolve_dfspath_wcard()Stefan Metzmacher2012-05-244-1/+6
* s3:smbd/msdfs: pass 'allow_broken_path' to get_referred_path()Stefan Metzmacher2012-05-244-8/+13
* s3:smbd/msdfs: let create_conn_struct() also fake the 'smbd_server_connection'Stefan Metzmacher2012-05-244-23/+63
* s3:smbd/files: work without sconn->file_bmap and assign fsp->fnum = -1Stefan Metzmacher2012-05-241-23/+39
* s3:smbd/files: fix error path and correctly cleanupStefan Metzmacher2012-05-241-7/+7
* selftest: Run only the samba3 tests on builds without the AD DCAndrew Bartlett2012-05-241-1/+6
* WHATSNEW: Move to document changes for beta1Andrew Bartlett2012-05-241-57/+51
* s4-provision: Make s3fs the default way to install a new Samba4 DCAndrew Bartlett2012-05-242-2/+3
* s4-selftest: Always delete the user at the end of test_passwords.shAndrew Bartlett2012-05-241-1/+1
* dlz_bind9: Make the talloc destructor static and return 0.Amitay Isaacs2012-05-241-1/+2
* dlz_bind9: Fix the named crash on reloading namedAmitay Isaacs2012-05-241-1/+17
* s3-configure: Fix configure version information.Ira Cooper2012-05-241-4/+4
* s3:rpc_server/dfs: pass allow_broken_path=true to create_junction()Stefan Metzmacher2012-05-231-2/+4
* s3:smbd/proto.h: remove unused resolve_dfspath() prototypeStefan Metzmacher2012-05-231-5/+0
* s3:smbd/files: remove unused VALID_FNUM()Stefan Metzmacher2012-05-231-2/+0
* s3:smb2_server: make use of nt_status_np_pipe()Stefan Metzmacher2012-05-233-3/+13
* s3:smbd: use nt_status_np_pipe for smb1Stefan Metzmacher2012-05-233-7/+28
* s3:smbd: add nt_status_np_pipe()Stefan Metzmacher2012-05-232-0/+12
* blackbox: fix samba4.blackbox.kinit testAlexander Bokovoy2012-05-231-0/+1
* gse: Use the smb_gss_oid_equal wrapper.Andreas Schneider2012-05-235-23/+10
* krb5samba: Add smb_gss_oid_equal wrapper.Andreas Schneider2012-05-234-2/+90
* s3-autoconf: fix typo after migrating DNS resolver code to lib/addnsAlexander Bokovoy2012-05-231-1/+1
* wafsamba: ensure TO_LIST does not fail with empty stringAlexander Bokovoy2012-05-231-0/+2
* libcli/dns: make 'clidns' private library out of DNS code in WAF buildAlexander Bokovoy2012-05-235-11/+9
* Introduce system MIT krb5 build with --with-system-mitkrb5 option.Alexander Bokovoy2012-05-2348-471/+598
* s4: samba-tool is usable without export-keytab command, make sure it does not...Alexander Bokovoy2012-05-231-19/+22
* auth-credentials: Support using pre-fetched ccache when obtaining kerberos cr...Alexander Bokovoy2012-05-231-2/+12
* s3-passdb: add unixid_from_uid/unixid_from_gid/unixid_from_both APIAlexander Bokovoy2012-05-233-1/+54
* dns: fix comments and make s4/libcli/resolve dns resolver workingAlexander Bokovoy2012-05-232-4/+4
* lib/krb5_wrap: implement krb5_cc_get_lifetime for MIT KerberosAlexander Bokovoy2012-05-231-19/+22
* gensec_gssapi: Make it possible to build with MIT krb5Simo Sorce2012-05-234-11/+40
* auth and s4-rpc_server: Do not use features we currently can't implement with...Simo Sorce2012-05-232-1/+10
* s4-resolve: Remove dependency on librokenSimo Sorce2012-05-234-206/+156
* addns: Make ads_dns_lookup_srv pulicSimo Sorce2012-05-232-1/+6
* Move source3/libads/dns.c to lib/addnsSimo Sorce2012-05-2312-15/+27