summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable git snapshots for the 4.2.0rc3 release.samba-4.2.0rc3Karolin Seeger2014-12-201-1/+1
* WHATSNEW: Add release notes for Samba 4.2.0rc3.Karolin Seeger2014-12-201-1/+117
* s3:passdb: let pdb_get_trust_credentials() try pdb_get_trusteddom_creds() firstStefan Metzmacher2014-12-181-21/+44
* s3:passdb: add optional get_trusteddom_creds() hooksStefan Metzmacher2014-12-184-1/+339
* pdb: fix build issues with shared modulesGarming Sam2014-12-181-0/+1
* s3:idmap_cache: remove unused idmap_cache_set_sid2[u|g]id()Stefan Metzmacher2014-12-182-74/+0
* pdb: Increase version number to fix ABIGarming Sam2014-12-183-14/+330
* idmap: return the correct id type to *id_to_sid methodsGarming Sam2014-12-181-1/+19
* idmap: unify passdb *id_to_sid methodsGarming Sam2014-12-189-97/+129
* s3:passdb: avoid invalid pointer type warnings in pdb_wbc_sam.cStefan Metzmacher2014-12-181-6/+13
* s3:passdb: always copy the history in pdb_set_plaintext_passwd()Stefan Metzmacher2014-12-181-19/+14
* pdb_tdb: Avoid a nasty error message with ctdbVolker Lendecke2014-12-181-0/+6
* pdb_tdb: don't leak state_path onto talloc tosDavid Disseldorp2014-12-181-2/+8
* account_pol: don't leak state_path onto talloc tosDavid Disseldorp2014-12-181-2/+10
* passdb: Use common code in cli_credentials_set_machine_account_db_ctx()Andrew Bartlett2014-12-181-16/+50
* auth/credentials: Ensure that we set the realm when reading secrets.tdbAndrew Bartlett2014-12-181-0/+3
* credentials: Allow the secret.tdb handle to be passed in to cli_credentials_s...Andrew Bartlett2014-12-182-13/+64
* credentials: Improve error message on failure to set machine account passwordAndrew Bartlett2014-12-181-4/+6
* credentials: Set secure_channel_type from secrets.tdb in cli_credentials_set_...Andrew Bartlett2014-12-181-0/+13
* s3:locking: fix uninitialiazed variable in brl_get_locks_readonly_parser()Stefan Metzmacher2014-12-181-0/+1
* ctdb-build: fix build without xsltprocBjörn Baumbach2014-12-171-3/+4
* packaging: Include CTDB man pages in the tarballAmitay Isaacs2014-12-171-0/+3
* ctdb-build: Fix the installation of config files for top-level buildAmitay Isaacs2014-12-171-2/+7
* ctdb-build: Fix the indentationAmitay Isaacs2014-12-171-1/+1
* libcli/smb: only force signing of smb2 session setups when binding a new sessionStefan Metzmacher2014-12-161-1/+6
* s3:smb2_server: allow reauthentication without signingStefan Metzmacher2014-12-162-5/+4
* vfs_streams_xattr: add missing call to SMB_VFS_NEXT_CONNECTRalph Boehme2014-12-161-0/+6
* testprogs/test_ldb: check rootdse search with extended-dn controlStefan Metzmacher2014-12-161-0/+2
* s4:dsdb/rootdse: expand extended dn values with the AS_SYSTEM controlStefan Metzmacher2014-12-161-4/+2
* s3:utils/profiles fix a use after freeChristian Ambach2014-12-161-3/+3
* s3:registry/regfio fix some valgrind warningsChristian Ambach2014-12-161-2/+2
* s3:registry/regfio read SD from the correct locationChristian Ambach2014-12-161-2/+4
* ctdb-tests: Need to drop public IPs in kill-failover testsMartin Schwenke2014-12-103-3/+49
* ctdb-daemon: Gratuitous ARP equivalent for IPv6 is neighbor advertisementMartin Schwenke2014-12-101-15/+34
* ctdb-tests: More debug on SSH failureMartin Schwenke2014-12-101-4/+9
* ctdb-tests: Make tcpdump output more verboseMartin Schwenke2014-12-101-1/+1
* ctdb-tests: Use ip neigh command instead of arpMartin Schwenke2014-12-104-11/+16
* ctdb-tests: Generalise the gratarp and tickle sniffing code for IPv6Martin Schwenke2014-12-101-3/+77
* ctdb-tests: Match IPv6 connections in netstat outputMartin Schwenke2014-12-101-1/+1
* ctdb-tests: Use ping_wrapper to do relevant ping or ping6Martin Schwenke2014-12-103-3/+10
* ctdb-tests: Extend regexps to handle IPv6 address matchingMartin Schwenke2014-12-101-2/+2
* ctdb-tests: Bracket IP addresses in NFS mounts and scp command (for IPv6)Martin Schwenke2014-12-102-2/+2
* ctdb-tests: Try to handle IPv6 addresses for local daemonsMartin Schwenke2014-12-101-3/+11
* ctdb-tests: Extend regexp to match IPv6 addressesMartin Schwenke2014-12-101-1/+3
* ctdb-tools: Bracket IP addresses in onnode (for IPv6)Martin Schwenke2014-12-101-2/+2
* ctdb-daemon: Fix IP address comparisons for IPv6 addressesAmitay Isaacs2014-12-101-2/+10
* ctdb-scripts: Wait until IPv6 addresses are not "tentative"Martin Schwenke2014-12-101-0/+23
* ctdb-eventscripts: Specify broadcast optionally to ip addr addAmitay Isaacs2014-12-101-1/+7
* ctdb-daemon: Trust vnn->interface for an IP when releasing itMartin Schwenke2014-12-101-24/+1
* ctdb-scripts: Make 10.interface IPv6-safeMartin Schwenke2014-12-103-31/+65