sfrench/samba-autobuild/.git
2011-09-07 Stefan Metzmachers3:smb2cli: SMB2_QUERY_DIRECTORY needs one dyn byte...
2011-09-07 Stefan Metzmachers3:smb2cli: SMB2_CREATE needs one dyn byte to that...
2011-09-07 Stefan Metzmachers3:smb2cli: SMB2_SESSION_SETUP needs one dyn byte to...
2011-09-07 Jeremy AllisonRevert "Part 5 of bugfix for bug #7509 - smb_acl_to_pos...
2011-09-07 Andrew Bartletts4-s3-upgrade Handle expected errors, error out on...
2011-09-06 Andrew Bartletts4-s3-upgrade Fix group member addition
2011-09-06 Volker Lendeckes3: Make winbindd_lookup_names static
2011-09-06 Stefan Metzmachers3:smb2_server: make use of SMB2_WRITEFLAG_WRITE_THROUGH
2011-09-06 Stefan Metzmachersmb2_constants: add SMB2_WRITEFLAG_WRITE_THROUGH define
2011-09-06 Stefan Metzmachers4:librpc: rpc_common.h was move to dcerpc-binding
2011-09-06 Stefan Metzmachers4:auth/gensec: gensec.h was moved to gensec_runtime
2011-09-06 Günther Deschnerwaf: install pam modules in PAMMODULESDIR.
2011-09-05 Stefan Metzmachers3:smb2_server: add basic support for SMB 2.1
2011-09-05 Stefan Metzmachers3:smb2_server: return NOT_SUPPORTED if we don't find...
2011-09-05 Stefan Metzmachers3:smb2_server: max_trans, max_read and max_write are...
2011-09-05 Stefan Metzmachers3:smb2cli: make sure we don't try to send requests...
2011-09-05 Stefan Metzmachers3:smb2cli: make sure requests are not finished, when...
2011-09-05 Stefan Metzmachers3:smb2cli: disconnect the connection, if we're out...
2011-09-05 Stefan Metzmachers3:smb2cli: don't use state->cli->smb2.mid++ as macro...
2011-09-05 Andreas Schneiders3-smbd: Rename reload_printers() and add documentation.
2011-09-05 Volker Lendeckes3: Fix smbcontrol smbd idmap kill S-1-5-21-...
2011-09-05 Volker Lendeckes3: Reformat msg_idmap.c to match Samba coding
2011-09-05 Stefan Metzmacherlibcli/smb: add PROTOCOL_SMB2_10
2011-09-05 Stefan Metzmacherlibcli/smb: remove PROTOCOL_SMB2 alias of PROTOCOL_SMB2_02
2011-09-05 Stefan Metzmachers3:smbd: make use of PROTOCOL_SMB2_02
2011-09-05 Stefan Metzmachers4:libcli/raw: make use of PROTOCOL_SMB2_02
2011-09-05 Stefan Metzmachers4:ntvfs: s/!= PROTOCOL_SMB2/< PROTOCOL_SMB2_02/
2011-09-05 Stefan Metzmachers4:ntvfs: s/== PROTOCOL_SMB2/>= PROTOCOL_SMB2_02/
2011-09-05 Stefan Metzmachers4:smb_server: make use of PROTOCOL_SMB2_02
2011-09-05 Stefan Metzmachers4:param: make use of PROTOCOL_SMB2_02
2011-09-05 Stefan Metzmacherlibcli/smb: move smb2_signing.c to the toplevel
2011-09-05 Andrew Tridgells4-cracknames: fixed cracknames to use more specific...
2011-09-05 Andrew Tridgells4-cldap: fixed cldap search based on dom_sid
2011-09-05 Andrew Tridgellndr: range check on push of dom_sid blob
2011-09-05 Andrew Tridgells4-ldb: allow decoding of trustAuthIncoming and trustAu...
2011-09-05 Andrew Bartlettheimdal: Try to handle the PAC checking when we are...
2011-09-05 Andrew Tridgells4-samdb: added a few function comments for pydoc
2011-09-05 Andrew Tridgells4-provision: these substitutuons are not used any...
2011-09-05 Andrew Tridgelldrsblobs: fixed alignment of drs blobs authentication...
2011-09-05 Andrew Tridgells4-torture: enable password comparison in drsblobs...
2011-09-05 Andrew Tridgells4-torture: fixed a ndr string error
2011-09-05 Andrew Bartletts4-s3-upgrade Fix error handling in add_users_to_group
2011-09-05 Andrew Bartletts4-schema consolidate schema handling
2011-09-05 Andreas Schneiders3-spoolssd: Remove stale printers only on a valid...
2011-09-05 Andrew Bartletts4-provision handle a number of invalid but real-world...
2011-09-05 Andrew Bartletts4-provision Fix type error on existing idmap entries...
2011-09-05 Andrew Bartletts4-dsdb Print clearer error messages when invalid accou...
2011-09-05 Andrew Bartletts4-provision Use ProvisioningError and the eadb
2011-09-05 Andrew Bartletts4-provision Add realm to DC configuration in upgrade_f...
2011-09-04 Andrew Bartletts4-provision Allow a missing idmap DB in upgrade.py
2011-09-04 Andrew Bartletts4-provision cope with SID_NAME_WKN_GRP mappings in...
2011-09-03 Stefan Metzmachers3:smb2cli: ask for a session key in smb2cli_sesssetup_...
2011-09-03 Andreas Schneiders3-spoolss: Fix bug #8236 empty notify servername.
2011-09-02 Jeremy AllisonPart 5 of bugfix for bug #7509 - smb_acl_to_posix:...
2011-09-02 Jeremy AllisonPart 4 of bugfix for bug #7509 - smb_acl_to_posix:...
2011-09-02 Jeremy AllisonPart 3 of bugfix for bug #7509 - smb_acl_to_posix:...
2011-09-02 Jeremy AllisonPart 2 of bugfix for bug #7509 - smb_acl_to_posix:...
2011-09-02 Jeremy AllisonPart 1 of bugfix for bug #7509 - smb_acl_to_posix:...
2011-09-02 Michael Adams3:registry: fix a debug message typo
2011-09-02 Michael Adams3:registry: introduce a define REGDB_CODE_VERSION...
2011-09-02 Michael Adams3:registry: rename REGVE_Vx toREGDB_VERSION_Vx for...
2011-09-01 Michael Adams3:registry: implement regdb_set_secdesc() with regdb_t...
2011-09-01 Michael Adams3:registry: implement regdb_store_values() with regdb_...
2011-09-01 Michael Adams3:registry: change regdb_store_values_internal() from...
2011-09-01 Michael Adams3:registry: use the regdb_trans_do wrapper instead...
2011-09-01 Michael Adams3:registry: add regdb_trans_do(): a transaction wrappe...
2011-09-01 Michael Adams3:registry: drop log level of unknown regdb version...
2011-09-01 Volker LendeckeFix bug 8433, segfault in iconv.c
2011-09-01 Andreas Schneiders3-rpc_server: Add missing rng_fault_state in epmapper.
2011-09-01 Andreas Schneiders3-rpc_server: Handle services with multiple pipe names.
2011-09-01 Andrew Tridgellldb: make the 'spy' code more paranoid
2011-09-01 Andrew Tridgells4-services: disable the web server by default
2011-09-01 Andrew Tridgellldb: fixed ldbsearch when no baseDN specified and cross...
2011-09-01 Andrew Tridgellpyldb: added OID_COMPARATOR constants
2011-09-01 Andrew Bartlettwintest: update snapshots
2011-08-31 Jeremy AllisonFix bug 8429 - Compound SMB2 requests on an IPC connect...
2011-08-31 Jeremy AllisonBased on metze's fix for Bug 8407 - SMB2 server can...
2011-08-31 Stefan Metzmachers3:smb2_server: keep compound_related on struct smbd_sm...
2011-08-31 Günther Deschners3-waf: fix unresolved symbols in the group policy...
2011-08-31 Günther Deschners3-waf: convert libgpo into a private library.
2011-08-31 Günther Deschners3-waf: allow undefined symbols in idmap_rid module.
2011-08-31 Volker Lendeckes3: Fix bug 8334, do not fork the echo handler for...
2011-08-31 Andreas Schneiders3-rpc_server: Disable epmapper by default.
2011-08-31 Simo Sorcedocs: Add documentation for the rpc_daemon parametric...
2011-08-31 Andreas Schneiderdoc: Reflect the latest changes to the rpc_server option.
2011-08-31 Günther Deschners3-waf: allow unresolved symbols in some idmap and...
2011-08-31 Günther Deschners3-waf: add missing tdb dependency to idmap_tdb2 module.
2011-08-31 Günther Deschners3-waf: convert nss_info subsystem into a private library.
2011-08-31 Günther Deschners4-smbtorture: For now, skip trusted domain auth valida...
2011-08-31 Sumit Boses4-smbtorture: Add trust password to CreateTrust test
2011-08-31 Sumit Boses3-lsa: Add _lsa_SetInformationTrustedDomain() and...
2011-08-31 Sumit Boses4-smbtorture: Add tests for lsaQueryTrustedDomainInfoB...
2011-08-31 Sumit Boses3-lsa: Update _lsa_QueryTrustedDomainInfo()
2011-08-31 Sumit Boses3-pdb_ipa: Add supprted encryption types to struct...
2011-08-31 Sumit Boses3-pdb_ipa: Add posix offset to struct pdb_trusted_domain
2011-08-31 Sumit Boses3-ldap: Add Posix offset and encryption types to LDAP...
2011-08-31 Sumit Boses3-ldap: Add sambaTrustForestTrustInfo to NDS LDAP...
2011-08-31 Sumit Boses3-lsa: Fix access mapping in_lsa_OpenTrustedDomain_base()
2011-08-31 Sumit Boses3-lsa: Fix typo and use right pdb interface
2011-08-31 Sumit Boses3-pdb_ipa: Derive domain GUID from SID
next