abartlet/samba.git/.git
2008-08-21 Andrew BartlettDon't walk past the end of ldb values. 4-0-local
2008-08-21 Andrew BartlettPush loading the objectGUID and objectSID handlers...
2008-08-21 Andrew BartlettStop every ldb startup doing a write to the database.
2008-08-21 Andrew BartlettValidate input in the CLDAP and DGRAM 'netlogon' responder.
2008-08-21 Andrew BartlettHandle error cases in attribute handlers better.
2008-08-21 Andrew BartlettThe index handling is now configured from the schema...
2008-08-21 Andrew BartlettSet both attributes and indexes into the database on...
2008-08-21 Andrew BartlettAll these syntaxes are now handled by the schema.
2008-08-21 Andrew BartlettDon't hardcode attributes to be treated as a DN
2008-08-21 Andrew BartlettCorrect anr search commants and error messages in ldap.js
2008-08-21 Andrew BartlettDon't allow a NULL syntax
2008-08-21 Andrew BartlettDon't maniplate control entries in samldb
2008-08-20 Andrew BartlettUse the new SEARCH_FLAG_ANR define
2008-08-20 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-08-20 Andrew Tridgelldon't overwrite fixed attributes with @ATTRIBUTES
2008-08-20 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-08-20 Andrew TridgellMerge commit 'origin/v4-0-test' into v4-0-test
2008-08-20 Andrew Tridgelladded a LDB_ATTR_FLAG_FIXED so the schema module can...
2008-08-20 Andrew BartlettApply attributes (and their syntax) from the schema...
2008-08-20 Andrew BartlettAdd schema search flags from MS-ADTS
2008-08-20 Andrew BartlettSplit schema_init.c into smaller bits.
2008-08-20 Andrew BartlettRemove last traces of the old 'subclass' feature
2008-08-20 Matthias Dieter... Add a torture test for the new 'netlogon' flags.
2008-08-20 Matthias Dieter... Add extra bits to our 'netlogon' response in CLDAP...
2008-08-20 Andrew BartlettUpdate OpenLDAP MMR configuration per comments by Olive...
2008-08-19 Andrew Tridgelladded some comments at the request of a frustrated...
2008-08-19 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-08-19 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-08-19 Andrew BartlettFix up new OpenLDAP MMR code.
2008-08-19 Oliver LiebelGenerate Multi-Master Replication configuration for...
2008-08-19 Andrew BartlettFix templates.ldb reprovision handling.
2008-08-18 Stefan Metzmacherlibrpc: don't build the old mszip decompression code
2008-08-18 Stefan Metzmacherndr_compression: use zlib's inflate() for decompression
2008-08-18 Stefan Metzmacherzlib: mark as modified for samba
2008-08-18 Stefan Metzmacherzlib: fix compiler warnings
2008-08-18 Stefan Metzmacherzlib: we don't need the inflateReset2 prototype twice
2008-08-18 Matthieu Suichelibrpc/ndr: add support for XPRESS decompression
2008-08-18 Matthieu Suichelib/compression: Import of lzxpress decompression algorithm
2008-08-18 Andrew BartlettNote the ldb syntax for attribute syntaxes in the table.
2008-08-18 Andrew BartlettAllow attributes to be overwritten, not just added to
2008-08-18 Andrew BartlettFix segfaults when loading the schema fails.
2008-08-18 Andrew BartlettEnsure we fail to proceed if the schema won't load.
2008-08-18 Andrew BartlettRemove references to the unused @SUBCLASS feature.
2008-08-18 Andrew BartlettMerge the two attribute syntax tables.
2008-08-15 Michael Adamconfigure: use AS_HELP_STRING for --with-disable-ext-lib
2008-08-15 Michael Adamconfigure: use AS_HELP_STRING for --enable-developer
2008-08-15 Michael Adamconfigure: use AS_HELP_STRING for --enable-debug.
2008-08-15 Michael Adamconfigure: use AS_HELP_STRING for --with-selftest-prefix.
2008-08-15 Michael Adamconfigure: use AS_HELP_STRING for --with-logfilebase.
2008-08-15 Michael Adamconfigure: use AS_HELP_STRING for --with-piddir
2008-08-15 Michael Adamconfigure: use AS_HELP_STRING for --with-lockdir.
2008-08-15 Michael Adamconfigure: use AS_HELP_STRING for --ntp-signd-socket...
2008-08-15 Michael Adamconfigure: use AS_HELP_STRING for --with-winbindd-privi...
2008-08-15 Michael Adamconfigure: use AS_HELP_STRING for --with-winbindd-socke...
2008-08-15 Michael Adamconfigure: use AS_HELP_STRING for --with-privatedir
2008-08-15 Michael Adamconfigure: format help string for --with-fhs with AS_HE...
2008-08-15 Michael Adamconfigure: remove duplicate definition of --with-winbin...
2008-08-15 Andrew BartlettFix the build, after the ad2oLschema changes.
2008-08-15 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-08-15 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-08-15 Andrew BartlettGenerate the subSchema in cn=Aggregate
2008-08-15 Andrew BartlettRework generation of the objectClass and attributeType...
2008-08-15 Andrew BartlettParamaterise the seperator in ad2OLschema
2008-08-14 Andrew BartlettDon't segfault in RPC-ATSVC.
2008-08-14 Stefan MetzmacherRAW-OPEN: be more strict in create_option checking
2008-08-14 Stefan MetzmacherRevert "krb5: always generate the acceptor subkey as...
2008-08-14 Stefan Metzmachergsskrb5: always return an acceptor subkey
2008-08-14 Stefan Metzmachergensec_gssapi: only cache the session key in STAGE_DONE
2008-08-14 Stefan MetzmacherSMB2-CREATE: add a special test for FILE_ATTRIBUTE_ENCR...
2008-08-14 Stefan MetzmacherSMB2-CREATE: be more strict in checking file attributes
2008-08-14 Stefan MetzmacherSMB2-CREATE: be more strict in error checking
2008-08-14 Stefan Metzmacherntvfs_generic: fix handling of create_options for SMB2
2008-08-14 Stefan Metzmacherlibcli/smb2: add SMB2_CREATE_OPTIONS_NOT_SUPPORTED_MASK
2008-08-14 Stefan Metzmacherpvfs: fix handling of create_option flags
2008-08-14 Stefan Metzmacherlibcli/raw: fix the special NTCREATE_OPTIONS_*_MASK...
2008-08-14 Stefan Metzmachersmb2srv: async replies with STATUS_PENDING are not...
2008-08-14 Stefan Metzmachersmb2srv: sign replies when the request was also signed
2008-08-14 Stefan Metzmachersmb2srv: use defines instead of hex values
2008-08-14 Stefan Metzmacherlibcli/smb2: use smb2 signing in auto mode if the serve...
2008-08-14 Stefan Metzmacherlibcli/smb2: we don't need check the same thing twice...
2008-08-14 Stefan Metzmacherlibcli/smb2: async replies with STATUS_PENDING are...
2008-08-14 Stefan Metzmacherpidl: fix samba4.pidl.samba3-cli test
2008-08-14 Stefan MetzmacherNBT-WINSREPLICATION: be more robust to timing errors
2008-08-14 Andrew Tridgellexpanded the SMB2-CREATE and RAW-OPEN tests to explore...
2008-08-14 Andrew Tridgellcope with arbitrary unknown pac buffer types, so when...
2008-08-14 Andrew Tridgellcope with not knowing the kdc key
2008-08-12 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-08-12 Stefan Metzmachergensec_gssapi: add support for GENSEC_FEATURE_NEW_SPNEGO
2008-08-12 Stefan Metzmachergensec_gssapi: fix compiler warnings
2008-08-12 Stefan Metzmachergensec_gssapi: add a function to load the lucid structu...
2008-08-12 Stefan Metzmachergensec: add support for new style spnego and correctly...
2008-08-12 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-08-11 Stefan Metzmacherdcerpc.idl: remove used DCERPC_MAX_SIGN_SIZE
2008-08-11 Stefan Metzmacherrpc_server: correct the chunk_size depending on the...
2008-08-11 Stefan Metzmacherlibrpc/rpc: correct the chunk_size depending on the...
2008-08-11 Stefan Metzmacherdcerpc.idl: add DCERPC_AUTH_TRAILER_LENGTH
2008-08-11 Andrew BartlettOnly allow trust accounts access to the NTP signing...
2008-08-08 Stefan Metzmachergensec_gssapi: use the correct signature size for cfx...
2008-08-08 Stefan Metzmachergsskrb5: try to be compatible with windows for gss_wrap...
2008-08-08 Stefan Metzmachergensec_gssapi: use gsskrb5_get_subkey() to get the...
next