1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-04 05:18:06 +03:00
samba-mirror/source3
Andrew Tridgell 927621ba12 make parametic options case insensitive
This is needed as some options are uppercased internally in Samba, such as the idmap config option
Without this change it is not possible to set these options via net conf which lowercases options
(This used to be commit c10aad9f13)
2008-06-25 21:40:53 +10:00
..
auth Fix for bug #5551, smbd recursing back into winbindd from a winbindd call. 2008-06-24 18:01:59 -07:00
client Fix a brown paper bag segfault in clitar 2008-06-17 21:14:47 +02:00
codepages
exports init_shared_module -> init_samba_module 2008-06-23 07:20:18 +02:00
groupdb groupdb: make mapping_tdb compatible to mapping_ldb 2008-04-12 10:01:42 +02:00
include rpc_client: let cli_get_session_key() return talloced session key. 2008-06-25 09:51:31 +02:00
iniparser
iniparser_build
intl use tdb_wipe_all() instead of tdb_wipe() - it is faster... 2008-03-26 10:50:35 +01:00
lib netapi: add NetUserChangePassword() example code. 2008-06-25 09:55:12 +02:00
libaddns Fix an uninitialized variable, Coverity ID 481 2008-03-06 11:47:31 +01:00
libads libads: add ads_connect_user_creds() that won't overwrite given user creds. 2008-06-24 23:37:49 +02:00
libcli/nbt Fix a bogus uninitialized variable warning in IDL-based nbt code 2008-04-19 17:56:35 +02:00
libgpo Cleanup size_t return values in callers of convert_string_allocate 2008-05-20 22:40:13 +02:00
libnet rpc_client: let cli_get_session_key() return talloced session key. 2008-06-25 09:51:31 +02:00
librpc re-run make idl. 2008-06-25 09:55:11 +02:00
libsmb crypto: add decrypt_drsuapi_blob from samba4. 2008-06-24 23:44:20 +02:00
locking Allow server manager to close open files selected by id. 2008-05-27 11:25:46 -07:00
m4 init_shared_module -> init_samba_module 2008-06-23 07:20:18 +02:00
modules Wrap the unix token info in a unix_user_token in auth_serversupplied_info 2008-06-19 18:51:37 +02:00
nmbd Fix CLEAR_IF_FIRST handling of messages.tdb 2008-04-23 22:18:26 +02:00
nsswitch Fix a segfault in wbcLookupRids 2008-06-17 15:22:13 +02:00
pam_smbpass Reformat: Remove indentation of part of pam_smbpass/support.c by one tab. 2008-03-10 17:22:40 +01:00
param make parametic options case insensitive 2008-06-25 21:40:53 +10:00
passdb Fix a memleak in secrets_fetch_afs_key 2008-06-07 08:51:35 +02:00
pkgconfig libwbclient: add wbclient.pc.in 2008-01-15 10:43:43 +01:00
po po/genmsg: be more portable, use 'printf "%s"' instead of 'echo -n' 2008-04-01 16:16:55 +02:00
popt
printing Fix some scary FC9 warnings 2008-06-10 17:21:23 +02:00
profile Yay ! Remove a VFS entry. Removed the set_nt_acl() call, 2008-05-08 18:09:07 -07:00
registry registry: add removal of secdesc of a key to regdb_store_keys(). 2008-05-08 18:29:10 +02:00
rpc_client rpc_client: let cli_get_session_key() return talloced session key. 2008-06-25 09:51:31 +02:00
rpc_parse drsuapi: add all code required for our drsuapi rpc client. 2008-05-23 23:56:21 +02:00
rpc_server Remove "conn" from pipes_struct 2008-06-24 10:31:36 +02:00
rpcclient rpcclient: add more generic internal dscracknames call. 2008-06-17 20:01:51 +02:00
script testsuite: enable the testparm_s3 tests. 2008-06-19 17:22:27 +02:00
services Revert "Fix a memleak in svcctl_init_keys()" 2008-06-18 16:31:35 +02:00
smbd Move the responsibility to keep the cwd from srv_dfs_nt to msdfs.c 2008-06-24 10:31:35 +02:00
stf
tests configure: remove unused configure check for HAVE_WORKING_AF_LOCAL 2008-05-17 13:18:31 +02:00
torture rpc_open_tcp: now drsuapi is complete, we can use it in the test program. 2008-05-24 01:33:52 +02:00
utils net: add basic support for sealed RPC connections (using NET_FLAGS_SEAL). 2008-06-24 23:45:09 +02:00
web Fix empty input fields in SWAT; [#5515]. 2008-06-03 15:35:41 +02:00
winbindd Fix bug #5533. Winbindd fails to cope correctly with a workgroup name containing a '.'. 2008-06-20 12:49:14 -07:00
.dmallocrc
.indent.pro [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. 2007-10-10 15:34:30 -05:00
autogen.sh Remove references to SVN. 2008-06-17 10:43:19 +02:00
change-log
config.guess
config.sub
configure.developer use nss_wrapper code in samba3 when --enable-nss-wrapper is given 2007-11-09 09:52:58 +01:00
configure.in Without stdlib.h we don't get a prototype for free(). 2008-06-17 22:45:29 +10:00
Doxyfile [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. 2007-10-10 15:34:30 -05:00
dynconfig.c popt: Use SMB_CONF_PATH environment var if no other configfile is set. 2008-02-04 17:41:23 +01:00
install-sh
library-versions.in library-versions: use the same version for talloc and tdb as for the standalone builds 2008-05-22 16:16:47 +02:00
mainpage.dox
Makefile.in net_vampire: add basic libnet_dssync() infrastructure. 2008-06-24 23:50:31 +02:00
smbadduser.in
VERSION Setting version to 3.3.0pre1 2008-04-25 08:35:27 -05:00