metze/samba/wip.git
2010-12-06 Rusty Russellidtree: fix overflow for v. large ids on allocation...
2010-12-05 Kamen Mazdrashkis4-repl_meta_data: Print function name when we can...
2010-12-05 Kamen Mazdrashkis4-linked_attributes: Give more info where an error...
2010-12-05 Kamen Mazdrashkis4-repl_meta_data: Remove duplicated check
2010-12-05 Kamen Mazdrashkis4-schema_load: Strip a pointless check
2010-12-05 Matthias Dieter... lib/util:tests/time.c - "test_timestring" - fix it...
2010-12-05 Matthias Dieter... s4:cluster/cluster.h - fix another gcc 3.4 "struct...
2010-12-05 Matthias Dieter... s4:dsdb/samdb/ldb_modules/util.h - fix a gcc 3.4 compil...
2010-12-05 Matthias Dieter... s4:lib/messaging/*.h - fix compile warnings on gcc 3.4
2010-12-05 Jelmer Vernooijpytalloc: Add docstring for talloc.Object.
2010-12-05 Jelmer Vernooijs4-python: Add more module docstrings.
2010-12-05 Jelmer Vernooijs4-python: Add some more module docstrings.
2010-12-05 Jelmer Vernooijwafsamba: Only include versioned files when building...
2010-12-04 Holger HetterichUpdated french translations from Jean Delvare <jdelvare...
2010-12-04 Matthias Dieter... s4:dsdb/samdb/cracknames.c - fix another memory leak
2010-12-04 Matthias Dieter... s4:kdc/kpasswdd.c - fix memory leaks
2010-12-04 Matthias Dieter... s4:auth/gensec/gensec_krb5.c - fix/reorder memory free...
2010-12-04 Matthias Dieter... s4:auth/gensec/gensec_krb5.c - remove a pointless ...
2010-12-04 Matthias Dieter... s4:auth/kerberos/kerberos_pac.c - fix another memory...
2010-12-04 Matthias Dieter... s4:dsdb/common/util_samr.c and auth/sam.c - fix error...
2010-12-04 Stefan Metzmacherlib/torture: add torture_assert_u64_equal_goto()
2010-12-04 Stefan Metzmachertls_tstream: use a dynamic buffer for the push case
2010-12-04 Matthieu Patoutls_tstream: increase the buffer size
2010-12-04 Matthias Dieter... s4:samr RPC server - dcesrv_samr_GetBootKeyInformation...
2010-12-04 Matthias Dieter... s4:dsdb/common/util_samr.c - "dsdb_enum_group_mem"...
2010-12-04 Matthias Dieter... s4:torture/rpc/samr.c - fix output message
2010-12-04 Holger HetterichFix bug #3185 - testparm exits 0 if it can read the...
2010-12-03 Matthias Dieter... s4/kdc - fix a warning regarding a changed parameter...
2010-12-03 Matthias Dieter... s3/s4:lsa.idl - QueryDomainInformationPolicy - the...
2010-12-03 Matthias Dieter... s4:lsa RPC server - always initialise "info" structures
2010-12-03 Matthias Dieter... s4:lsa RPC server - "dcesrv_lsa_CreateSecret" - a bit...
2010-12-03 Matthias Dieter... s4:libnet/libnet_samsync_ldb,c - move away from "samdb_...
2010-12-03 Matthias Dieter... s4:libnet_JoinADSDomain - move away from "samdb_msg_add...
2010-12-03 Günther Deschners3-waf: add krb5 configure check for WRFILE_KEYTAB.
2010-12-03 Günther Deschners3-waf: add krb5 configure checks for enctype 23.
2010-12-03 Günther Deschners3-waf: more krb5 configure checks.
2010-12-03 Stefan Metzmachertalloc: add ABI/talloc-2.0.4.sigs
2010-12-03 Matthias Dieter... s4:auth/sam.c - when printing out a string buffer we...
2010-12-03 Matthias Dieter... s4:auth/sam.c - the check for the SAMDB needs to be...
2010-12-03 Matthias Dieter... s4:auth/sam.c - fix the free of memory contexts
2010-12-03 Matthias Dieter... s4:auth/sam.c - specify the SID ignore case better
2010-12-03 Andrew Tridgellwintest: autodetect if named supports tkey-gssapi-keytab
2010-12-03 Andrew Tridgellwintest: put most of the main program login in wintest.py
2010-12-03 Jelmer Vernooijwafsamba: Override GIT_DIR without using putenv.
2010-12-03 Jelmer Vernooijtalloc: Bump version number after pytalloc changes.
2010-12-03 Jeremy AllisonReplace lseek()/write()/lseek() triple with pwrite...
2010-12-03 Jeremy Allisonposix_fallocate() returns an errno, not -1 on error.
2010-12-03 Jeremy AllisonMerge the two conflicting allocation codes into one...
2010-12-03 Jeremy AllisonOops. Missed adding vfswrap_posix_fallocate to vfs_defa...
2010-12-03 Jeremy AllisonMove posix_fallocate into the VFS where it belongs.
2010-12-02 Jeremy AllisonFix bug #7835 - vfs_fill_sparse() doesn't use posix_fal...
2010-12-02 Kamen Mazdrashkis4-dsdb/syntax: Map remote ATTIDs for Class OID syntax
2010-12-02 Kamen Mazdrashkis4-test/repl_schema: Test class inheritance through...
2010-12-02 Kamen Mazdrashkis4-dsdb_syntax: Be a little bit more chatty when we...
2010-12-02 Kamen Mazdrashkis4-test/fsmo: Remove unused imports
2010-12-02 Kamen Mazdrashkis4-test/delete_object: Remove unused imports
2010-12-02 Kamen Mazdrashkis4-test/repl_schema: Make ERR_NO_SUCH_OBJECT visible...
2010-12-02 Kamen Mazdrashkis4-test/repl_schema: Test classSchema and attributeSche...
2010-12-02 Kamen Mazdrashkis4-dsdb/descriptor: comment typo
2010-12-02 Matthias Dieter... s4:auth/sam.c-"authsam_expand_nested_groups" - don...
2010-12-02 Matthias Dieter... s4:dsdb/samdb/cracknames.c - fix various KRB5 memory...
2010-12-02 Matthias Dieter... s4:password_hash LDB module - allow empty ("") passwords
2010-12-02 Björn Jackes4/scripting/ktpass: make shell code portable and elimi...
2010-12-02 Björn Jackes4/ldb: fix shell syntax error in test script
2010-12-02 Björn Jackes3/selftest: add some FIXMEs
2010-12-02 Björn Jacketests: avoid bash in shebang and fix wrong "==" in...
2010-12-02 Björn Jackefix ѕome == to correct shell test in commented stuff
2010-12-02 Björn Jackesmbprinting: fix wrong == in shell tests
2010-12-02 Björn Jackewaf/buildtools: remove more bash shebangs and fix a...
2010-12-02 Björn Jackewaf/buildtools: use /bin/sh instead of /bin/bash and...
2010-12-02 Stefan Metzmacherbuildtools: fix --git-local-changes option
2010-12-02 Jeremy AllisonTurns out there are lots of places in S3 where token...
2010-12-02 Jeremy AllisonFix a typo - should be '&&' not '&' when checking for...
2010-12-02 Andrew Tridgellwintest: added README
2010-12-02 Michael Adams3:smbd: remove some commented out legacy code
2010-12-01 Andrew Tridgells4-ldap: removed an incorrect talloc_move()
2010-12-01 Günther Deschners3-waf: more krb5 configure checks.
2010-12-01 Günther Deschners3-waf: add configure check for dirfd and build vfs_syn...
2010-12-01 Günther Deschners3-waf: add idmap_ldap to default static module list.
2010-12-01 Günther Deschners3-waf: align some krb5/gssapi configure checks with...
2010-12-01 Günther Deschners3-waf: avoid module name uppercasing.
2010-12-01 Matthias Dieter... s4:dsdb/repl/replicated_objects.c - proof if "talloc_re...
2010-12-01 Matthias Dieter... s4:dsdb/common/util.c - "samdb_msg_add_add/delval"...
2010-12-01 Matthias Dieter... ldb:ldb_msg_add_value - fix here a wrong memory context
2010-12-01 Matthias Dieter... s4:ranged results LDB module - cosmetic - fix some...
2010-12-01 Matthias Dieter... s4:ranged results LDB module - "rr_search_callback...
2010-12-01 Björn Jackes4/waf: add intl dependency for nss_winnbind
2010-12-01 Kamen Mazdrashkis4-test/schema: Extend the test to replicate a Class...
2010-12-01 Kamen Mazdrashkis4-dsdb/syntax: Map remote ATTIDs for Attribute OID...
2010-12-01 Kamen Mazdrashkis4-dsdb/syntax: Implement Remote-ATTID to Local-ATTID...
2010-12-01 Kamen Mazdrashkis4-dreplsrv: Use working_schema when replicating from...
2010-12-01 Kamen Mazdrashkis4-dsdb/schema: Implement multi-pass working schema...
2010-12-01 Kamen Mazdrashkis4-dsdb/schema: Add Schema shallow copy function
2010-12-01 Kamen Mazdrashkis4-dsdb/prefixMap: Add prefixMap shallow copy function
2010-12-01 Kamen Mazdrashkis4-repl: Let dsdb_replicated_objects_convert() to accep...
2010-12-01 Kamen Mazdrashkis4-ranged_result.c: Fix memory context for ranged attri...
2010-12-01 Kai Blins3 docs: Reword posix locking text to answer a common...
2010-12-01 Volker Lendeckes3: Attempt to please autobuild
2010-12-01 Volker Lendeckes3: Fix a typo
2010-12-01 Volker Lendeckes3: Attempt to fix the shadow_copy2 module
next