Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-18 | s4:torture:smb2: rename the session_reauth test to session_reauth1 | Michael Adam | 1 | -2/+2 | |
More tests reauth? will follow... | |||||
2012-04-18 | s4-torture: notify all is empty now | Volker Lendecke | 1 | -19/+0 | |
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Wed Apr 18 15:16:13 CEST 2012 on sn-devel-104 | |||||
2012-04-18 | s4-torture: Separate out the notify alignment subtest | Volker Lendecke | 1 | -4/+9 | |
2012-04-18 | s4-torture: Separate out the notify basedir subtest | Volker Lendecke | 1 | -2/+8 | |
2012-04-18 | s4-torture: Separate out the notify overflow subtest | Volker Lendecke | 1 | -2/+8 | |
2012-04-18 | s4-torture: Separate out the notify tree subtest | Volker Lendecke | 1 | -2/+8 | |
2012-04-18 | s4-torture: Separate out the notify double subtest | Volker Lendecke | 1 | -2/+7 | |
2012-04-18 | s4-torture: Separate out the notify tcp_dis subtest | Volker Lendecke | 1 | -2/+8 | |
2012-04-18 | s4-torture: Separate out the notify ulogoff subtest | Volker Lendecke | 1 | -2/+8 | |
2012-04-18 | s4-torture: Separate out the notify exit subtest | Volker Lendecke | 1 | -2/+8 | |
2012-04-18 | s4-torture: Separate out the notify tdis subtest | Volker Lendecke | 1 | -2/+8 | |
2012-04-18 | s4-torture: Separate out the notify file subtest | Volker Lendecke | 1 | -2/+8 | |
2012-04-18 | s4-torture: Separate out the notify mask_change subtest | Volker Lendecke | 1 | -2/+9 | |
2012-04-18 | s4-torture: Separate out the notify recursive subtest | Volker Lendecke | 1 | -2/+8 | |
2012-04-18 | s4-torture: Separate out the notify mask subtest | Volker Lendecke | 1 | -2/+8 | |
2012-04-18 | s4-torture: Separate out the notify dir subtest | Volker Lendecke | 1 | -3/+9 | |
2012-04-18 | s4-torture: Separate out the notify tcon subtest | Volker Lendecke | 1 | -2/+8 | |
2012-04-18 | s4-torture: Make notify a suite | Volker Lendecke | 2 | -4/+13 | |
2012-04-18 | dbcheck: added fix for incorrect RMD_FLAGS | Andrew Tridgell | 1 | -0/+35 | |
this fixes the case where a DN link has RMD_FLAGS=0 for a link inside a deleted object Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Apr 18 09:19:41 CEST 2012 on sn-devel-104 | |||||
2012-04-18 | dsdb: added SHOW_DELETED to samldb_member_check() | Andrew Tridgell | 1 | -1/+1 | |
when dbcheck is fixing DNs, it will sometimes operated on a deleted DN link Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2012-04-18 | s4:dbchecker.py - integrate the "objectClass" fixing code | Matthias Dieter Wallnöfer | 1 | -0/+27 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2012-04-18 | s4:dsdb/pydsdb.c - call the "objectClass" normalisation code from Python | Matthias Dieter Wallnöfer | 1 | -0/+14 | |
This allows the dbchecker to fix ordering/inconsistency problems with the mentioned attribute. Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2012-04-18 | s3fs: Use xattr_tdb format for xattr storage | Andrew Bartlett | 1 | -9/+16 | |
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Apr 18 05:39:01 CEST 2012 on sn-devel-104 | |||||
2012-04-18 | s4-python: Add python wrapper for xattr_tdb format xattr storage | Andrew Bartlett | 4 | -34/+208 | |
This uses the format used by the vfs_xattr_tdb module. The s4 posix:eadb format is kept, just in a new file and module. Andrew Bartlett | |||||
2012-04-18 | s4:samdb:rootdse: implement the schemaUpgradeInProgress operation in ldap modify | Michael Adam | 4 | -0/+37 | |
This is preliminary in that it is implemented as a no-op for a start just to be able to successfully answer the request, which seems to be sufficient in order to e.g. survive the exchange schema extensions. Signed-off-by: Matthieu Patou <mat@matws.net> Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Wed Apr 18 02:48:28 CEST 2012 on sn-devel-104 | |||||
2012-04-18 | s4-schema: set subClassOf by default to top if not specified | Matthieu Patou | 1 | -0/+6 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2012-04-18 | s4-schema: remove unused variable | Matthieu Patou | 1 | -4/+0 | |
2012-04-18 | s4-schema: Generate some schema related attribute as MS AD is doing if they ↵ | Matthieu Patou | 1 | -0/+43 | |
are not present in ldb requests | |||||
2012-04-18 | s4-schema: rename dsdb_attribute_from_ldb to dsdb_set_attribute_from_ldb ↵ | Matthieu Patou | 4 | -13/+34 | |
and dsdb_class_from_ldb to dsdb_set_class_from_ldb | |||||
2012-04-17 | s4: use enums instead of strings it's cheaper | Matthieu Patou | 1 | -14/+40 | |
2012-04-17 | s4:ldapcmp.py: pass down outf and errf | Stefan Metzmacher | 1 | -12/+29 | |
Not all classes are derived from class 'Command'. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Apr 17 10:06:47 CEST 2012 on sn-devel-104 | |||||
2012-04-16 | provision: Simplify handling of default for --server-role. | Jelmer Vernooij | 1 | -8/+4 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Apr 16 18:12:24 CEST 2012 on sn-devel-104 | |||||
2012-04-16 | provision: Simplify handling of default for --function-level. | Jelmer Vernooij | 1 | -4/+3 | |
2012-04-16 | provision: Simplify handling of default for --dns-backend option. | Jelmer Vernooij | 1 | -6/+2 | |
2012-04-16 | s4:libcli/smb2: fix anonymous session setups against windows servers | Stefan Metzmacher | 2 | -1/+16 | |
Windows server doesn't set the SMB2_SESSION_FLAG_IS_GUEST nor SMB2_SESSION_FLAG_IS_NULL flag. This fix makes sure we don't try to verify a signature on the final session setup response. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Apr 16 14:44:46 CEST 2012 on sn-devel-104 | |||||
2012-04-16 | s4:libcli/smb2: remove unused dependency to LIBPACKET | Stefan Metzmacher | 2 | -2/+1 | |
metze | |||||
2012-04-16 | Add an option to have s3fs as file server for samba4 | Matthieu Patou | 2 | -9/+21 | |
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Mon Apr 16 09:38:18 CEST 2012 on sn-devel-104 | |||||
2012-04-16 | s4-provision: Update configuration lines for dlz_bind9 | Amitay Isaacs | 2 | -4/+7 | |
This adds configuration lines for BIND versions 9.8.x and 9.9.x. Autobuild-User: Amitay Isaacs <amitay@samba.org> Autobuild-Date: Mon Apr 16 03:52:14 CEST 2012 on sn-devel-104 | |||||
2012-04-16 | dlz_bind9: Build shared libraries for both BIND versions 9.8 and 9.9 | Amitay Isaacs | 3 | -0/+28 | |
This adds #define BIND_VERSION_9_8 and keeps the current version as 9.9, so shared libraries can be built for both BIND versions. | |||||
2012-04-16 | dlz_bind9: changes to make dlz_bind9 work with BIND 9.9.0 | Amitay Isaacs | 2 | -22/+53 | |
The main changes are: DLZ_DLOPEN_VERSION changed from 1 to 2 isc_boolean_t changed from bool to int dlz_lookup() now takes 2 additional arguments | |||||
2012-04-14 | s4-auth: Make sure ldb context is initialized even if not passed by Python code | Alexander Bokovoy | 1 | -1/+1 | |
Autobuild-User: Alexander Bokovoy <ab@samba.org> Autobuild-Date: Sat Apr 14 00:21:00 CEST 2012 on sn-devel-104 | |||||
2012-04-13 | rely on sys/inotify.h for inotify | Adrian Bunk | 2 | -37/+3 | |
sys/inotify.h was added to glibc 2.4 in 2006. Signed-off-by: Jeremy Allison <jra@samba.org> Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Apr 13 21:15:00 CEST 2012 on sn-devel-104 | |||||
2012-04-12 | s4-libnet: split export_keytab in a separate python module to avoid pulling ↵ | Alexander Bokovoy | 8 | -48/+165 | |
in HDB dependency Signed-off-by: Andreas Schneider <asn@samba.org> Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Thu Apr 12 15:23:19 CEST 2012 on sn-devel-104 | |||||
2012-04-12 | srv_keytab: Pass krb5_context directly, it's all we use anyways. | Simo Sorce | 2 | -17/+12 | |
Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2012-04-12 | auth-krb: Move pac related util functions in a single place. | Simo Sorce | 5 | -0/+5 | |
Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2012-04-12 | auth-krb: Make functions static. | Simo Sorce | 1 | -0/+71 | |
The remaining gssapi_parse functions were used exclusively in gensec_krb5. Move them there and make them static. Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2012-04-12 | auth-krb: Nove oid packet check to gensec_util. | Simo Sorce | 2 | -43/+3 | |
This is clearly a utiliy function generic to gensec. Also the 3 callers had identical implementations. Provide a generic implementation for all of them and avoid duplicating the code everywhere. Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2012-04-12 | s4-auth-krb: Remove dependency on credentials too. | Simo Sorce | 2 | -11/+5 | |
Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2012-04-12 | s4-auth-krb: Remove unneded dependency on kerberos_util. | Simo Sorce | 4 | -41/+55 | |
Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2012-04-12 | s4-auth-krb: Simplify salt_princ handling. | Simo Sorce | 6 | -296/+250 | |
This allows us to make parse_principal static in kerbeors_util again and avoid a silly game where we alloc containers and set destrcutors only to release the whole thing at the end of the function. Signed-off-by: Andreas Schneider <asn@samba.org> |