summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3: Remove the use of cli_send_trans from cli_get_fs_full_size_infoVolker Lendecke2010-11-043-55/+41
* s3: Remove an unused prototypeVolker Lendecke2010-11-041-17/+0
* s3-waf: add check for httpConnect and httpConnectEncrypt.Günther Deschner2010-11-041-0/+1
* s3:util_str: add strlen_m_ext_term() - variant of strlen_m_ext() counting ter...Michael Adam2010-11-032-0/+11
* s3:lib/util_str: add strlen_m_ext() that takes input and output charsetMichael Adam2010-11-032-13/+57
* s3:lib/util_str: clarify the comment header for strlen_m().Michael Adam2010-11-031-4/+6
* s3:lib/charcnv: clarify comments in next_codepoint_ext()Michael Adam2010-11-031-2/+2
* s3:lib/charcnv: rename a parameter for clarity in next_codepoint_ext()Michael Adam2010-11-032-6/+6
* s3:lib/charcnv: reformat comments in next_codepoint_ext()Michael Adam2010-11-031-12/+18
* s3:lib/charcnv: add next_codepoint_ext() that accepts input charset.Michael Adam2010-11-032-11/+34
* s3: Align nttrans replies the same way Windows does itVolker Lendecke2010-11-031-1/+1
* s3: Fix a getgrent crash with many groupsVolker Lendecke2010-11-031-0/+1
* s3: Add "net registry getvaluesraw"Volker Lendecke2010-11-021-0/+51
* s3: Do not connect to ctdb if it is blocked for some reasonVolker Lendecke2010-11-021-0/+58
* cluster_fatal() exit code should not indicate success.Martin Schwenke2010-11-021-1/+1
* s3: Fix a typo in a DEBUG msgVolker Lendecke2010-11-021-1/+1
* s3-param Fix up lp_set_cmdline() not to re-store cmdline options on each reloadAndrew Bartlett2010-11-021-4/+9
* s3-libsmbclient Don't store 'debug_stderr' on the libsmbclient contextAndrew Bartlett2010-11-023-17/+10
* s3-libsmbclient Add comments to describe the behaviour of DEBUG()Andrew Bartlett2010-11-024-5/+21
* debug Explain the behaviour of setup_logging() more clearlyAndrew Bartlett2010-11-022-2/+11
* s3-debug Clarify the handling of invalid state.fd values in debug.cAndrew Bartlett2010-11-021-9/+10
* s3-debug Move 'load_case_tables()' before lp_set_cmdline() and popt callsAndrew Bartlett2010-11-026-10/+11
* s3-debug Convert from x_file to real file descriptors.Andrew Bartlett2010-11-022-49/+31
* s3-debug Remove last direct assignements to DEBUGLEVELAndrew Bartlett2010-11-026-6/+8
* s3-debug Remove 'AllowDebugChange' and use lp_set_cmdline() insteadAndrew Bartlett2010-11-0216-73/+15
* s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett2010-11-0239-159/+159
* s3:winbindd: fix query_user for users with NULL full name.Michael Adam2010-11-011-1/+3
* 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
* zlib: use the real library name 'z' instead of ZLIBAndrew Tridgell2010-10-301-6/+4
* Fix bug #7700 - Improvement of return code of smbclientJeremy Allison2010-10-2911-136/+229
* s3-waf: add vfs_time_audit to the build.Günther Deschner2010-10-282-1/+10
* s3-waf: use LZXPRESS subsystem.Günther Deschner2010-10-281-2/+2
* s3-selftest: add vfs_modulesdir variable for both test systems.Günther Deschner2010-10-281-1/+2
* s3: Streamline regdb_normalize_keynames_fn a bitVolker Lendecke2010-10-281-4/+2
* s3: Fix the registry upgrade codeVolker Lendecke2010-10-281-1/+1
* s3: FILE_WRITE_DATA & friends have gone from includes.hVolker Lendecke2010-10-281-0/+1
* s3: Add a vfs_time_audit moduleAbhidnya P Chirmule2010-10-283-0/+2313
* 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
* Fix bug 7754 - samba uses index(), marked as legacy.Sven Neumann2010-10-271-3/+3
* s3: Make gpfs winattrs work againVolker Lendecke2010-10-271-7/+31
* s3-smbd Remove manual override of DEBUGELVEL during exitAndrew Bartlett2010-10-271-5/+0
* s3-waf: fixed the s3 waf buildAndrew Tridgell2010-10-271-9/+8
* 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
* s3: Pass tdb_flags to ctdbd when attaching to a dbVolker Lendecke2010-10-261-1/+1
* s3-waf: implement LIBMSRPC_GEN as tiny wrapper of 'NDR_STANDARD NDR_DSSETUP N...Stefan Metzmacher2010-10-251-23/+2