summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-23selftst: add tests based on 4.1.0rc3 to check for zero invocationID in replPr...Andrew Bartlett2-2/+11
2013-09-22selftest: Add release-4-1-0rc3 saved provisionAndrew Bartlett32-0/+155536
2013-09-22selftest: Only run referenceprovision and ldapcmp for the 4.0.0 testAndrew Bartlett1-2/+4
2013-09-22selftest: Add script to assist in writing out a tree undump.sh can restoreAndrew Bartlett1-0/+48
2013-09-22dbcheck: Look for and fix the all-zero invocationID in replPropertyMetaDataAndrew Bartlett1-0/+68
2013-09-22dsdb: Refuse to replicate an all-zero invocationID GUID in replPropertyMetaDataAndrew Bartlett1-0/+9
2013-09-22smb.conf: Fill out the ntvfs handler smb.conf page from source4/NEWSAndrew Bartlett1-0/+13
2013-09-22Remove NEWS file containing confusing informationAndrew Bartlett1-496/+0
2013-09-22Remove confusing TODO fileAndrew Bartlett1-276/+0
2013-09-22dsdb: Use WERR_DS_ATT_NOT_DEF_IN_SCHEMA for failed schema lookupsAndrew Bartlett1-28/+28
2013-09-21Backport 0e97908 from WAF repository: symlink fix for OpenBSDMatthieu Patou1-3/+6
2013-09-21s4:torture: remove and useless variable and assignment in smb2.session.reauth5Michael Adam1-3/+1
2013-09-20auth: fix space/tab mixup in cli_credentials_get_password()Michael Adam1-2/+2
2013-09-21Fix bug 10162 - POSIX ACL mapping failing when setting DENY ACE's from Windows.Daniel Liberman1-1/+1
2013-09-20s3-rpc: remove unused source3/librpc/rpc/rpc_common.cGünther Deschner3-218/+0
2013-09-20s3-rpc: use dcerpc_default_transport_endpoint function.Günther Deschner3-10/+33
2013-09-20librpc: add dcerpc_default_transport_endpoint() function.Günther Deschner2-0/+58
2013-09-20s3-rpc: use ndr_interface_name() instead of get_pipe_name_from_syntax() in DE...Günther Deschner4-20/+36
2013-09-20s3-rpc: use table->name directly in DEBUG contexts.Günther Deschner2-5/+4
2013-09-20librpc/ndr: make sure ndr_table_list() always calls ndr_init_table() first.Günther Deschner1-0/+1
2013-09-20librpc/ndr: call ndr_table_list() from all ndr_X functions.Günther Deschner1-3/+3
2013-09-20libcli: continue to read from the socket even if the size is 0Matthieu Patou1-1/+1
2013-09-19lib/messaging: Check the server_id type correctlyAndrew Bartlett1-1/+1
2013-09-19dsdb-repl_meta_data: Make handling of Deleted Objects DN clearer in deleteAndrew Bartlett1-5/+10
2013-09-19dsdb-repl_meta_data: Do not re-delete the Deleted Objects DN during replicationAndrew Bartlett1-3/+5
2013-09-19dsdb: Refuse to return an all-zero invocationIDAndrew Bartlett1-0/+8
2013-09-19dsdb-repl_meta_data: Check for a NULL invocationID and do not proceedAndrew Bartlett1-0/+4
2013-09-19python/drs: Ensure to pass in the local invocationID during the domain joinAndrew Bartlett6-8/+30
2013-09-19s3-rpc_srv: remove unused schannel calls from srv_pipe.cGünther Deschner1-116/+0
2013-09-19s3-rpc_cli: remove unused schannel calls from cli_pipe.cGünther Deschner1-76/+0
2013-09-19s3-rpc_cli: remove unused schannel calls from dcerpc_helpers.cGünther Deschner2-127/+0
2013-09-19s3-rpc: use gensec for schannel footer processing.Günther Deschner1-32/+3
2013-09-19s3-rpc_srv: use gensec for schannel bind.Günther Deschner1-2/+7
2013-09-19s3-rpc_cli: use gensec for schannel bind.Günther Deschner1-9/+13
2013-09-19s3-auth: register schannel gensec module in auth_generic_prepare() as well.Günther Deschner1-1/+4
2013-09-19s3-rpc_cli: allow to pass down a netlogon CredentialState struct to gensec.Günther Deschner1-1/+4
2013-09-19s3-auth: also load schannel module from auth_generic_client_prepare().Günther Deschner1-1/+2
2013-09-19gensec: check for NULL gensec_security in gensec_security_by_auth_type().Günther Deschner1-2/+4
2013-09-19gensec: remove duplicate gensec_security_by_authtype() call.Günther Deschner1-27/+2
2013-09-19gensec: move schannel module to toplevel.Günther Deschner3-10/+8
2013-09-19Fix SEGV from improperly formed SUBSTRING/PRESENCE filterHoward Chu1-1/+1
2013-09-18OpenLDAP provisioning tweaksHoward Chu5-65/+38
2013-09-18Use SASL/EXTERNAL over ldapi://Howard Chu3-53/+86
2013-09-18Add SASL/EXTERNAL gensec moduleHoward Chu3-1/+91
2013-09-18Prepare for SASL/EXTERNAL supportHoward Chu2-2/+19
2013-09-18Free memory on errorAlistair Leslie-Hughes1-0/+1
2013-09-18s3: libsmb - 10150 - Not all OEM servers support the ALTNAME info level.Jeremy Allison1-3/+4
2013-09-18Give slapd a second to startupHoward Chu1-1/+1
2013-09-18Add an OpenLDAP-specific extended_dn_in moduleHoward Chu2-5/+37
2013-09-18libcli/smb: only check the SMB2 session setup signature if required and validStefan Metzmacher1-5/+21