summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2012-04-18s4-torture: Separate out the notify dir subtestVolker Lendecke1-3/+9
2012-04-18s4-torture: Separate out the notify tcon subtestVolker Lendecke1-2/+8
2012-04-18s4-torture: Make notify a suiteVolker Lendecke2-4/+13
2012-04-18dbcheck: added fix for incorrect RMD_FLAGSAndrew Tridgell1-0/+35
2012-04-18dsdb: added SHOW_DELETED to samldb_member_check()Andrew Tridgell1-1/+1
2012-04-18s4:dbchecker.py - integrate the "objectClass" fixing codeMatthias Dieter Wallnöfer1-0/+27
2012-04-18s4:dsdb/pydsdb.c - call the "objectClass" normalisation code from PythonMatthias Dieter Wallnöfer1-0/+14
2012-04-18s3fs: Use xattr_tdb format for xattr storageAndrew Bartlett1-9/+16
2012-04-18s4-python: Add python wrapper for xattr_tdb format xattr storageAndrew Bartlett4-34/+208
2012-04-18s4:samdb:rootdse: implement the schemaUpgradeInProgress operation in ldap modifyMichael Adam4-0/+37
2012-04-18s4-schema: set subClassOf by default to top if not specifiedMatthieu Patou1-0/+6
2012-04-18s4-schema: remove unused variableMatthieu Patou1-4/+0
2012-04-18s4-schema: Generate some schema related attribute as MS AD is doing if they a...Matthieu Patou1-0/+43
2012-04-18s4-schema: rename dsdb_attribute_from_ldb to dsdb_set_attribute_from_ldb and...Matthieu Patou4-13/+34
2012-04-17s4: use enums instead of strings it's cheaperMatthieu Patou1-14/+40
2012-04-17s4:ldapcmp.py: pass down outf and errfStefan Metzmacher1-12/+29
2012-04-16provision: Simplify handling of default for --server-role.Jelmer Vernooij1-8/+4
2012-04-16provision: Simplify handling of default for --function-level.Jelmer Vernooij1-4/+3
2012-04-16provision: Simplify handling of default for --dns-backend option.Jelmer Vernooij1-6/+2
2012-04-16s4:libcli/smb2: fix anonymous session setups against windows serversStefan Metzmacher2-1/+16
2012-04-16s4:libcli/smb2: remove unused dependency to LIBPACKETStefan Metzmacher2-2/+1
2012-04-16Add an option to have s3fs as file server for samba4Matthieu Patou2-9/+21
2012-04-16s4-provision: Update configuration lines for dlz_bind9Amitay Isaacs2-4/+7
2012-04-16dlz_bind9: Build shared libraries for both BIND versions 9.8 and 9.9Amitay Isaacs3-0/+28
2012-04-16dlz_bind9: changes to make dlz_bind9 work with BIND 9.9.0Amitay Isaacs2-22/+53
2012-04-14s4-auth: Make sure ldb context is initialized even if not passed by Python codeAlexander Bokovoy1-1/+1
2012-04-13rely on sys/inotify.h for inotifyAdrian Bunk2-37/+3
2012-04-12s4-libnet: split export_keytab in a separate python module to avoid pulling i...Alexander Bokovoy8-48/+165
2012-04-12srv_keytab: Pass krb5_context directly, it's all we use anyways.Simo Sorce2-17/+12
2012-04-12auth-krb: Move pac related util functions in a single place.Simo Sorce5-0/+5
2012-04-12auth-krb: Make functions static.Simo Sorce1-0/+71
2012-04-12auth-krb: Nove oid packet check to gensec_util.Simo Sorce2-43/+3
2012-04-12s4-auth-krb: Remove dependency on credentials too.Simo Sorce2-11/+5
2012-04-12s4-auth-krb: Remove unneded dependency on kerberos_util.Simo Sorce4-41/+55
2012-04-12s4-auth-krb: Simplify salt_princ handling.Simo Sorce6-296/+250
2012-04-12s4-auth-krb: Move function to db-glue.c and make it static.Simo Sorce3-20/+21
2012-04-12s4-auth-krb: Move keytab functions in a separate file.Simo Sorce6-708/+751
2012-04-12s4-auth-krb: Streamline and cleanup code to make it readable.Simo Sorce1-190/+256
2012-04-12s4-auth-krb: streamline and rename enctype functionsSimo Sorce1-11/+12
2012-04-12s4-auth-krb: Make kerberos_enctype_bitmap_to_enctype static.Simo Sorce2-3/+1
2012-04-12s4-auth-krb: Make kerberos_enctype_bitmap_to_enctypes static.Simo Sorce1-1/+7
2012-04-12s4-auth-krb: Move function into more appropriate header.Simo Sorce1-0/+8
2012-04-12s4-auth-krb: Make impersonate_principal_from_credentials static.Simo Sorce1-0/+1
2012-04-12gensec_gssapi: keep private header file close to the actual codeSimo Sorce2-1/+70
2012-04-12krb5_wrap: remove duplicate declaration and dead ifdefSimo Sorce1-4/+0
2012-04-12s4-ldb: use KRB5_KEY macros to access key elements.Günther Deschner1-8/+8
2012-04-11s4-smb2: Fix a talloc crash bug.Andreas Schneider1-2/+2
2012-04-11s4:dsdb/samdb/ldb_modules/schema.c - move "get_last_structural_class()" into ...Matthias Dieter Wallnöfer6-83/+46
2012-04-11s4:dsdb/samdb/ldb_modules/schema.c - inline "get_oc_guid_from_message()" to i...Matthias Dieter Wallnöfer2-18/+23
2012-04-11s4:dsdb - introduce a only constant-time "get_last_structural_class()" callMatthias Dieter Wallnöfer3-37/+18