summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* s3-debug Convert from x_file to real file descriptors.Andrew Bartlett2010-11-022-49/+31
| | | | | | | | | | X_FILE does not gain us anything in this use case, we want our log messages on disk, not in a buffer, and we don't gain anything from the X_FILE api. I discussed the matter with tridge, who feels that to use FILE in the first place was a mistake, and that X_FILE isn't any better, but was a stop-gap to avoid issues on solaris. Andrew Bartlett
* s3-debug Remove last direct assignements to DEBUGLEVELAndrew Bartlett2010-11-026-6/+8
| | | | | | | | All future assignments of the debug level should go via lp_set_cmdline("log level", "x") because this will ensure the value is not overwritten in an smb.conf load. Andrew Bartlett
* s3-debug Remove 'AllowDebugChange' and use lp_set_cmdline() insteadAndrew Bartlett2010-11-0216-73/+15
| | | | | | | | | By removing this global variable, the API between the two different debug systems is made more similar. Both s3 and s4 now have lp_set_cmdline() which ensures that the smb.conf cannot overwrite these the user-specified log level. Andrew Bartlett
* s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett2010-11-0239-159/+159
| | | | | | | | This change improves the setup_logging() API so that callers which wish to set up logging to stderr can simply ask for it, rather than directly modify the dbf global variable. Andrew Bartlett
* s3:winbindd: fix query_user for users with NULL full name.Michael Adam2010-11-011-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
* s3:winbindd: fix query_user_list for users with NULL full_nameMichael Adam2010-11-011-1/+3
|
* idl: Use DRSUAPI_ATTID_ prefix instead of DRSUAPI_ATTRIBUTE_ for ATTID valuesKamen Mazdrashki2010-10-311-8/+8
| | | | | Those values are actually ATTID values and such, they are used for ATTIDs for Attributes, Classes and Syntaxes.
* zlib: use the real library name 'z' instead of ZLIBAndrew Tridgell2010-10-301-6/+4
| | | | | using subsystem aliases has a lot of potential for confusion. Better to use the real name of the library.
* Fix bug #7700 - Improvement of return code of smbclientJeremy Allison2010-10-2911-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
* s3-waf: add vfs_time_audit to the build.Günther Deschner2010-10-282-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
* s3-waf: use LZXPRESS subsystem.Günther Deschner2010-10-281-2/+2
| | | | Guenther
* s3-selftest: add vfs_modulesdir variable for both test systems.Günther Deschner2010-10-281-1/+2
| | | | Guenther
* s3: Streamline regdb_normalize_keynames_fn a bitVolker Lendecke2010-10-281-4/+2
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Oct 28 14:32:11 UTC 2010 on sn-devel-104
* s3: Fix the registry upgrade codeVolker Lendecke2010-10-281-1/+1
| | | | | The strings have the 0-terminator as part of the keys. The rest of the registry code would not cope well without.
* s3: FILE_WRITE_DATA & friends have gone from includes.hVolker Lendecke2010-10-281-0/+1
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Oct 28 13:37:06 UTC 2010 on sn-devel-104
* s3: Add a vfs_time_audit moduleAbhidnya P Chirmule2010-10-283-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
* s3: Fix bug 7759Volodymyr Khomenko2010-10-281-16/+18
|
* Fix for bug 7755 - SMBC_getdents_ctx() ignores struct alignment rulesJeremy Allison2010-10-271-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
* Fix bug 7754 - samba uses index(), marked as legacy.Sven Neumann2010-10-271-3/+3
| | | | | Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Oct 27 19:25:16 UTC 2010 on sn-devel-104
* s3: Make gpfs winattrs work againVolker Lendecke2010-10-271-7/+31
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Oct 27 15:32:00 UTC 2010 on sn-devel-104
* s3-smbd Remove manual override of DEBUGELVEL during exitAndrew Bartlett2010-10-271-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
* s3-waf: fixed the s3 waf buildAndrew Tridgell2010-10-271-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
* waf: Don't auto-lowercase library names.Jelmer Vernooij2010-10-261-1/+1
|
* waf: Remove lib prefix from libraries manually.Jelmer Vernooij2010-10-262-19/+19
|
* s4: Drop duplicate 'lib' prefix for private libraries.Jelmer Vernooij2010-10-261-1/+1
|
* s3: Fix some DEBUG msgsVolker Lendecke2010-10-261-5/+5
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Oct 26 15:20:01 UTC 2010 on sn-devel-104
* s3: Pass tdb_flags to ctdbd when attaching to a dbVolker Lendecke2010-10-261-1/+1
| | | | This is required to make ctdb create databases with INCOMPATIBLE_HASH
* s3-waf: implement LIBMSRPC_GEN as tiny wrapper of 'NDR_STANDARD NDR_DSSETUP ↵Stefan Metzmacher2010-10-251-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
* s3-waf: use NDR_NETLOGON for ntlm_authStefan Metzmacher2010-10-251-3/+2
| | | | metze
* s3-waf: use NDR_SCHANNELStefan Metzmacher2010-10-251-6/+2
| | | | metze
* s3-waf: use NDR_NTLMSSP subsystemStefan Metzmacher2010-10-251-5/+1
| | | | metze
* s3-waf: add NDR_STANDARD dependencies to fix the buildStefan Metzmacher2010-10-251-0/+6
| | | | metze
* s3-waf: use git to calculate the version if availableStefan Metzmacher2010-10-252-11/+17
| | | | metze
* s3-waf: fixed paths in s3 waf build for rpc_serverAndrew Tridgell2010-10-251-14/+14
| | | | | | paths in waf rules are relative Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s3-waf: fixed waf configure for recent changesAndrew Tridgell2010-10-251-1/+1
|
* s3: Use cli_setpathinfo in cli_posix_unlink_internalVolker Lendecke2010-10-241-47/+15
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Oct 24 21:28:08 UTC 2010 on sn-devel-104
* s3: Avoid passing down a boolean to cli_posix_unlink_internal_sendVolker Lendecke2010-10-241-5/+7
|
* s3: Use cli_setpathinfo in cli_posix_chown_chmod_internalVolker Lendecke2010-10-241-54/+16
|
* s3: Use cli_setpathinfo in cli_posix_link_internalVolker Lendecke2010-10-241-49/+16
|
* s3: Use tevent_req_simple_recv_ntstatus where appropriateVolker Lendecke2010-10-241-66/+11
|
* s3: Pass down a level instead of a flag to cli_posix_link_internalVolker Lendecke2010-10-241-7/+7
|
* s3: Add async cli_setpathinfoVolker Lendecke2010-10-242-0/+87
|
* s3: Add "setea" to smbclientVolker Lendecke2010-10-241-0/+47
|
* s3: Add "geteas" to smbclientVolker Lendecke2010-10-241-0/+59
|
* s3:include: move debug.c prototypes to debug.hStefan Metzmacher2010-10-242-21/+21
| | | | metze
* s3:include: move MAX_DEBUG_LEVEL from local.h to debug.hStefan Metzmacher2010-10-242-9/+9
| | | | metze
* s3: Initialize output vars in parse_ea_blobVolker Lendecke2010-10-241-0/+2
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Oct 24 12:22:22 UTC 2010 on sn-devel-104
* s3: Remove unused cli_get_ea_list_fnumVolker Lendecke2010-10-241-62/+0
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Oct 24 10:23:29 UTC 2010 on sn-devel-104
* s3: Replace cli_qfileinfo_test with a call to cli_qfileinfoVolker Lendecke2010-10-243-75/+10
|
* s3: Convert cli_qfileinfo_basic to cli_qfileinfoVolker Lendecke2010-10-248-63/+61
|