Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-07 | doc: Fixes for the talloc stealing tutorial. | Andreas Schneider | 1 | -9/+24 | |
2012-05-07 | doc: Fixes for the talloc context tutorial. | Andreas Schneider | 1 | -25/+27 | |
2012-05-07 | doc: Add talloc tutorial. | Pavel Březina | 13 | -1/+873 | |
Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2012-05-07 | heimdal: Cope with newer Heimdal versions accepting a keyset argument to | Jelmer Vernooij | 2 | -4/+26 | |
hdb_enctype2key. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon May 7 18:33:10 CEST 2012 on sn-devel-104 | |||||
2012-05-07 | s3:registry: let reg_values_need_update() return true if the backend does ↵ | Michael Adam | 1 | -1/+1 | |
not implement the method Otherwise the value cache might become outdated. Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Mon May 7 16:11:05 CEST 2012 on sn-devel-104 | |||||
2012-05-07 | s3:registry: let reg_subkeys_need_update() return true if the backend does ↵ | Michael Adam | 1 | -1/+1 | |
not implement the method Otherwise the subkey cache might become outdated. | |||||
2012-05-07 | s4-dns: Build BIND DLZ modules with correct private library | Amitay Isaacs | 1 | -2/+2 | |
This fixes rpath for samdb-common private library after make install. Autobuild-User: Amitay Isaacs <amitay@samba.org> Autobuild-Date: Mon May 7 07:40:29 CEST 2012 on sn-devel-104 | |||||
2012-05-06 | lib/param: add support for "SMB3_00" | Stefan Metzmacher | 1 | -0/+1 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sun May 6 16:38:00 CEST 2012 on sn-devel-104 | |||||
2012-05-06 | s3:smb2_negprot: add support for PROTOCOL_SMB3_00 | Stefan Metzmacher | 1 | -0/+15 | |
metze | |||||
2012-05-06 | s4:libcli/smb2: use PROTOCOL_LATEST | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2012-05-06 | s3:torture/test_smb2: add support for PROTOCOL_SMB3_00 | Stefan Metzmacher | 1 | -7/+10 | |
metze | |||||
2012-05-06 | libcli/smb/smbXcli: add support for PROTOCOL_SMB3_00 | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2012-05-06 | libcli/smb: add #define PROTOCOL_LATEST PROTOCOL_SMB3_00 | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2012-05-06 | libcli/smb: add PROTOCOL_SMB3_00 | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2012-05-06 | libcli/smb: add SMB3_DIALECT_REVISION_300 | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2012-05-06 | s3:torture: do some query_info and set_info calls in SMB2-SESSION-REAUTH | Stefan Metzmacher | 1 | -0/+143 | |
metze | |||||
2012-05-06 | s3:libsmb: add smb2cli_set_info* | Stefan Metzmacher | 4 | -0/+214 | |
metze | |||||
2012-05-06 | s3:libsmb: add smb2cli_query_info* | Stefan Metzmacher | 4 | -0/+288 | |
metze | |||||
2012-05-06 | s3:libsmb: use 'state' instead of 'talloc_tos()' in smb2cli_tcon* | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2012-05-06 | s3:libsmb: use 'state' instead of 'talloc_tos()' in smb2cli_ioctl* | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2012-05-06 | s3:libsmb: use 'state' instead of 'talloc_tos()' in smb2cli_create* | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2012-05-06 | s3:libsmb: remove unused reference to talloc_tos() | Stefan Metzmacher | 4 | -8/+4 | |
metze | |||||
2012-05-06 | s3:idmap_cache: change DEBUG message to level 10 | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2012-05-06 | s4-s3-upgrade: Max/min password age policy is in seconds, not days | Andrew Bartlett | 1 | -2/+2 | |
This cases upgraded domains to have a too-long password expiry, which in extreme cases can cause the KDC to misfunction. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Sun May 6 14:49:39 CEST 2012 on sn-devel-104 | |||||
2012-05-06 | s4-schema: Validate more class attribute when adding a new class in the schema | Matthieu Patou | 1 | -0/+29 | |
Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Sun May 6 04:17:56 CEST 2012 on sn-devel-104 | |||||
2012-05-05 | s4: use intermediate var, increase lisibility | Matthieu Patou | 1 | -6/+5 | |
2012-05-05 | olschema2ldif: be more strict where checking for open/closed braces | Matthieu Patou | 1 | -3/+15 | |
2012-05-05 | s3:registry: implement values_need_update and subkeys_need_update in the ↵ | Michael Adam | 1 | -0/+11 | |
smbconf backend It simply calls to the regdb functions. This fixes a caching issue uncovered by recent changes. Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Sat May 5 04:10:43 CEST 2012 on sn-devel-104 | |||||
2012-05-05 | s3:registry: return error when Key does not exist in ↵ | Michael Adam | 1 | -0/+3 | |
regdb_fetch_values_internal() | |||||
2012-05-05 | s3:smbd: comment the lp_load call in reload_services() | Michael Adam | 1 | -1/+5 | |
2012-05-04 | s3: Use hex_encode_buf | Volker Lendecke | 1 | -4/+1 | |
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Fri May 4 20:32:37 CEST 2012 on sn-devel-104 | |||||
2012-05-04 | s3: Use hex_encode_buf | Volker Lendecke | 1 | -3/+1 | |
2012-05-04 | s3: Remove an unused extern declaration | Volker Lendecke | 1 | -2/+0 | |
2012-05-04 | s3: Remove an unused parameter from check_parent_access() | Volker Lendecke | 1 | -10/+3 | |
2012-05-04 | s3: In mkdir_internal, don't retrieve parent_dir from check_parent_access | Volker Lendecke | 1 | -1/+1 | |
We have already created that ourselves a few lines above | |||||
2012-05-04 | waf: Fix com_err detection with MIT krb5. | Andreas Schneider | 1 | -2/+5 | |
Signed-off-by: Simo Sorce <idra@samba.org> Autobuild-User: Simo Sorce <idra@samba.org> Autobuild-Date: Fri May 4 18:43:05 CEST 2012 on sn-devel-104 | |||||
2012-05-04 | s4:auth/kerberos: don't do tracing in MIT build | Alexander Bokovoy | 1 | -17/+0 | |
Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2012-05-04 | s4:torture: auth/pac.c: use Kerberos wrapper for krb5_keyblock_init | Alexander Bokovoy | 1 | -4/+4 | |
Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2012-05-04 | Avoid using Heimdal-specific tests in MIT build | Alexander Bokovoy | 3 | -3/+14 | |
2012-05-04 | s4:ntvfs: add missing headers to vfs_ipc | Alexander Bokovoy | 1 | -0/+2 | |
vfs_ipc.c had system/kerberos.h and system/filesys.h missing Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2012-05-04 | Fix direct access to krb5_principal structure | Simo Sorce | 1 | -2/+4 | |
2012-05-04 | auth-session: MIT doesn't have import/export cred yet | Simo Sorce | 3 | -3/+8 | |
For now let's just loose this functionality with the MIT build. gss_import/export_cred should be availa ble when MIT 1.11 is released and this code is used only in some proxy scenario. Not normally needed for common configurations. | |||||
2012-05-04 | s4-auth: Use smb_krb5_cc_get_lifetime() wrapper. | Andreas Schneider | 1 | -2/+2 | |
Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2012-05-04 | krb5samba: Add a smb_krb5_cc_get_lifetime() function. | Andreas Schneider | 5 | -1/+64 | |
Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2012-05-04 | s4-auth-krb: Make srv_keytab.c build against MIT Kerberos | Simo Sorce | 1 | -8/+11 | |
2012-05-04 | krb5samba: Add compat function for krb5_kt_compare | Simo Sorce | 2 | -0/+39 | |
2012-05-04 | Fix incompatible assignment warning | Simo Sorce | 1 | -1/+1 | |
2012-05-04 | krb5samba: Add compat krb5_make_principal for MIT build | Simo Sorce | 5 | -1/+49 | |
2012-05-04 | Fix compiler warning | Simo Sorce | 1 | -1/+1 | |
2012-05-04 | s4-auth-krb: Use compat code to initialize keyblock contents | Simo Sorce | 1 | -1/+1 | |