nivanova/samba-autobuild/.git
2011-12-29 Andrew Bartletts4-gensec: Move parsing of the PAC blob and creating...
2011-12-28 Andrew Bartletts4-gensec: fix cyrus sasl module after update() protype...
2011-12-28 Andrew Bartlettauth/kerberos: Make pac_data_out in kerberos_decode_pac...
2011-12-28 Andrew Bartletts4-auth Remove unused auth_context_create_from_ldb()
2011-12-28 Andrew Bartletts4-gensec: Allow a PAC to be obtained from any GSS...
2011-12-28 Andrew Bartlettauth/kerberos: Move gssapi_parse.c to the top level
2011-12-28 Andrew Bartlettcredentials: Always honour the return value of E_deshash()
2011-12-28 Andrew Bartletts4-ntlmssp Do not allow LM key without a LM password
2011-12-28 Andrew Bartletts3-auth Fix talloc parent for s4 event context in auth_...
2011-12-28 Andrew Bartletts3-auth: Remove protype for already-removed auth_ntlmss...
2011-12-28 Andrew Bartlettgensec: Allow an alternate set of modules to be specified
2011-12-25 Volker Lendeckelib/charset: Remove an unused variable
2011-12-25 Volker Lendeckes3: Fix fn signatures in charset_macosx.c
2011-12-25 Volker Lendeckes3: Fix a 64-bit warning
2011-12-25 Volker Lendeckes3: Fix linking on Lion
2011-12-25 Volker Lendecketdb: Use tdb_parse_record in tdb_update_hash
2011-12-25 Volker Lendecketdb: Use tdb_parse_record in tdb_update_hash
2011-12-25 Volker Lendeckelibreplace: Don't check for standards.h on darwin ...
2011-12-25 Jeremy AllisonFix bug #8679 - recvfile code path using splice() on...
2011-12-23 Volker Lendeckelib: Fix NT_STATUS_ALL_SIDS_FILTERED definition
2011-12-23 Stefan Metzmachers3:lib/ctdbd_conn: try ctdbd_init_connection() as root
2011-12-23 Matthias Dieter... s4:torture/rpc/netlogon.c - factor out the computer...
2011-12-23 Matthias Dieter... s4:netlogon RPC server - dcesrv_netr_DsRGetSiteName...
2011-12-23 Matthias Dieter... s4:libcli/finddcs_nbt.c - free "req" consistently with...
2011-12-23 Matthias Dieter... ldb:ldb_tdb.c - fix warnings in "ltdb_init_rootdse"
2011-12-23 Stefan Metzmachers4:drsuapi/getncchanges: the default for isRecycled...
2011-12-23 Matthieu Patous4-drsuapi: we store boolean in upppercase so we need...
2011-12-23 Matthieu Patous4-kcc: Remove also deleted objects that are not in...
2011-12-23 Matthieu Patous4-ldb: Add isRecycled when is defined in the schema
2011-12-23 Amitay Isaacss4:rpc-dnsserver: Set the rank for the new DNS record...
2011-12-23 Amitay Isaacstest:dnsserver: Add zone creation and deletion test
2011-12-23 Amitay Isaacssamba-tool:dns: Fix a typo
2011-12-23 Amitay Isaacssamba-tool:dns: Add zone create/delete commands
2011-12-23 Amitay Isaacsldif-handler: Fix the case for attribute dnsproperty
2011-12-23 Amitay Isaacss4:rpc-dnsserver: Add comments
2011-12-23 Amitay Isaacss4:rpc-dnsserver: Make sure that zone information is...
2011-12-23 Amitay Isaacss4:rpc-dnsserver: Implement zone management RPC operations
2011-12-23 Amitay Isaacss4:rpc-dnsserver: Add multiple DNS records in a single...
2011-12-23 Amitay Isaacss4:rpc-dnsserver: Use handy macros for error checking
2011-12-23 Amitay Isaacss4:rpc-dnsserver: Implement DirectoryPartitionInfo...
2011-12-23 Amitay Isaacss4:rpc-dnsserver: Fix the enumeration of DNS records
2011-12-23 Amitay Isaacss4:rpc-dnsserver: Use cached zone information to get...
2011-12-23 Amitay Isaacsidl:dnsserver: Add DNS_DP_STATE enumeration for diretor...
2011-12-23 Amitay Isaacss4:rpc-dnsserver: Implement EnumDirectoryPartition...
2011-12-23 Amitay Isaacss4:rpc-dnsserver: Cache DNS partition information
2011-12-23 Amitay Isaacss4:rpc-dnsserver: If a zone is reverse zone, set the...
2011-12-23 Amitay Isaacss4:rpc-dnsserver: For PTR records, use dns_name_equal...
2011-12-23 Amitay Isaacssamba-tool:dns: Add support for reverse names (PTR...
2011-12-23 Amitay Isaacss4-provision: Set dNSProperty attribute for dns zones
2011-12-22 Andrew Bartletts3-librpc Use gensec_sig_size() instead of a fixed...
2011-12-22 Andrew Bartletts3-rpc_server: Rework pipe_ntlmssp_auth_bind() to be...
2011-12-22 Andrew Bartletts3-rpc_server: Allow gensec mechanisms to return NT_STA...
2011-12-22 Andrew Bartletts3-rpc_server: rename pipe_ntlmssp_verify_final() to...
2011-12-22 Andrew Bartletts3-rpc_server: Rename dcesrv_ntlmssp.[ch] to dcesrv_aut...
2011-12-22 Andrew Bartletts3-rpc_server rename NTLMSSP functions to auth_generic..()
2011-12-22 Andrew Bartletts3-rpc_server rename ntlmssp_server_auth_start() -...
2011-12-22 Andrew Bartletts3-rpc_server remove unused header
2011-12-22 Andrew Bartletts3-auth split the auth_generic functions into a seperat...
2011-12-22 Andrew Bartletts3-rpc_server request both sign and seal for clarity
2011-12-22 Andrew Bartletts3-auth remove auth_ntlmssp_start(), call auth_generic_...
2011-12-22 Andrew Bartletts3-auth rename auth_ntlmssp_prepare() -> auth_generic_p...
2011-12-22 Andrew Bartletts3-auth rename auth_ntlmssp_state -> auth_generic_state
2011-12-22 Andrew Bartletts3-rpc_server request the DCE_STYLE feature in ntlmssp_...
2011-12-22 Sumit Boses3-netlogon: use dsgetdcname() instead of get_dc_name()
2011-12-22 Sumit Boses3-netlogon: Add support to authenticate trusted domains.
2011-12-22 Stefan Metzmachers4-torture: Test rpc schannel netr_LogonGetCapability.
2011-12-22 Stefan Metzmachers3-rpc_server: Pass in our flags to netlogon_creds_serv...
2011-12-22 Stefan Metzmachers3-netlogon: Add support for LogonGetCapabilities.
2011-12-22 Andreas Schneiders4-librpc: Fix netlogon schannel client connect.
2011-12-22 Stefan Metzmachers3:torture/test_smb2: also try PROTOCOL_SMB2_24
2011-12-22 Stefan Metzmacherlib/param: add support for "SMB2_24" in smb.conf options
2011-12-22 Stefan Metzmachers3:smb2_negprot: add support for PROTOCOL_SMB2_24
2011-12-22 Stefan Metzmacherlibcli/smb: add PROTOCOL_SMB2_24 support
2011-12-22 Stefan Metzmacherlibcli/smb: add SMB2_DIALECT_REVISION_224
2011-12-22 Andrew Bartletts3-auth Restore shortcut for guest security token
2011-12-22 Andrew Tridgellruncmd: use set_close_on_exec()
2011-12-22 Andrew Tridgellruncmd: use a pipe for stdin to child processes
2011-12-22 Jeremy AllisonChange the signature of pthreadpool_finished_job()...
2011-12-22 Amitay Isaacsparam: domain_logons and domain_master are of type...
2011-12-22 Andrew Bartletts3-rpc_server: Add my copyright for my previous work...
2011-12-22 Andrew Bartletts3-rpc_server: Remove old comment
2011-12-22 Andrew Tridgells3-rpc: added "rpc_server:default" config option
2011-12-22 Andrew Tridgells3-loadparm: mark a few parameters as having P_BYTES...
2011-12-22 Amitay Isaacsparam: Fix the data type for bAvailable
2011-12-21 Volker Lendeckes3: There's no reason not to at least build winbind...
2011-12-21 Günther Deschners3-dns: prevent from potentially doing wrong SRV DNS...
2011-12-21 Volker Lendeckeidl: Avoid c++ style comments
2011-12-21 Rusty Russelltdb: don't free old recovery area when expanding if...
2011-12-21 Rusty Russelltdb: use same expansion factor logic when expanding...
2011-12-20 Jeremy AllisonAllow an object to be deleted from a directory if the...
2011-12-20 Volker Lendeckes3: Fix some False/NULL hickups
2011-12-20 Amitay Isaacssamba-tool: Add transaction wrapper for creating GPO
2011-12-19 Volker Lendecketdb2: Avoid a malloc/memcpy in _tdb1_store
2011-12-19 Volker Lendecketdb: Avoid a malloc/memcpy in _tdb_store
2011-12-19 Matthieu Patous4-dsdb: Relax the conditions where we can't do a subtr...
2011-12-19 Stefan Metzmachers4:drsuapi/getncchanges: return WERR_NOMEM if talloc_ar...
2011-12-19 Matthieu Patous4-drs: introduce a timeout in the getncchanges process...
2011-12-19 Matthieu Patous4-drs: avoid calling unecesserly ldb_msg_find_attr_as_...
2011-12-19 Matthieu Patous4-becomedc: replicate first with DRS_CRITICAL_ONLY...
2011-12-19 Matthieu Patous4-join: replicate first with DRS_CRITICAL_ONLY and...
next