summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* s3: torture test. We now pass "samba3.smb2.create.leading-slash" so remove fr...Jeremy Allison2014-06-181-1/+0
* s3: smb2 - strictly obey file name restrictions w.r.t. the SMB2 protocol spec.Jeremy Allison2014-06-181-0/+16
* s3: smb2 - Check supplied impersonation level on SMB2_CREATE.Jeremy Allison2014-06-181-0/+18
* s3: smb2 - Negprot should return INVALID_PARAMETER if flags2 signed bit is set.Jeremy Allison2014-06-181-2/+17
* s3: auth: Fix winbindd_pam_auth_pac_send() to create a new info3 and merge in...Jeremy Allison2014-06-181-2/+22
* s3: auth: Change auth3_generate_session_info_pac() to use a copy of the info3...Jeremy Allison2014-06-181-2/+9
* s3: auth: Add create_info3_from_pac_logon_info() to create a new info3 and me...Jeremy Allison2014-06-182-0/+80
* s3: auth: Change make_server_info_info3() to take a const struct netr_SamInfo...Jeremy Allison2014-06-183-6/+6
* s3: auth: Add some const to the struct netr_SamInfo3 * arguments of copy_netr...Jeremy Allison2014-06-183-4/+4
* lib: Use BVAL macro in interpret_long_dateVolker Lendecke2014-06-181-1/+1
* autobuild: fix samba-ctdb samba build to pick up right tdbMichael Adam2014-06-171-1/+1
* autobuild: add cflags and ldflags to find locally installed tdbMichael Adam2014-06-171-1/+1
* ctdb:vacuum: always run freelist_size againMichael Adam2014-06-171-6/+4
* ctdb:vacuum: add missing return to ctdb_vacuum_traverse_db() error path.Michael Adam2014-06-171-0/+1
* ctdb:vacuum: remove now unused talloc ctx argument from ctdb_vacuum_db()Michael Adam2014-06-171-3/+1
* ctdb:vacuum: move init of vdata into init_vdata funcionMichael Adam2014-06-171-32/+43
* ctdb:vacuum: remove vacuum limit from vdata - not usedMichael Adam2014-06-171-2/+0
* ctdb:vacuum: remove a superfluous comment.Michael Adam2014-06-171-4/+1
* ctdb:vacuum: untangle assignmend and check for return of tdb_repack()Michael Adam2014-06-171-1/+3
* ctdb:vacuum: remove a superfluous and misleading commentMichael Adam2014-06-171-3/+0
* ctdb:vacuum: remove now unused ctdb_repack_tdb().Michael Adam2014-06-171-129/+0
* ctdb:vacuum: use plain tdb_repack() instead of ctdb_repack_tdb()Michael Adam2014-06-171-1/+1
* ctdb:vacuum: remove a comment in ctdb_vacuum_and_repack_db()Michael Adam2014-06-171-3/+0
* ctdb:vacuum: adapt debug message for repacking.Michael Adam2014-06-171-2/+2
* messaging3: Use server_id_str_bufVolker Lendecke2014-06-171-2/+4
* lib: Use server_id_str_buf in server_id_strVolker Lendecke2014-06-171-22/+12
* lib: Add server_id_str_bufVolker Lendecke2014-06-172-0/+26
* build: fix the test and define for msg_accrightsMichael Adam2014-06-162-6/+6
* ctdb:build: fix building with external libtdbMichael Adam2014-06-161-7/+7
* s4-winbind: Use winbindd in the AD DC for fl2003dc and plugin_s4_dcAndrew Bartlett2014-06-162-28/+6
* s3-winbindd: Honour pdb_is_responsible_for_everything_else()Andrew Bartlett2014-06-161-8/+11
* passdb: Allow a passdb module to do idmap for everythingAndrew Bartlett2014-06-166-2/+348
* vfs:gpfs: fix a debug messageMichael Adam2014-06-131-1/+1
* vfs: update a bit-rotten commentMichael Adam2014-06-131-5/+6
* vfs: remove unused function vfs_pread_data()Michael Adam2014-06-132-24/+0
* man vfs_streams_xattr: new options "prefix" and "store_stream_type"Ralph Boehme2014-06-131-2/+32
* vfs_streams_xattr: add options "prefix" and "store_stream_type"Ralph Boehme2014-06-131-30/+92
* Convert samba_private_attr_name() to a public functionRalph Boehme2014-06-132-1/+2
* locking: use correct conversion specifier for printing variablesRalph Boehme2014-06-133-10/+11
* leases: Fix uint32->hyperVolker Lendecke2014-06-121-1/+1
* Remove .clang_complete.Andreas Schneider2014-06-121-104/+0
* waf: fix the name of the WINBIND "nss" module on AIXBjörn Jacke2014-06-121-1/+1
* torture: convert torture_comment() -> torture_result() so we can knownfail fl...Andrew Bartlett2014-06-121-34/+34
* torture: convert torture_comment() -> torture_result() so we can knownfail fl...Andrew Bartlett2014-06-121-82/+82
* ctdb-daemon: Reset scheduler policy for helper processesAmitay Isaacs2014-06-122-0/+4
* ctdb-daemon: Do not complain if node is inactive and db is not attachedAmitay Isaacs2014-06-121-1/+4
* ctdb-build: Remove duplicate library dependencyAmitay Isaacs2014-06-121-1/+1
* ctdb-daemon: Remove duplicate code from helper binariesAmitay Isaacs2014-06-123-16/+9
* ctdb-logging: Move controls handling functions from common to serverAmitay Isaacs2014-06-122-42/+40
* ctdb-logging: Split ringbuffer handling code from ctdb_collect_logAmitay Isaacs2014-06-122-7/+23