Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-03 | s4:lsa RPC server - always initialise "info" structures | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
This should help to fix bug #7769 | |||||
2010-12-03 | s4:lsa RPC server - "dcesrv_lsa_CreateSecret" - a bit of rework | Matthias Dieter Wallnöfer | 1 | -21/+35 | |
- Added 'out of memory' checks - Added checks regarding return values - Switch to "ldb_msg_add_string" where possible Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Fri Dec 3 21:41:39 CET 2010 on sn-devel-104 | |||||
2010-12-03 | s4:libnet/libnet_samsync_ldb,c - move away from "samdb_msg_add_string" when ↵ | Matthias Dieter Wallnöfer | 1 | -2/+10 | |
possible Also here we can move to "ldb_msg_add_string" without any impact! | |||||
2010-12-03 | s4:libnet_JoinADSDomain - move away from "samdb_msg_add_string" | Matthias Dieter Wallnöfer | 1 | -7/+7 | |
These calls can be substituted by "ldb_msg_add_string" without any problems - only the allocation contexts of the SPNs and the DNS hostnames have to adapted. | |||||
2010-12-03 | s3-waf: add krb5 configure check for WRFILE_KEYTAB. | Günther Deschner | 1 | -0/+10 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Dec 3 13:54:25 CET 2010 on sn-devel-104 | |||||
2010-12-03 | s3-waf: add krb5 configure checks for enctype 23. | Günther Deschner | 1 | -0/+25 | |
Guenther | |||||
2010-12-03 | s3-waf: more krb5 configure checks. | Günther Deschner | 1 | -2/+11 | |
Guenther | |||||
2010-12-03 | talloc: add ABI/talloc-2.0.4.sigs | Stefan Metzmacher | 2 | -1/+63 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Dec 3 11:35:45 CET 2010 on sn-devel-104 | |||||
2010-12-03 | s4:auth/sam.c - when printing out a string buffer we don't strictly need the ↵ | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
width The precision (maximum numbers of characters) should be enough. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Fri Dec 3 10:26:39 CET 2010 on sn-devel-104 | |||||
2010-12-03 | s4:auth/sam.c - the check for the SAMDB needs to be on the top of the call | Matthias Dieter Wallnöfer | 1 | -6/+5 | |
Otherwise it's really useless. | |||||
2010-12-03 | s4:auth/sam.c - fix the free of memory contexts | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
"tmp_ctx" needs always to be freed ("res" is freed implicitly) | |||||
2010-12-03 | s4:auth/sam.c - specify the SID ignore case better | Matthias Dieter Wallnöfer | 1 | -1/+7 | |
As per suggestion by metze. | |||||
2010-12-03 | wintest: autodetect if named supports tkey-gssapi-keytab | Andrew Tridgell | 3 | -3/+27 | |
Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Fri Dec 3 08:48:52 CET 2010 on sn-devel-104 | |||||
2010-12-03 | wintest: put most of the main program login in wintest.py | Andrew Tridgell | 3 | -88/+60 | |
this makes it easier to create new tests Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Fri Dec 3 06:17:44 CET 2010 on sn-devel-104 | |||||
2010-12-03 | wafsamba: Override GIT_DIR without using putenv. | Jelmer Vernooij | 1 | -3/+4 | |
putenv has sideffects on later code. This overrides GIT_DIR for just this call. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Fri Dec 3 04:24:53 CET 2010 on sn-devel-104 | |||||
2010-12-03 | talloc: Bump version number after pytalloc changes. | Jelmer Vernooij | 1 | -1/+1 | |
2010-12-03 | Replace lseek()/write()/lseek() triple with pwrite call. We already emulate this | Jeremy Allison | 1 | -12/+2 | |
inside pwrite under the covers. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Dec 3 03:39:42 CET 2010 on sn-devel-104 | |||||
2010-12-03 | posix_fallocate() returns an errno, not -1 on error. | Jeremy Allison | 1 | -1/+1 | |
2010-12-03 | Merge the two conflicting allocation codes into one function, ↵ | Jeremy Allison | 3 | -56/+50 | |
vfs_slow_fallocate() and use that from both the truncate and fill_sparse functions. Jeremy. | |||||
2010-12-03 | Oops. Missed adding vfswrap_posix_fallocate to vfs_default_fns table. | Jeremy Allison | 1 | -0/+1 | |
Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Dec 3 02:26:23 CET 2010 on sn-devel-104 | |||||
2010-12-02 | Move posix_fallocate into the VFS where it belongs. | Jeremy Allison | 11 | -4/+127 | |
Jeremy. | |||||
2010-12-02 | Fix bug #7835 - vfs_fill_sparse() doesn't use posix_fallocate when strict ↵ | Jeremy Allison | 1 | -2/+30 | |
allocate is on Tries posix_fallocate() and then falls back to old code. Jeremy. | |||||
2010-12-02 | s4-dsdb/syntax: Map remote ATTIDs for Class OID syntax | Kamen Mazdrashki | 1 | -0/+6 | |
Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Thu Dec 2 18:47:59 CET 2010 on sn-devel-104 | |||||
2010-12-02 | s4-test/repl_schema: Test class inheritance through subClassOf | Kamen Mazdrashki | 1 | -1/+26 | |
2010-12-02 | s4-dsdb_syntax: Be a little bit more chatty when we can't an ATTID in our cache | Kamen Mazdrashki | 1 | -1/+3 | |
2010-12-02 | s4-test/fsmo: Remove unused imports | Kamen Mazdrashki | 1 | -2/+0 | |
2010-12-02 | s4-test/delete_object: Remove unused imports | Kamen Mazdrashki | 1 | -3/+4 | |
2010-12-02 | s4-test/repl_schema: Make ERR_NO_SUCH_OBJECT visible to us | Kamen Mazdrashki | 1 | -0/+1 | |
We've lost this import somehow, now it is back in :) | |||||
2010-12-02 | s4-test/repl_schema: Test classSchema and attributeSchema replication in ↵ | Kamen Mazdrashki | 1 | -0/+18 | |
separate tests | |||||
2010-12-02 | s4-dsdb/descriptor: comment typo | Kamen Mazdrashki | 1 | -1/+1 | |
2010-12-02 | s4:auth/sam.c-"authsam_expand_nested_groups" - don't fail if we've ↵ | Matthias Dieter Wallnöfer | 1 | -4/+4 | |
memberships on non-SAM objects This can be expected (think at a membership of a "groupOfNames" group) and we shouldn't blame about it. This fixes a bug reported on the technical mailing list. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Thu Dec 2 17:17:56 CET 2010 on sn-devel-104 | |||||
2010-12-02 | s4:dsdb/samdb/cracknames.c - fix various KRB5 memory leaks | Matthias Dieter Wallnöfer | 1 | -7/+13 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Thu Dec 2 12:35:03 CET 2010 on sn-devel-104 | |||||
2010-12-02 | s4:password_hash LDB module - allow empty ("") passwords | Matthias Dieter Wallnöfer | 3 | -22/+80 | |
This seems to have been broken some time ago - till someone on the mailing list noticed it. I've also added a testsuite (and some additional SamDB python helpers) which should prove this. | |||||
2010-12-02 | s4/scripting/ktpass: make shell code portable and eliminate another bash ↵ | Björn Jacke | 1 | -4/+4 | |
requirement Autobuild-User: Björn Jacke <bj@sernet.de> Autobuild-Date: Thu Dec 2 11:20:42 CET 2010 on sn-devel-104 | |||||
2010-12-02 | s4/ldb: fix shell syntax error in test script | Björn Jacke | 1 | -2/+2 | |
2010-12-02 | s3/selftest: add some FIXMEs | Björn Jacke | 1 | -0/+7 | |
this needs some rework. Sourced shell code cannot take arguments, at least no portable shell. This generates errors on the buildfarm sind quite a while. | |||||
2010-12-02 | tests: avoid bash in shebang and fix wrong "==" in test | Björn Jacke | 3 | -13/+13 | |
2010-12-02 | fix ѕome == to correct shell test in commented stuff | Björn Jacke | 2 | -2/+2 | |
2010-12-02 | smbprinting: fix wrong == in shell tests | Björn Jacke | 1 | -2/+2 | |
2010-12-02 | waf/buildtools: remove more bash shebangs and fix a == to = | Björn Jacke | 2 | -3/+3 | |
2010-12-02 | waf/buildtools: use /bin/sh instead of /bin/bash and put ^ in quotes | Björn Jacke | 4 | -8/+8 | |
- some Unix shells actually don't like grep ^foo, use grep "^foo" instead. - bash is not installed on every system, please avoid #!/bin/bash and use #!/bin/sh instead | |||||
2010-12-02 | buildtools: fix --git-local-changes option | Stefan Metzmacher | 1 | -0/+1 | |
If we set the GIT_DIR envvar we also need to set GIT_WORK_TREE, otherwise we can't expect valid output from 'git diff HEAD'. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Dec 2 09:09:21 CET 2010 on sn-devel-104 | |||||
2010-12-02 | Turns out there are lots of places in S3 where token passed in | Jeremy Allison | 1 | -0/+4 | |
here can be NULL (become_root() sets the current security token to NULL for example). Ensure we don't crash. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Dec 2 03:26:03 CET 2010 on sn-devel-104 | |||||
2010-12-01 | Fix a typo - should be '&&' not '&' when checking for privileges. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. | |||||
2010-12-02 | wintest: added README | Andrew Tridgell | 1 | -0/+5 | |
this points at the wiki page Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Dec 2 02:05:32 CET 2010 on sn-devel-104 | |||||
2010-12-02 | s3:smbd: remove some commented out legacy code | Michael Adam | 1 | -5/+0 | |
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Thu Dec 2 01:18:19 CET 2010 on sn-devel-104 | |||||
2010-12-01 | s4-ldap: removed an incorrect talloc_move() | Andrew Tridgell | 1 | -1/+1 | |
the parent of this session_info is either the stream_connection, or its a system_session(). In either case reparenting it on the ldapsrv_connection doesn't achieve anything that I can see. The move was causing a steal on reference error because the session_info often has multiple references. Thanks to Metze for spotting this. Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Dec 1 22:10:42 CET 2010 on sn-devel-104 | |||||
2010-12-01 | s3-waf: more krb5 configure checks. | Günther Deschner | 1 | -0/+24 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Dec 1 19:35:50 CET 2010 on sn-devel-104 | |||||
2010-12-01 | s3-waf: add configure check for dirfd and build vfs_syncops vfs_dirsort if ↵ | Günther Deschner | 1 | -0/+5 | |
possible. Guenther | |||||
2010-12-01 | s3-waf: add idmap_ldap to default static module list. | Günther Deschner | 1 | -1/+1 | |
Guenther |