summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-02s3-selftest: Add tests for ntlm_auth gss-spnego client and serverAndrew Bartlett3-0/+46
2012-03-02s3-rpcclient: Ensure interfaces are loaded after smb.confAndrew Bartlett1-2/+3
2012-03-02pyldb: Fix some more long lines, fix formatting.Jelmer Vernooij1-14/+37
2012-03-02selftest: Move manual page into a separate file.Jelmer Vernooij2-101/+78
2012-03-02selftest: Establish a registry of socket wrapper IPsAndrew Bartlett3-29/+56
2012-03-02s3-libsmb: Initialise ticket to ensure we do not invalid memoryAndrew Bartlett1-0/+1
2012-03-01Move to talloc from malloc.Jeremy Allison1-3/+7
2012-03-01Fix mixup between talloc/malloc.Jeremy Allison1-1/+1
2012-03-01pyldb: Avoid using PyErr_LDB_ERROR_IS_ERR_RAISE where PyErr_SetLdbError suffi...Jelmer Vernooij1-13/+16
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-02ndr: dnsserver: Add pull and push functions for DNS_RPC_RECORD_STRINGAmitay Isaacs1-0/+37
2012-03-02idl: dnsserver: Add DNS_RPC_RECORD_STRING data type for TXT DNS recordAmitay Isaacs1-2/+8
2012-03-02dlz_bind9: Fix handling of TXT records with multiple quoted stringsAmitay Isaacs1-4/+33
2012-03-02ndr: Add NDR pull, push, print functions for dnsp_string_listAmitay Isaacs1-0/+53
2012-03-02idl: dnsp: Add dnsp_string_list data type for TXT DNS recordAmitay Isaacs1-1/+6
2012-03-02ndr: Fix NDR push function for dnsp_stringAmitay Isaacs1-3/+2
2012-03-02ndr: Fix the error messages, add correct data type nameAmitay Isaacs1-6/+6
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-01s3-selftest: make ntlm_auth test more robust to bad inputAndrew Bartlett1-2/+5
2012-03-01s3-selftest: Add more tests for ntlm_authAndrew Bartlett2-19/+79
2012-03-01s3-ntlm_auth fix up gss-spnego-client so as to work with gss-spnegoAndrew Bartlett1-16/+5
2012-03-01s3-ntlm_auth: Wrap kerberos token in GSSAPIAndrew Bartlett1-2/+6
2012-03-01s3-ntlm_auth: Add --target-service and --target-hostname optionsAndrew Bartlett1-9/+40
2012-03-01build: look for backtrace_symbols in libexecAndrew Bartlett2-2/+2
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-01Trivial Comment fix: Supply a missing word in a commentRichard Sharpe1-1/+1
2012-03-01s3: Fix "make bin/smbtorture4" in the autoconf buildVolker Lendecke1-1/+1
2012-03-01heimdal: Fix the build on FreeBSDVolker Lendecke1-1/+1
2012-03-01Add open_dir_with_privilege() to ensure we're opening the correct directory w...Jeremy Allison5-3/+72
2012-02-29Implement FLAG_TRANS2_FIND_BACKUP_INTENT for trans2 with privileges.Jeremy Allison1-4/+46
2012-02-29Add accessor functions to set a bool "priv" on a directory handle. Not yet us...Jeremy Allison2-0/+13
2012-02-29Add the implementation of check_reduced_name_with_privilege(). Now to plumb intoJeremy Allison5-8/+177
2012-02-29Add check_reduced_name_with_privilege(), filename_convert_with_privilege() (c...Jeremy Allison3-5/+103
2012-02-29selftest: add more tests for plugin_s4_dcAndrew Bartlett1-2/+2
2012-02-29selftest: change plugin_dc to test using s3fsAndrew Bartlett2-79/+9
2012-02-29selftest: skip the troublesome samba4.rpc.unixinfo testAndrew Bartlett1-0/+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 Bartlett2-1/+47