summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2012-03-02selftest: Rework samba4.blackbox.bogusdomain to use a temporary userAndrew Bartlett1-1/+1
2012-03-02s4-rpc: dnsserver: Fix the typo in comparing two DNS recordsAmitay Isaacs1-2/+2
2012-03-02s4:auth/gensec/schannel: initialize struct schannel_state to zeroStefan Metzmacher1-2/+1
2012-03-02s4:auth/gensec/schannel: make a copy of netlogon_creds_CredentialState in the...Stefan Metzmacher1-1/+8
2012-03-01dlz_bind9: Match PTR records as DNS names and not just stringsAmitay Isaacs1-1/+1
2012-03-02s4-dns: Fix handling of TXT DNS RecordAmitay Isaacs2-3/+21
2012-03-02upgradedns: Fix import of TXT DNS recordsAmitay Isaacs1-1/+3
2012-03-02s4-rpc: dnsserver: Update data type for TXT DNS recordsAmitay Isaacs1-6/+25
2012-03-02samba-tool: dns: Add support for handling TXT recordsAmitay Isaacs1-8/+50
2012-03-02samba-tool: dns: Copy string data when creating DNS_RPC_RECORDAmitay Isaacs1-18/+23
2012-03-02provision: dns: TXT Records need a list of strings as inputAmitay Isaacs1-2/+5
2012-03-02dlz_bind9: Fix handling of TXT records with multiple quoted stringsAmitay Isaacs1-4/+33
2012-03-02dlz_bind9: This fixes the problem with adding/deleting rdatasetAmitay Isaacs1-11/+16
2012-03-01s4-libnet: Remove set but unused variablesAndrew Bartlett2-4/+0
2012-03-01s4-libnet: Move to talloc_get_type_abort()Andrew Bartlett4-73/+73
2012-03-01s4:torture/smb2/ioctl.c - quiet format specifier warnings on 32 bitMatthias Dieter Wallnöfer1-5/+6
2012-03-01build: link heimdal krb5 against execinfo if foundAndrew Bartlett1-1/+1
2012-03-01s4-provision: Use "state directory" from lp, as it is always setAmitay Isaacs1-2/+1
2012-03-01heimdal: Fix the build on FreeBSDVolker Lendecke1-1/+1
2012-02-29selftest: add more tests for plugin_s4_dcAndrew Bartlett1-2/+2
2012-02-29s4:winbind: use ncalrpc for connections to ourselfStefan Metzmacher2-7/+38
2012-02-29selftest: Do not run chgdcpass test on the main DCAndrew Bartlett1-1/+1
2012-02-29s4-winbindd: Do not ask for a tree that we will not useAndrew Bartlett1-4/+0
2012-02-29s4:torture/smb2: remove unused varStefan Metzmacher1-1/+0
2012-02-29lib/crypto: add aes_cmac_128_test.c as local.crypto.aes_cmac_128 testStefan Metzmacher1-0/+2
2012-02-28torture: added samba4-ntvfs targetAndrew Tridgell1-0/+3
2012-02-28s3fs: added file_server directoryAndrew Tridgell1-0/+1
2012-02-28s4-smb_server Remove inetd-mode samba3 hookAndrew Bartlett2-191/+0
2012-02-28upgradedns: Missing rename from upgradedns to samba_upgradednsAmitay Isaacs1-1/+1
2012-02-28s4:torture:smb2:durable-open: fix a silly access-after-free panicMichael Adam1-7/+0
2012-02-28s4:torture:smb2: add new "session" testsuite starting with a session.reconnec...Michael Adam3-1/+145
2012-02-28s4:torture:smb2: add durable_open.reopen2a - variant of reopen2 with session ...Michael Adam1-0/+77
2012-02-28s4:torture:smb2: add torture_smb2_connection_ext() that takes previous_sessionMichael Adam1-13/+25
2012-02-28s4:libcli:smb2: add a smb2_connect_ext variant of smb2_connect that takes a p...Michael Adam1-12/+36
2012-02-28s4:libcli:smb2: add a previous session argument to smb2_connect_send()Michael Adam2-1/+6
2012-02-28s4:torture:smb2: add previous_session argument to torture_smb2_session_setup()Michael Adam2-2/+6
2012-02-28s4:libcli:smb2: add a previous session argument to smb2_session_setup_spnego()Michael Adam3-10/+18
2012-02-28s3:libsmb:smb2: pass previous session ID to session setup, not previous sessionMichael Adam1-2/+2
2012-02-27s4:libcli/smb2: remove unused 'session_key' from struct smb2_sessionStefan Metzmacher2-4/+5
2012-02-27s4:librpc/dcerpc_smb2: make use of smb2cli_session_application_key()Stefan Metzmacher1-2/+13
2012-02-27libcli/smb/smbXcli: maintain smb2 channel_signing_key separate from the signi...Stefan Metzmacher1-3/+3
2012-02-27torture: don't check the NOINDEXED bit in attribute comparisonAndrew Tridgell2-1/+2
2012-02-27selftest: plugin_s4_dc can now handle kerberos properlyAndrew Bartlett1-1/+1
2012-02-27s4-netlogond: Fix use of uninitialised value dns_nameAndrew Bartlett1-19/+8
2012-02-27upgradehelpers: Simplify transaction handling.Jelmer Vernooij1-33/+16
2012-02-27samba.xattr: Massively simplify copytree_with_xattrs.Jelmer Vernooij3-66/+59
2012-02-27upgradeprovision: Only backup sysvol directory if it exists.Jelmer Vernooij1-1/+2
2012-02-27samba.xattr: Split copying of tree with extended attributes out into separate...Jelmer Vernooij2-66/+97
2012-02-27s4:torture:smb2:durable-open: prevent using a disconnected handle in reopen4Michael Adam1-0/+1
2012-02-27s4:torture:smb2:durable-open: introduce new variable for the new sessionMichael Adam1-2/+9