summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* wintest: autodetect if named supports tkey-gssapi-keytabAndrew Tridgell2010-12-033-3/+27
* wintest: put most of the main program login in wintest.pyAndrew Tridgell2010-12-033-88/+60
* wafsamba: Override GIT_DIR without using putenv.Jelmer Vernooij2010-12-031-3/+4
* talloc: Bump version number after pytalloc changes.Jelmer Vernooij2010-12-031-1/+1
* Replace lseek()/write()/lseek() triple with pwrite call. We already emulate thisJeremy Allison2010-12-031-12/+2
* posix_fallocate() returns an errno, not -1 on error.Jeremy Allison2010-12-031-1/+1
* Merge the two conflicting allocation codes into one function, vfs_slow_falloc...Jeremy Allison2010-12-033-56/+50
* Oops. Missed adding vfswrap_posix_fallocate to vfs_default_fns table.Jeremy Allison2010-12-031-0/+1
* Move posix_fallocate into the VFS where it belongs.Jeremy Allison2010-12-0211-4/+127
* Fix bug #7835 - vfs_fill_sparse() doesn't use posix_fallocate when strict all...Jeremy Allison2010-12-021-2/+30
* s4-dsdb/syntax: Map remote ATTIDs for Class OID syntaxKamen Mazdrashki2010-12-021-0/+6
* s4-test/repl_schema: Test class inheritance through subClassOfKamen Mazdrashki2010-12-021-1/+26
* s4-dsdb_syntax: Be a little bit more chatty when we can't an ATTID in our cacheKamen Mazdrashki2010-12-021-1/+3
* s4-test/fsmo: Remove unused importsKamen Mazdrashki2010-12-021-2/+0
* s4-test/delete_object: Remove unused importsKamen Mazdrashki2010-12-021-3/+4
* s4-test/repl_schema: Make ERR_NO_SUCH_OBJECT visible to usKamen Mazdrashki2010-12-021-0/+1
* s4-test/repl_schema: Test classSchema and attributeSchema replication in sepa...Kamen Mazdrashki2010-12-021-0/+18
* s4-dsdb/descriptor: comment typoKamen Mazdrashki2010-12-021-1/+1
* s4:auth/sam.c-"authsam_expand_nested_groups" - don't fail if we've membership...Matthias Dieter Wallnöfer2010-12-021-4/+4
* s4:dsdb/samdb/cracknames.c - fix various KRB5 memory leaksMatthias Dieter Wallnöfer2010-12-021-7/+13
* s4:password_hash LDB module - allow empty ("") passwordsMatthias Dieter Wallnöfer2010-12-023-22/+80
* s4/scripting/ktpass: make shell code portable and eliminate another bash requ...Björn Jacke2010-12-021-4/+4
* s4/ldb: fix shell syntax error in test scriptBjörn Jacke2010-12-021-2/+2
* s3/selftest: add some FIXMEsBjörn Jacke2010-12-021-0/+7
* tests: avoid bash in shebang and fix wrong "==" in testBjörn Jacke2010-12-023-13/+13
* fix ѕome == to correct shell test in commented stuffBjörn Jacke2010-12-022-2/+2
* smbprinting: fix wrong == in shell testsBjörn Jacke2010-12-021-2/+2
* waf/buildtools: remove more bash shebangs and fix a == to =Björn Jacke2010-12-022-3/+3
* waf/buildtools: use /bin/sh instead of /bin/bash and put ^ in quotesBjörn Jacke2010-12-024-8/+8
* buildtools: fix --git-local-changes optionStefan Metzmacher2010-12-021-0/+1
* Turns out there are lots of places in S3 where token passed inJeremy Allison2010-12-021-0/+4
* Fix a typo - should be '&&' not '&' when checking for privileges.Jeremy Allison2010-12-011-1/+1
* wintest: added READMEAndrew Tridgell2010-12-021-0/+5
* s3:smbd: remove some commented out legacy codeMichael Adam2010-12-021-5/+0
* s4-ldap: removed an incorrect talloc_move()Andrew Tridgell2010-12-011-1/+1
* s3-waf: more krb5 configure checks.Günther Deschner2010-12-011-0/+24
* s3-waf: add configure check for dirfd and build vfs_syncops vfs_dirsort if po...Günther Deschner2010-12-011-0/+5
* s3-waf: add idmap_ldap to default static module list.Günther Deschner2010-12-011-1/+1
* s3-waf: align some krb5/gssapi configure checks with classic build.Günther Deschner2010-12-011-1/+2
* s3-waf: avoid module name uppercasing.Günther Deschner2010-12-018-205/+205
* s4:dsdb/repl/replicated_objects.c - proof if "talloc_reference" doesn't retur...Matthias Dieter Wallnöfer2010-12-011-1/+2
* s4:dsdb/common/util.c - "samdb_msg_add_add/delval" - introduce also here the ...Matthias Dieter Wallnöfer2010-12-011-2/+2
* ldb:ldb_msg_add_value - fix here a wrong memory contextMatthias Dieter Wallnöfer2010-12-011-1/+2
* s4:ranged results LDB module - cosmetic - fix some indentationMatthias Dieter Wallnöfer2010-12-011-1/+3
* s4:ranged results LDB module - "rr_search_callback" - change some memory contextMatthias Dieter Wallnöfer2010-12-011-1/+3
* s4/waf: add intl dependency for nss_winnbindBjörn Jacke2010-12-011-1/+1
* s4-test/schema: Extend the test to replicate a Class with Attribute with "may...Kamen Mazdrashki2010-12-011-2/+10
* s4-dsdb/syntax: Map remote ATTIDs for Attribute OID syntaxKamen Mazdrashki2010-12-011-0/+6
* s4-dsdb/syntax: Implement Remote-ATTID to Local-ATTID mapping functionKamen Mazdrashki2010-12-011-0/+35
* s4-dreplsrv: Use working_schema when replicating from Schema NCKamen Mazdrashki2010-12-011-2/+22