summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* waf: Make mit_samba a subsystem and do not build with HeimdalAndreas Schneider2015-07-211-12/+13
* s4-kdc: Fix a casting warningAndreas Schneider2015-07-211-1/+1
* s4-kdc: Fix a typoAndreas Schneider2015-07-211-1/+1
* pdb_tdb: Use fstr_sprintfVolker Lendecke2015-07-211-9/+8
* ctdb-daemon: Ignore SIGUSR1Martin Schwenke2015-07-211-0/+1
* ctdb-scripts: Move 60.nfs Ganesha callout to doc/examples/Martin Schwenke2015-07-214-3/+13
* ctdb-scripts: Support RPC checks for tcp6 and udp6Martin Schwenke2015-07-212-2/+25
* Use uintptr_t for pointer int cast in SMBC_getdents_ctx()Douglas Bagnall2015-07-211-1/+1
* dbwrap_rbt: Make "key" and "value" aligned to 16 byteVolker Lendecke2015-07-201-12/+39
* doc: Fix documentation for "ctdb timeout" parameterMartin Schwenke2015-07-201-2/+2
* selftest: Add knownfail entry required to disable tombstone_reanimationAndrew Bartlett2015-07-201-0/+4
* dsdb: Disable tombstone_reanimation module until we isolate what causes flaky...Kamen Mazdrashki2015-07-203-6/+8
* docs: Bump version up to 4.3.Karolin Seeger2015-07-2095-95/+95
* lib/tls: Change default supported TLS versions.Andrew Bartlett2015-07-204-3/+10
* lib/tls: Add new 'tls priority' optionAndrew Bartlett2015-07-209-5/+62
* Remove support for OpenPGP certificates in our TLS client and serverAndrew Bartlett2015-07-201-2/+0
* selftest: Add test for the dfree commandAndreas Schneider2015-07-174-0/+62
* s3-smbd: Remove the global dfree_broken variableAndreas Schneider2015-07-173-5/+1
* s3-smbd: Leave sys_disk_free() if dfree command is usedAndreas Schneider2015-07-171-16/+13
* s3:winbindd: initialize dst->primary_gid with (gid_t)-1Stefan Metzmacher2015-07-171-1/+1
* s3:winbindd: initialize acct_desc fields in rpc_enum_{dom,local}_groups()Stefan Metzmacher2015-07-171-5/+10
* s3:winbindd: initialize an [in,out] variable in rpc_try_lookup_sids3()Stefan Metzmacher2015-07-171-1/+1
* s3-auth: Fix a possible null pointer dereferenceAndreas Schneider2015-07-171-1/+3
* s4-kerberos: Make sure we handle kvno's in keytabs correctlyAndreas Schneider2015-07-171-2/+9
* torture: include config.h before any glibc headersUri Simchoni2015-07-172-6/+2
* fssd: include config.h before any glibc headersUri Simchoni2015-07-171-1/+1
* source3/lib: include config.h before any glibc headersUri Simchoni2015-07-171-1/+1
* lib/util: include config.h before any glibc headersUri Simchoni2015-07-172-2/+2
* tdbrestore: include config.h before any glibc headersUri Simchoni2015-07-171-1/+1
* libads: disable dns_lookup_realm in auto-generated krb5.conf filesUri Simchoni2015-07-171-1/+2
* selftest: Do not lookup the realm with KerberosAndreas Schneider2015-07-171-1/+1
* s4-torture: Make the backupkey test as a noop with MIT Kerberos.Andreas Schneider2015-07-173-13/+34
* s4-waf: Reformat torture_rpcAndreas Schneider2015-07-171-7/+100
* s4-auth: Always pass down the salt principalAndreas Schneider2015-07-172-96/+115
* s4-auth: Use kerberos util functions in srv_keytabAndreas Schneider2015-07-171-222/+48
* s4-auth: Add smb_krb5_remove_obsolete_keytab_entries()Andreas Schneider2015-07-171-0/+157
* s4-auth: Add smb_krb5_create_principals_array()Andreas Schneider2015-07-171-0/+86
* s4-samdb: Correctly cast data pointerAndreas Schneider2015-07-171-1/+1
* vfs: Consolidate failure paths in vfswrap_init_asys_ctxVolker Lendecke2015-07-171-6/+7
* vfs: Fix CID 1035384 Unchecked return value from libraryVolker Lendecke2015-07-161-1/+7
* s3:smbd: change a loglevel from 0 to 1 when SMB_VFS_CONNECT failsRalph Boehme2015-07-161-1/+3
* vfs_shadow_copy2: change log level from 0 to 1 and log share pathRalph Boehme2015-07-161-2/+3
* winbindd: shorten client list scanUri Simchoni2015-07-161-8/+9
* winbindd: keep client list sorted by access timeUri Simchoni2015-07-152-3/+4
* winbindd: add service routines to support a sorted client listUri Simchoni2015-07-152-0/+26
* doc: clarify "winbind max clients"Uri Simchoni2015-07-151-0/+6
* winbindd: periodically remove timed out clientsUri Simchoni2015-07-151-0/+18
* winbind client: avoid vicious cycle created by client retryUri Simchoni2015-07-151-17/+9
* winbindd: verify that client has closed the connectionUri Simchoni2015-07-151-2/+22
* async_req: check for errors when monitoring socket for readabilityUri Simchoni2015-07-154-8/+48