Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-14 | move the dbwrap library to the top level | Michael Adam | 13 | -0/+2821 | |
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Mon May 14 04:04:55 CEST 2012 on sn-devel-104 | |||||
2012-05-13 | tevent: fix indentation in the wscript | Michael Adam | 1 | -1/+1 | |
(accidentially commited in 5e8dee8d96a7522cdcde57dbbf93fbe9c614992e) | |||||
2012-05-13 | lib/socket_wrapper only enable python_socket and socket.py with socket_wrapper | Andrew Bartlett | 1 | -8/+10 | |
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Sun May 13 10:41:27 CEST 2012 on sn-devel-104 | |||||
2012-05-13 | libreplace: Fix symbol names for snprintf/asprintf/vasprintf. | Jelmer Vernooij | 1 | -6/+6 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun May 13 05:16:28 CEST 2012 on sn-devel-104 | |||||
2012-05-11 | smbconf: remove python shebang from wscript_build | Michael Adam | 1 | -2/+0 | |
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Fri May 11 22:05:32 CEST 2012 on sn-devel-104 | |||||
2012-05-11 | util: use SMB_ASSERT with panic also in non-developer builds !!! | Michael Adam | 1 | -7/+0 | |
This has been around since a long time: In non-developer builds, we don't panic in SMB_ASSERT but happly continue with the error condition, which is ridiculous and dangerous... | |||||
2012-05-11 | util: reformat the DEVELOPER definition of SMB_ASSERT | Michael Adam | 1 | -3/+8 | |
2012-05-09 | allow to use system iniparser library. | Günther Deschner | 2 | -7/+21 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed May 9 17:38:33 CEST 2012 on sn-devel-104 | |||||
2012-05-08 | krb5samba: Add smb_krb5_make_pac_checksum. | Andreas Schneider | 2 | -0/+83 | |
Signed-off-by: Simo Sorce <idra@samba.org> Autobuild-User: Simo Sorce <idra@samba.org> Autobuild-Date: Tue May 8 08:30:52 CEST 2012 on sn-devel-104 | |||||
2012-05-08 | krb5samba: Add krb5_free_checksum_contents wrapper | Simo Sorce | 2 | -0/+14 | |
2012-05-08 | lib/util: Map 0x7fffffffffffffffLL as 0x7fffffffffffffffLL in time conversion | Andrew Bartlett | 1 | -1/+1 | |
TIME_T_MAX is not actually INT64_MAX at the moment, so check both values and set to the magic end-of-time value. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue May 8 06:41:43 CEST 2012 on sn-devel-104 | |||||
2012-05-07 | talloc: Update doxygen config. | Andreas Schneider | 1 | -119/+391 | |
Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Mon May 7 21:13:15 CEST 2012 on sn-devel-104 | |||||
2012-05-07 | doc: Remove latex to doxygen conversion leftovers in talloc. | Pavel Březina | 2 | -8/+8 | |
Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2012-05-07 | doc: Fixes for the talloc best practices tutorial. | Andreas Schneider | 1 | -10/+10 | |
2012-05-07 | doc: Fixes for the talloc debugging tutorial. | Andreas Schneider | 1 | -9/+10 | |
2012-05-07 | doc: Fixes for the talloc pool tutorial. | Andreas Schneider | 1 | -15/+16 | |
2012-05-07 | doc: Fixes for the talloc destructor tutorial. | Andreas Schneider | 1 | -4/+5 | |
2012-05-07 | doc: Fixes for the talloc dynamic type system tutorial. | Andreas Schneider | 1 | -14/+15 | |
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-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-04 | krb5samba: Add a smb_krb5_cc_get_lifetime() function. | Andreas Schneider | 2 | -0/+59 | |
Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2012-05-04 | krb5samba: Add compat function for krb5_kt_compare | Simo Sorce | 2 | -0/+39 | |
2012-05-04 | krb5samba: Add compat krb5_make_principal for MIT build | Simo Sorce | 2 | -0/+45 | |
2012-05-04 | krb5samba: Add compat code to initialize keyblock contents | Simo Sorce | 2 | -0/+27 | |
2012-05-04 | Move keytab_copy to krb5samba lib | Simo Sorce | 3 | -1/+241 | |
This is a helper fucntion that uses purely krb5 code, so it belongs to krb5samba which is the krb5 wrapper for samba. | |||||
2012-05-04 | Split normal kinit from s4u2 flavored kinit | Simo Sorce | 2 | -31/+71 | |
This makes it simpler to slowly integrate MIT support and also amkes it somewhat clearer what operation is really requested. The 24u2 part is really only used by the cifs proxy code so we can temporarily disable it in the MIT build w/o major consequences. | |||||
2012-05-04 | Move kerberos_kinit_password_cc to krb5samba lib | Simo Sorce | 2 | -0/+405 | |
2012-05-04 | Move kerberos_kinit_keyblock_cc to krb5samba lib | Simo Sorce | 2 | -0/+98 | |
Make it also work with MIT where krb5_get_in_tkt_with_keyblock is not available. | |||||
2012-05-04 | krb5samba: Remove unnecessary include file | Simo Sorce | 1 | -1/+0 | |
2012-05-04 | Fix krb5_samba.c build | Simo Sorce | 1 | -0/+4 | |
2012-05-03 | UTIL_TDB: lowercase name. | Jelmer Vernooij | 1 | -2/+2 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu May 3 20:18:22 CEST 2012 on sn-devel-104 | |||||
2012-05-03 | libtorture: Improve suggestion to mention torture_assert_*() rather than | Jelmer Vernooij | 1 | -1/+1 | |
torture_result(). | |||||
2012-05-03 | torture: Suggest torture_fail() / torture_result(). | Jelmer Vernooij | 1 | -1/+2 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu May 3 15:31:06 CEST 2012 on sn-devel-104 | |||||
2012-04-26 | replace: Fix use of mktemp | Simo Sorce | 1 | -2/+2 | |
mktemp always returns the template, so checking for NULL doesn't cactch any error. Errors are reported by turning the template into an empty string. Autobuild-User: Simo Sorce <idra@samba.org> Autobuild-Date: Thu Apr 26 16:14:24 CEST 2012 on sn-devel-104 | |||||
2012-04-26 | addns: clean up headers | Simo Sorce | 1 | -33/+0 | |
All this stuff is already included properly in the replace headers on top. | |||||
2012-04-25 | lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into ↵ | Alexander Bokovoy | 4 | -16/+57 | |
lib/replace/system/gssapi.h With waf build include directories are defined by dependencies specified to subsystems. Without proper dependency <gssapi/gssapi.h> cannot be found for embedded Heimdal builds when there are no system-wide gssapi/gssapi.h available. Split out GSSAPI header includes in a separate replacement header and use that explicitly where needed. Autobuild-User: Alexander Bokovoy <ab@samba.org> Autobuild-Date: Wed Apr 25 00:18:33 CEST 2012 on sn-devel-104 | |||||
2012-04-24 | s3: Attempt to fix the build without kerberos | Volker Lendecke | 1 | -7/+6 | |
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Tue Apr 24 15:04:14 CEST 2012 on sn-devel-104 | |||||
2012-04-24 | talloc: Fix copy&paste errors | Volker Lendecke | 1 | -2/+2 | |
2012-04-24 | Talloc doc: talloc_strdup_append does not return duplicated string | Pavel Březina | 1 | -4/+4 | |
2012-04-24 | Talloc doc: when s == NULL in _append functions | Pavel Březina | 1 | -0/+12 | |
2012-04-23 | Avoid warning about KRB5_DEPRECATE with MIT libs | Simo Sorce | 1 | -0/+4 | |
2012-04-23 | krb5_samba: Add support for krb5_princ_size when using Heimdal | Simo Sorce | 1 | -0/+8 | |
2012-04-23 | Make krb5 wrapper library common so they can be used all over | Simo Sorce | 3 | -0/+1976 | |
2012-04-19 | loadparm: Add helper function to fetch default lifetime policies | Simo Sorce | 2 | -0/+24 | |
This use long to fetch time_t quantities, because there are architectures were time_t is a signed long but long != int, So long is the proper way to deal with it. | |||||
2012-04-19 | loadparm: Add convenience function to return long integers | Simo Sorce | 1 | -0/+25 | |
2012-04-19 | loadparm: Fix broken lp_ulong utility function | Simo Sorce | 1 | -2/+2 | |
2012-04-19 | Move README file in the right place. | Simo Sorce | 1 | -0/+4 | |
Someone forgot to move the README when they moved the code ... | |||||
2012-04-20 | Fix bug #8877 - Syslog broken owing to mistyping of debug_settings.syslog. | Joseph Tam | 1 | -1/+1 | |
Setting "syslog only = yes" did not divert log messages to syslog. The test in lib/util/debug.c:Debug1():747 if( syslog_level < state.settings.syslog ) produces wrong results since .syslog is typed "bool" rather than "int". The attached patch fixes this by typing this field correctly as "int". Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Apr 20 00:06:12 CEST 2012 on sn-devel-104 |