summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable git snapshots for the 4.0.9 release.samba-4.0.9Karolin Seeger2013-08-151-1/+1
* WHATSNEW: Prepare release notes for Samba 4.0.9.Karolin Seeger2013-08-151-2/+112
* s3-libads: Print a message if no realm has been specified.Andreas Schneider2013-08-131-1/+7
* s3-libads: Fail create_local_private_krb5_conf_for_domain() if parameters mis...Günther Deschner2013-08-131-0/+4
* Ensure gpfs kernel leases are wrapped in a become_root()/unbecome_root() pair.Ralph Wuerthner2013-08-071-0/+6
* Wrap setting leases in become_root()/unbecome_root() to ensure correct delive...Jeremy Allison2013-08-071-13/+20
* Add torture tests to raw.eas to check sending Windows invalid names in the mi...Jeremy Allison2013-08-072-0/+115
* Reply with correct trans2 message on a setpathinfo with a bad EA name.Jeremy Allison2013-08-071-1/+10
* Ensure we do pathname processing before SD and EA processing in NTTRANS_CREATE.Jeremy Allison2013-08-071-37/+37
* Ensure we can't create a file using NTTRANS with an invalid EA list.Jeremy Allison2013-08-071-0/+20
* Ensure we can't create a file using TRANS2_OPEN with an invalid EA list.Jeremy Allison2013-08-071-0/+14
* Add error map of STATUS_INVALID_EA_NAME -> ERRDOS, ERRbadfileJeremy Allison2013-08-071-0/+1
* Add the ability to send an NTSTATUS result back with a trans2 reply so we can...Jeremy Allison2013-08-073-14/+32
* Ensure we can't create a file using SMB2_CREATE with an invalid EA list.Jeremy Allison2013-08-071-0/+5
* Ensure we never return an EA name to a Windows client it can't handle.Jeremy Allison2013-08-071-0/+9
* Ensure set_ea cannot set invalid Windows EA names.Jeremy Allison2013-08-071-0/+9
* Add ea_list_has_invalid_name() function.Jeremy Allison2013-08-072-0/+36
* Fix bug 9678 - Windows 8 Roaming profiles failGregor Beck2013-08-051-7/+2
* security.idl: add new security_secinfo bitsGregor Beck2013-08-051-0/+3
* VERSION: Bump version number up to 4.0.9.Karolin Seeger2013-08-051-1/+1
* Merge tag 'samba-4.0.8' into v4-0-testKarolin Seeger2013-08-053-4/+75
|\
| * WHATSNEW: Add release notes for Samba 4.0.8.samba-4.0.8Karolin Seeger2013-08-021-2/+58
| * Fix bug #10010 - Missing integer wrap protection in EA list reading can cause...Jeremy Allison2013-08-021-2/+5
| * Fix bug #10010 - Missing integer wrap protection in EA list reading can cause...Jeremy Allison2013-08-021-0/+12
| * VERSION: Bump version number up to 4.0.8.Karolin Seeger2013-08-021-1/+1
* | s4-lib/socket: Allocate a the larger sockaddr_un and not just a sockaddr_in i...Stefan Metzmacher2013-08-051-2/+2
* | s4-lib/socket: Allocate a the larger sockaddr_un and not just a sockaddr_in i...Andrew Bartlett2013-07-291-2/+2
* | s4:server: avoid calling into nss_winbind from within 'samba'Stefan Metzmacher2013-07-292-0/+16
* | s4:rpc_server: make sure we don't terminate a connection with pending request...Stefan Metzmacher2013-07-292-3/+60
* | s4-winbindd: Do not terminate a connection that is still pending (bug #9820)Andrew Bartlett2013-07-293-2/+64
* | service_stream: Log if the connection termination is deferred or not (bug #9820)Andrew Bartlett2013-07-291-1/+5
* | s4-winbind: Add special case for BUILTIN domainAndrew Bartlett2013-07-293-20/+37
* | pam_winbind: update documentation for "DIR" krb5ccname pragma.Günther Deschner2013-07-242-11/+31
* | s3-winbindd: support the DIR pragma for raw kerberos user pam authentication.Günther Deschner2013-07-241-0/+23
* | wbinfo: allow to define a custom krb5ccname for kerberized pam auth.Günther Deschner2013-07-241-2/+4
* | s3-netlogon: enumerate UPN suffixes from PASSDB when availableAlexander Bokovoy2013-07-181-12/+94
* | PASSDB: add support to set and enumerate UPN suffixes associated with our forestAlexander Bokovoy2013-07-183-1/+55
* | s3-waf: filter out ldapsam internal init functionsAlexander Bokovoy2013-07-181-0/+1
* | wafsamba: fix samba_abi for default catch-all caseAlexander Bokovoy2013-07-181-1/+3
* | s3-winbind: Do not delete an existing valid credential cache.Andreas Schneider2013-07-181-0/+8
* | lib/param: sync debug related options with source3/paramStefan Metzmacher2013-07-151-1/+17
* | lib/ldb-samba: only debug LDB_DEBUG_TRACE at level 10Stefan Metzmacher2013-07-151-1/+1
* | lib/ldb-samba: make use of DBGC_LDBStefan Metzmacher2013-07-151-0/+2
* | lib/util: add 'ldb' debug classStefan Metzmacher2013-07-152-1/+3
* | debug: Add debugclass for DNS serverKai Blin2013-07-152-1/+3
* | dsdb-ridalloc: Fix RID pools - RID numbers increase too quicklyAndrew Bartlett2013-07-151-1/+2
* | smbd: Fix a 100% loop at shutdown timeVolker Lendecke2013-07-151-2/+5
* | s3-smbstatus: display [u|g]id of -1 as "-1" in connection listBjörn Baumbach2013-07-151-4/+20
* | s3-lib: hide incomplete smbXsrv_tcon_global recordsStefan Metzmacher2013-07-151-0/+13
* | s3-lib: fix segf while reading incomplete session info (bug #10003)Björn Baumbach2013-07-152-7/+17