Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-04-24 | s3:includes: simplify BIG_UINT macros | Stefan Metzmacher | 1 | -5/+4 | |
metze | |||||
2011-04-24 | s3:smbd/trans2: make use of BVAL() and remove ugly LARGE_SMB_OFF_T ifdef's | Stefan Metzmacher | 1 | -28/+2 | |
We rely on uint64_t for a long time now... metze | |||||
2011-04-24 | Fix license info for talloc in manpage. | Jelmer Vernooij | 1 | -3/+3 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Apr 24 03:27:54 CEST 2011 on sn-devel-104 | |||||
2011-04-24 | Fix release script to cope with moved Samba 4 build tools. | Jelmer Vernooij | 1 | -3/+2 | |
2011-04-23 | Fix case of libUTIL_LDB. | Jelmer Vernooij | 2 | -7/+7 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Apr 23 18:52:06 CEST 2011 on sn-devel-104 | |||||
2011-04-23 | Add missing dependency on com_err. | Jelmer Vernooij | 1 | -1/+1 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Apr 23 16:53:03 CEST 2011 on sn-devel-104 | |||||
2011-04-23 | Add check for krb5_free_unparsed_name, when using external heimdal. | Jelmer Vernooij | 1 | -2/+3 | |
2011-04-23 | s3: Fix Coverity ID 2478, UNINIT | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Apr 23 14:11:22 CEST 2011 on sn-devel-104 | |||||
2011-04-23 | s3:include/vfs.h: remove very old hints for vfs modules with interface ↵ | Stefan Metzmacher | 1 | -8/+0 | |
version < 8 The interface version is at 28 now, and this defines cause problem on some systems, e.g. Tru64 defines vfs_init in the system headers. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sat Apr 23 12:07:35 CEST 2011 on sn-devel-104 | |||||
2011-04-23 | Revert "s3-vfs: another attempt to fix the Tru64 build." | Stefan Metzmacher | 3 | -8/+0 | |
This reverts commit 52909271879d909533a86c3a448839debb6497c6. A better fix will follow. metze | |||||
2011-04-23 | s3:smbd/nttrans: make use of BVAL() and remove ugly LARGE_SMB_OFF_T ifdef's | Stefan Metzmacher | 1 | -44/+5 | |
We rely on uint64_t for a long time now... metze | |||||
2011-04-23 | s3:lib/sysquota: remove ugly LARGE_SMB_OFF_T ifdef's | Stefan Metzmacher | 1 | -24/+0 | |
We rely on uint64_t for a long time now... metze | |||||
2011-04-23 | s3:libsmb: make use of BVAL() and remove ugly LARGE_SMB_OFF_T ifdef's | Stefan Metzmacher | 1 | -57/+5 | |
We rely on uint64_t for a long time now... metze | |||||
2011-04-23 | Support the 'PYTHON' environment variable. | Jelmer Vernooij | 3 | -0/+8 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Apr 23 04:19:05 CEST 2011 on sn-devel-104 | |||||
2011-04-22 | script/librelease: display the permission on the server | Stefan Metzmacher | 1 | -0/+1 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Apr 22 11:40:13 CEST 2011 on sn-devel-104 | |||||
2011-04-22 | script/librelease: add more error checking | Stefan Metzmacher | 1 | -3/+9 | |
metze | |||||
2011-04-22 | script/librelease: set umask 0022 | Stefan Metzmacher | 1 | -0/+1 | |
Releases should be readable by everyone. metze | |||||
2011-04-22 | script/librelease: use a GPG_KEYID variable to hold the signing key | Stefan Metzmacher | 1 | -1/+2 | |
metze | |||||
2011-04-22 | s3: Fix Coverity ID 2047, UNUSED_VALUE | Volker Lendecke | 1 | -2/+0 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Apr 22 10:53:24 CEST 2011 on sn-devel-104 | |||||
2011-04-22 | s3: Fix Coverity ID 2325, RESOURCE_LEAK | Volker Lendecke | 1 | -0/+4 | |
2011-04-22 | s3: Fix Coverity ID 2336, NULL_RETURNS | Volker Lendecke | 1 | -0/+4 | |
2011-04-22 | s3: Fix Coverity ID 2335, CHECKED_RETURN | Volker Lendecke | 1 | -1/+3 | |
2011-04-22 | asn1: Fix Coverity ID 2299, CHECKED_RETURN | Volker Lendecke | 1 | -1/+5 | |
2011-04-22 | s3: Fix Coverity ID 2307, NULL_RETURNS | Volker Lendecke | 1 | -0/+4 | |
2011-04-22 | s3: Fix Coverity ID 986, BUFFER_SIZE_WARNING | Volker Lendecke | 1 | -1/+1 | |
strncpy can leave the destination unterminated | |||||
2011-04-22 | s3: Fix Coverity ID 1340, NULL_RETURNS | Volker Lendecke | 1 | -0/+4 | |
2011-04-22 | Cosmetic. Fix bad indentation. | Jeremy Allison | 1 | -18/+18 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Apr 22 03:16:43 CEST 2011 on sn-devel-104 | |||||
2011-04-21 | Fix compiler warning in debug message. | Jeremy Allison | 1 | -2/+2 | |
2011-04-21 | Remove duplicate code - move to parent_dirname() as a common function. | Jeremy Allison | 1 | -25/+14 | |
2011-04-22 | s3-vfs: another attempt to fix the Tru64 build. | Günther Deschner | 3 | -0/+8 | |
vfsops struct on Tru64 has a vfs_init function pointer. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Apr 22 01:49:59 CEST 2011 on sn-devel-104 | |||||
2011-04-22 | s3-waf: try to fix the build on sunos5. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2011-04-22 | s3-waf: fix typo in comment. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2011-04-22 | Revert "s3-vfs: try to fix the Tru64 build." | Günther Deschner | 1 | -6/+0 | |
This reverts commit 1b7cd33291ec69f58a68396cf7406a6da3083df3. | |||||
2011-04-21 | s3-vfs: try to fix the Tru64 build. | Günther Deschner | 1 | -0/+6 | |
Volker, Jeremy please check. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Apr 21 19:14:00 CEST 2011 on sn-devel-104 | |||||
2011-04-21 | s3-proto: move more rpc client prototypes to cli_pipe.h. | Günther Deschner | 2 | -7/+9 | |
Guenther | |||||
2011-04-21 | script: add hardcoded library release key id | Stefan Metzmacher | 1 | -1/+1 | |
We don't want to use the key that might be configured in ~/.gitconfig. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Apr 21 18:25:32 CEST 2011 on sn-devel-104 | |||||
2011-04-21 | s4:ldb: change version to 1.1.0 after adding new functions: | Stefan Metzmacher | 2 | -1/+254 | |
ldb_ldif_parse_modrdn() ldb_req_set_custom_flags() ldb_req_get_custom_flags() Signed-off-by: Simo Sorce <idra@samba.org> metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Apr 21 17:15:16 CEST 2011 on sn-devel-104 | |||||
2011-04-21 | ldb: add custom flags and functions for the application that wants to ↵ | Matthieu Patou | 3 | -0/+54 | |
manipulate them Signed-off-by: Simo Sorce <idra@samba.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-04-21 | s4:ldb/tests: add tests for ldbmodify and 'modrdn' | Stefan Metzmacher | 2 | -1/+16 | |
Signed-off-by: Simo Sorce <idra@samba.org> metze | |||||
2011-04-21 | s4:ldb/tools: add support for "modrdn" to ldbmodify | Stefan Metzmacher | 1 | -1/+23 | |
Signed-off-by: Simo Sorce <idra@samba.org> metze | |||||
2011-04-21 | s4:ldb/ldif: add support for "modrdn" | Stefan Metzmacher | 2 | -1/+226 | |
This add a ldb_ldif_parse_modrdn() helper function to parse the information out of a ldb_message structure. Signed-off-by: Simo Sorce <idra@samba.org> metze | |||||
2011-04-21 | s3-vfs: rename open function to open_fn. | Günther Deschner | 24 | -34/+28 | |
This should finally fix the AIX build and allow to remove AIX specific ifdefs. Guenther Signed-off-by: Jeremy Allison <jra@samba.org> Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Apr 21 02:01:20 CEST 2011 on sn-devel-104 | |||||
2011-04-20 | s3-build: move MAP_FILE define to the only place used. | Günther Deschner | 2 | -4/+4 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Apr 20 19:16:47 CEST 2011 on sn-devel-104 | |||||
2011-04-20 | s3-smbd: fix the AIX 5.3 build. | Günther Deschner | 4 | -0/+9 | |
(AIX defines open to be open64) Guenther | |||||
2011-04-20 | s4-smbtorture: restructure documentname handling in spoolss test a bit. | Günther Deschner | 1 | -3/+4 | |
Guenther | |||||
2011-04-20 | s3-spoolss: fix debug statement in spoolss_addprinterex_level_2(). | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2011-04-20 | lib/util/charset Always set *converted_size even on failure | Andrew Bartlett | 1 | -4/+2 | |
The caller may wish to inspect the partially converted string. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Apr 20 05:17:48 CEST 2011 on sn-devel-104 | |||||
2011-04-20 | lib/util/charset create _handle functions for convert_string() et al | Andrew Bartlett | 3 | -42/+86 | |
This is now API compatible with the existing code in lib/util/charset lazy_initialize_conv() is no longer called as init_iconv() is called when the smb.conf is processed, and get_conv_handle() will auto-init with defaults if required. load_case_tables_library() is no longer requried as all binaries and libraries already load these in their entry points, as otherwise all the other string functions would fail. Andrew Bartlett | |||||
2011-04-20 | libcli/auth Move PAC parsing and verification in common. | Andrew Bartlett | 12 | -689/+408 | |
This uses the source3 PAC code (originally from Samba4) with some small changes to restore functionality needed by the torture tests, and to have a common API. Andrew Bartlett | |||||
2011-04-20 | libcli/auth: Move more kerberos wrapping in common | Andrew Bartlett | 3 | -229/+230 | |
These functions are required to get the krb5 PAC parsing and verfication in common. Andrew Bartlett |