Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-01 | s3:winbindd: fix query_user for users with NULL full name. | Michael Adam | 1 | -1/+3 | |
Not sure whether query_user ever sends a NULL full name. Query Display Info does, and it does not harm to add the check here, too. Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Mon Nov 1 13:03:33 UTC 2010 on sn-devel-104 | |||||
2010-11-01 | s3:winbindd: fix query_user_list for users with NULL full_name | Michael Adam | 1 | -1/+3 | |
2010-10-31 | idl: Use DRSUAPI_ATTID_ prefix instead of DRSUAPI_ATTRIBUTE_ for ATTID values | Kamen Mazdrashki | 1 | -8/+8 | |
Those values are actually ATTID values and such, they are used for ATTIDs for Attributes, Classes and Syntaxes. | |||||
2010-10-30 | zlib: use the real library name 'z' instead of ZLIB | Andrew Tridgell | 1 | -6/+4 | |
using subsystem aliases has a lot of potential for confusion. Better to use the real name of the library. | |||||
2010-10-29 | Fix bug #7700 - Improvement of return code of smbclient | Jeremy Allison | 11 | -136/+229 | |
Based on an initial patch from H Hasegawa <hasegawa.hiroyuki@fujixerox.co.jp>. Convert cli_list and associated functions to take calls that return NTSTATUS. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Oct 29 19:40:16 UTC 2010 on sn-devel-104 | |||||
2010-10-28 | s3-waf: add vfs_time_audit to the build. | Günther Deschner | 2 | -1/+10 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Oct 28 15:14:27 UTC 2010 on sn-devel-104 | |||||
2010-10-28 | s3-waf: use LZXPRESS subsystem. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2010-10-28 | s3-selftest: add vfs_modulesdir variable for both test systems. | Günther Deschner | 1 | -1/+2 | |
Guenther | |||||
2010-10-28 | s3: Streamline regdb_normalize_keynames_fn a bit | Volker Lendecke | 1 | -4/+2 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Oct 28 14:32:11 UTC 2010 on sn-devel-104 | |||||
2010-10-28 | s3: Fix the registry upgrade code | Volker Lendecke | 1 | -1/+1 | |
The strings have the 0-terminator as part of the keys. The rest of the registry code would not cope well without. | |||||
2010-10-28 | s3: FILE_WRITE_DATA & friends have gone from includes.h | Volker Lendecke | 1 | -0/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Oct 28 13:37:06 UTC 2010 on sn-devel-104 | |||||
2010-10-28 | s3: Add a vfs_time_audit module | Abhidnya P Chirmule | 3 | -0/+2313 | |
This warns if a file system is slow Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Oct 28 08:56:44 UTC 2010 on sn-devel-104 | |||||
2010-10-28 | s3: Fix bug 7759 | Volodymyr Khomenko | 1 | -16/+18 | |
2010-10-27 | Fix for bug 7755 - SMBC_getdents_ctx() ignores struct alignment rules | Jeremy Allison | 1 | -6/+13 | |
Based on a fix from Sven Neumann <s.neumann@raumfeld.com>. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Oct 27 22:02:11 UTC 2010 on sn-devel-104 | |||||
2010-10-27 | Fix bug 7754 - samba uses index(), marked as legacy. | Sven Neumann | 1 | -3/+3 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Oct 27 19:25:16 UTC 2010 on sn-devel-104 | |||||
2010-10-27 | s3: Make gpfs winattrs work again | Volker Lendecke | 1 | -7/+31 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Oct 27 15:32:00 UTC 2010 on sn-devel-104 | |||||
2010-10-27 | s3-smbd Remove manual override of DEBUGELVEL during exit | Andrew Bartlett | 1 | -5/+0 | |
This code, originally added at the dawn of time (the import into CVS) does not seem to be required any more, as all the DEBUG() statements in the intermediate functions are at level 0. Andrew Bartlett | |||||
2010-10-27 | s3-waf: fixed the s3 waf build | Andrew Tridgell | 1 | -9/+8 | |
Jelmer, this undoes some of your library renaming, as it conflicted with existing binary and subsystem names Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Oct 27 00:22:34 UTC 2010 on sn-devel-104 | |||||
2010-10-26 | waf: Don't auto-lowercase library names. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-26 | waf: Remove lib prefix from libraries manually. | Jelmer Vernooij | 2 | -19/+19 | |
2010-10-26 | s4: Drop duplicate 'lib' prefix for private libraries. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-26 | s3: Fix some DEBUG msgs | Volker Lendecke | 1 | -5/+5 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Oct 26 15:20:01 UTC 2010 on sn-devel-104 | |||||
2010-10-26 | s3: Pass tdb_flags to ctdbd when attaching to a db | Volker Lendecke | 1 | -1/+1 | |
This is required to make ctdb create databases with INCOMPATIBLE_HASH | |||||
2010-10-25 | s3-waf: implement LIBMSRPC_GEN as tiny wrapper of 'NDR_STANDARD NDR_DSSETUP ↵ | Stefan Metzmacher | 1 | -23/+2 | |
NDR_SPOOLSS' metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Oct 25 08:58:49 UTC 2010 on sn-devel-104 | |||||
2010-10-25 | s3-waf: use NDR_NETLOGON for ntlm_auth | Stefan Metzmacher | 1 | -3/+2 | |
metze | |||||
2010-10-25 | s3-waf: use NDR_SCHANNEL | Stefan Metzmacher | 1 | -6/+2 | |
metze | |||||
2010-10-25 | s3-waf: use NDR_NTLMSSP subsystem | Stefan Metzmacher | 1 | -5/+1 | |
metze | |||||
2010-10-25 | s3-waf: add NDR_STANDARD dependencies to fix the build | Stefan Metzmacher | 1 | -0/+6 | |
metze | |||||
2010-10-25 | s3-waf: use git to calculate the version if available | Stefan Metzmacher | 2 | -11/+17 | |
metze | |||||
2010-10-25 | s3-waf: fixed paths in s3 waf build for rpc_server | Andrew Tridgell | 1 | -14/+14 | |
paths in waf rules are relative Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-25 | s3-waf: fixed waf configure for recent changes | Andrew Tridgell | 1 | -1/+1 | |
2010-10-24 | s3: Use cli_setpathinfo in cli_posix_unlink_internal | Volker Lendecke | 1 | -47/+15 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Oct 24 21:28:08 UTC 2010 on sn-devel-104 | |||||
2010-10-24 | s3: Avoid passing down a boolean to cli_posix_unlink_internal_send | Volker Lendecke | 1 | -5/+7 | |
2010-10-24 | s3: Use cli_setpathinfo in cli_posix_chown_chmod_internal | Volker Lendecke | 1 | -54/+16 | |
2010-10-24 | s3: Use cli_setpathinfo in cli_posix_link_internal | Volker Lendecke | 1 | -49/+16 | |
2010-10-24 | s3: Use tevent_req_simple_recv_ntstatus where appropriate | Volker Lendecke | 1 | -66/+11 | |
2010-10-24 | s3: Pass down a level instead of a flag to cli_posix_link_internal | Volker Lendecke | 1 | -7/+7 | |
2010-10-24 | s3: Add async cli_setpathinfo | Volker Lendecke | 2 | -0/+87 | |
2010-10-24 | s3: Add "setea" to smbclient | Volker Lendecke | 1 | -0/+47 | |
2010-10-24 | s3: Add "geteas" to smbclient | Volker Lendecke | 1 | -0/+59 | |
2010-10-24 | s3:include: move debug.c prototypes to debug.h | Stefan Metzmacher | 2 | -21/+21 | |
metze | |||||
2010-10-24 | s3:include: move MAX_DEBUG_LEVEL from local.h to debug.h | Stefan Metzmacher | 2 | -9/+9 | |
metze | |||||
2010-10-24 | s3: Initialize output vars in parse_ea_blob | Volker Lendecke | 1 | -0/+2 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Oct 24 12:22:22 UTC 2010 on sn-devel-104 | |||||
2010-10-24 | s3: Remove unused cli_get_ea_list_fnum | Volker Lendecke | 1 | -62/+0 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Oct 24 10:23:29 UTC 2010 on sn-devel-104 | |||||
2010-10-24 | s3: Replace cli_qfileinfo_test with a call to cli_qfileinfo | Volker Lendecke | 3 | -75/+10 | |
2010-10-24 | s3: Convert cli_qfileinfo_basic to cli_qfileinfo | Volker Lendecke | 8 | -63/+61 | |
2010-10-24 | s3: Convert cli_qfilename to cli_qfileinfo | Volker Lendecke | 3 | -37/+16 | |
2010-10-24 | s3: Add async cli_qfileinfo | Volker Lendecke | 2 | -0/+145 | |
2010-10-24 | s3: Rename cli_fileinfo() to cli_fileinfo_basic() | Volker Lendecke | 9 | -33/+42 | |
2010-10-24 | s4: Rename LIBSAMBA-* to libsamba-* | Jelmer Vernooij | 1 | -13/+13 | |