summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* pytdb: Port to Python 3Petr Viktorin2015-07-213-94/+141
* pytdb: Allow nextkey() to be calledPetr Viktorin2015-07-211-1/+1
* buildtools: Fix crash on invalid --extra-python optionPetr Viktorin2015-07-211-1/+1
* buildtools: Don't configure Python more than oncePetr Viktorin2015-07-211-0/+4
* s4-auth: Make sure error_string is correctly initializedAndreas Schneider2015-07-211-21/+29
* s4-kdc_kpasswd: split out some code to a KPASSWD_GLUE subsystem.Günther Deschner2015-07-214-60/+172
* s4-kdc: move kdc_check_pac() to a new subsystem KDC-GLUE.Günther Deschner2015-07-215-50/+98
* s4-kdc: only use a void* in samba_kdc_entry instead of hdb_entry_ex.Günther Deschner2015-07-211-1/+1
* s4-kdc/pac_glue: remove old samba_kdc_build_edata_reply().Günther Deschner2015-07-212-36/+0
* s4-kdc/mit_samba: add a copy of samba_kdc_build_edata_reply for MIT.Günther Deschner2015-07-211-0/+47
* s4-kdc/wdc-samba4: add a copy of samba_kdc_build_edata_reply for Heimdal.Günther Deschner2015-07-211-0/+41
* 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