summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable git snapshots for the 4.2.0rc4 release.samba-4.2.0rc4Karolin Seeger2015-01-151-1/+1
* WHATSNEW: Add release notes for Samba 4.2.0rc4.Karolin Seeger2015-01-151-1/+47
* CVE-2014-8143:dsdb-samldb: Check for extended access rights before we allow c...Andrew Bartlett2015-01-155-5/+220
* CVE-2014-8143:dsdb: Allow use of dsdb_autotransaction_request outside util.cAndrew Bartlett2015-01-151-2/+2
* CVE-2014-8143:pydsdb: Pull in UF_USE_AES_KEYS flagAndrew Bartlett2015-01-151-0/+1
* CVE-2014-8143:auth: Force talloc type of session_info pointer to matchAndrew Bartlett2015-01-151-0/+5
* vfs_fruit: mmap under FreeBSD needs PROT_READVolker Lendecke2015-01-151-1/+1
* vfs_fruit: fix base_fsp name conversionVolker Lendecke2015-01-151-1/+1
* s3-libads: Fix a possible segfault in kerberos_fetch_pac().Andreas Schneider2015-01-151-13/+13
* lib/util: Avoid collision which alread defined consumer DEBUG macro.Andreas Schneider2015-01-152-3/+8
* spoolss: clear PrinterInfo on GetPrinter errorDavid Disseldorp2015-01-151-7/+12
* spoolss: clear info on GetPrinterDriverDirectory errorDavid Disseldorp2015-01-151-0/+1
* spoolss: clear info on GetPrintProcessorDirectory errorDavid Disseldorp2015-01-151-4/+9
* spoolss: clear FormInfo on GetForm errorDavid Disseldorp2015-01-151-0/+1
* spoolss: clear DriverInfo on GetPrinterDriver2 errorDavid Disseldorp2015-01-151-5/+11
* spoolss: clear JobInfo on GetJob errorDavid Disseldorp2015-01-151-10/+18
* [PATCH] vfs: Add glusterfs manpage.Günther Deschner2015-01-152-0/+152
* net: Fix sam addgroupmemVolker Lendecke2015-01-151-3/+5
* s3:passdb: fix logic in pdb_set_pw_history()Stefan Metzmacher2015-01-151-7/+8
* s3-util: Fix authentication with long hostnames.Andreas Schneider2015-01-151-1/+3
* winbind: Retry after SESSION_EXPIRED error in ping-dcChristof Schmitt2015-01-131-0/+8
* winbind: Retry LogonControl RPC in ping-dc after session expirationChristof Schmitt2015-01-131-0/+10
* tdb_wrap: Make mutexes easier to useVolker Lendecke2015-01-121-0/+7
* nss_wrapper: check for nss.hAndreas Schneider2015-01-021-1/+3
* ctdb-daemon: Use correct tdb flags when enabling robust mutex supportAmitay Isaacs2015-01-024-22/+70
* tdb: version 1.3.4Stefan Metzmacher2015-01-022-1/+69
* tdb/toos: allow transactions with TDB_MUTEX_LOCKINGStefan Metzmacher2015-01-021-1/+0
* tdb/test: add tdb1-run-mutex-transaction1 testStefan Metzmacher2015-01-022-0/+237
* tdb: allow transactions on on tdb's with TDB_MUTEX_LOCKINGStefan Metzmacher2015-01-021-1/+1
* VERSION: Bump version up to 4.2.0rc4 and...Karolin Seeger2014-12-201-2/+2
* 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