Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-21 | s3-rpc_server: Rename srv_rpc_register. | Andreas Schneider | 3 | -5/+5 | |
2011-02-21 | s3-rpc_server: Pass tevent_context to dcerpc endpoints. | Andreas Schneider | 3 | -26/+44 | |
2011-02-21 | s3-rpc_server: Create a common ncacn listen state. | Andreas Schneider | 1 | -9/+12 | |
2011-02-21 | s3-rpc_server: Rename named_pipe_read_packet(). | Andreas Schneider | 1 | -16/+16 | |
This is not named pipe specific. | |||||
2011-02-21 | s3-librpc: Only register NCACN_NP. | Andreas Schneider | 1 | -9/+22 | |
This is the only transport we support at the moment. | |||||
2011-02-21 | s3-lsa: fix some uninitialized variables in our lsa server. | Günther Deschner | 1 | -3/+3 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Feb 21 18:47:30 CET 2011 on sn-devel-104 | |||||
2011-02-21 | s3-pdb_ipa: remove uninitialized (and unused) status code. | Günther Deschner | 1 | -2/+1 | |
Guenther | |||||
2011-02-21 | s3:tests: move the log directory of the smbclient_s3 test to st/ | Michael Adam | 1 | -7/+8 | |
And use a proper mktemp call to create a unique name. The old location under /tmp/ was bad. Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Mon Feb 21 13:39:06 CET 2011 on sn-devel-104 | |||||
2011-02-21 | s3:tests: clean up old log directories of the registry.roundtrip test | Michael Adam | 1 | -1/+9 | |
2011-02-20 | s3: Fix pdb_ads_enum_aliasmem for empty aliases | Volker Lendecke | 1 | -1/+3 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Feb 20 21:40:40 CET 2011 on sn-devel-104 | |||||
2011-02-20 | s3: Support SetGroupInfo in pdb_ads | Volker Lendecke | 1 | -4/+66 | |
2011-02-20 | s3: Fix a debug message | Volker Lendecke | 1 | -1/+1 | |
2011-02-20 | s3: Fix pdb_ads_enum_group_members for empty groups | Volker Lendecke | 1 | -1/+3 | |
2011-02-20 | s3: Fix error returns in pdb_ads_mod_groupmem | Volker Lendecke | 1 | -2/+4 | |
2011-02-20 | s3: Improve a debug message, we have more than pdb_tdb. | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Feb 20 16:50:05 CET 2011 on sn-devel-104 | |||||
2011-02-20 | s3: Protect tldap_errstr against a NULL ld | Volker Lendecke | 1 | -1/+3 | |
2011-02-20 | s3: Fix return code of pdb_ads_getsamupriv if the user does not exist | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Feb 20 11:12:01 CET 2011 on sn-devel-104 | |||||
2011-02-20 | s3: Add ACB_NORMAL to workstations, match RPC-SAMR | Volker Lendecke | 1 | -1/+9 | |
2011-02-20 | s3: Make QueryDispInfo and QueryInfo match for guest | Volker Lendecke | 1 | -6/+19 | |
2011-02-20 | s3: NO_SUCH_USER is a lot more likely than NO_MEMORY | Volker Lendecke | 1 | -1/+1 | |
2011-02-20 | s3: Convert init_system_info to NTSTATUS | Volker Lendecke | 4 | -9/+12 | |
2011-02-20 | s3: Slightly simplify Get_Pwnam_alloc | Volker Lendecke | 1 | -4/+1 | |
2011-02-20 | s3: Fix some nonempty blank lines | Volker Lendecke | 2 | -9/+9 | |
2011-02-19 | s3:tests: fix the smbclient_s3 test for multiple users running it. | Michael Adam | 1 | -2/+16 | |
The test created /tmp/log.smbclient, which lets the test fail if two users are running the test simultaneously. Now /tmp/log.test_smbclient_s3.$$ is used. Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Sat Feb 19 13:06:57 CET 2011 on sn-devel-104 | |||||
2011-02-19 | s3:tests: remove unused script/tests/test_functions.sh | Michael Adam | 1 | -202/+0 | |
This is not used any more now with selftest. | |||||
2011-02-19 | s3:tests: include subunit.sh instead of test_functions.sh in test_posix_s3.sh | Michael Adam | 1 | -2/+2 | |
It would actually not be necessary at all to include a script providing testit() and so on, since this script snippet is currently only sourced in tests.sh to plan the included test. | |||||
2011-02-19 | s3:tests: include subunit.sh instead of test_functions.sh in ↵ | Michael Adam | 1 | -2/+2 | |
test_ntlm_auth_s3.sh It would actually not be necessary at all to include a script providing testit() and so on, since this script snippet is currently only sourced in tests.sh to plan the included test. | |||||
2011-02-19 | s3:tests: include subunit.sh instead of test_functions.sh in ↵ | Michael Adam | 1 | -2/+2 | |
test_smbtorture_s3.sh It would actually not be necessary at all to include a script providing testit() and so on, since this script snippet is currently only sourced in tests.sh to plan the included test. | |||||
2011-02-19 | s3:tests: include subunit.sh instead of test_functions.sh in test_wbinfo_s3.sh | Michael Adam | 1 | -2/+2 | |
It would actually not be necessary at all to include a script providing testit() and so on, since this script snippet is currently only sourced in tests.sh to plan the included test. | |||||
2011-02-19 | s3:tests: use the blackbox subunit output formatter for the testparm_s3 test. | Michael Adam | 1 | -2/+2 | |
With the old output, failures would go unnoticed by selftest. | |||||
2011-02-19 | s3:tests: include subunit.sh instead of test_functions.sh in test_local_s3.sh | Michael Adam | 1 | -2/+2 | |
It would actually not be necessary at all to include a script providing testit() and so on, since this script snippet is currently only sourced in tests.sh to plan the included test. | |||||
2011-02-19 | s3:tests: use the blackbox subunit output formatter for the smbclient_s3 test. | Michael Adam | 1 | -2/+2 | |
With the old output, failures would go unnoticed by selftest. | |||||
2011-02-19 | s3: Pass logonHours through pdb_ads | Volker Lendecke | 1 | -0/+22 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Feb 19 12:22:08 CET 2011 on sn-devel-104 | |||||
2011-02-19 | s3: Add "len" to pdb_set_hours | Volker Lendecke | 8 | -13/+23 | |
2011-02-19 | s3: Let pdb_ads write accountExpires | Volker Lendecke | 1 | -0/+18 | |
2011-02-19 | s3: Fix pdb_ads_pull_time | Volker Lendecke | 1 | -1/+1 | |
2011-02-19 | vfs_smb_traffic_analyzer shall also transfer the clients IP address. | Holger Hetterich | 2 | -4/+7 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Feb 19 01:53:18 CET 2011 on sn-devel-104 | |||||
2011-02-18 | s3:vfs:syncops add option to disable metasync per share | Christian Ambach | 1 | -4/+14 | |
introduce an option to disable the metadata sync in case the filesystem handles this correctly the sync can be skipped, but synchronization of the data that was written can still be configured (in opposition to the disable flag disabling all sync operations) Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Feb 18 17:31:59 CET 2011 on sn-devel-104 | |||||
2011-02-18 | s3-smbsharemodes: libsmbsharemodes does neither depend on krb5 or ldap. | Günther Deschner | 1 | -1/+1 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Feb 18 16:46:35 CET 2011 on sn-devel-104 | |||||
2011-02-18 | s3-waf: we need to globally -Ilib/replace | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2011-02-18 | s3-waf: fix popt support. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2011-02-18 | lib/util/charset Add back setlocale(), but only when called from binaries | Andrew Bartlett | 6 | -6/+6 | |
When called from a library, we don't want to call this, as we may overwrite some of our calling program's context. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Feb 18 09:29:35 CET 2011 on sn-devel-104 | |||||
2011-02-18 | lib/util/charcnv Move iconv handle setup in common | Andrew Bartlett | 1 | -290/+12 | |
We now use the struct smb_iconv_convenience at the core of all our iconv code, and use global_iconv_convenience for the callers that don't specify one. Andrew Bartlett | |||||
2011-02-18 | s3-charcnv Don't genreate valid_table on the fly, rely on valid.dat | Andrew Bartlett | 3 | -52/+8 | |
This file is always installed, and is only even required for the old, depricated mangle hash method. Andrew Bartlett | |||||
2011-02-18 | lib/util/charset Use top level iconv.c in source3 | Andrew Bartlett | 7 | -784/+16 | |
The two files were very similar already, the only change required was to adopt the s3 module registration fucntion name. (NTSTATUS wasn't used as the charset code does not otherwise use that type). Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2011-02-18 | librpc make ndr-standard a common library | Andrew Bartlett | 1 | -10/+0 | |
2011-02-18 | librpc push NDR_SECURITY and NDR_DCERPC to the top level wscript files | Andrew Bartlett | 1 | -10/+1 | |
There isn't any reson to keep these private to source3 and source4 and more, and doing so creates problems for the top level build. Andrew Bartlett | |||||
2011-02-18 | charset Remove use of {isupper,islower,toupper,tolower}_w functions | Andrew Bartlett | 7 | -167/+22 | |
These now call the common _m functions that consider UTF16 code points. This removes the code which will make up a 'lame' table in memory, as this can just as correctly be handled by running the algorithm at runtime (which is to call toupper() and tolower() on characters < 128). When used, a top level waf build will always locate the correct table - in the build tree or outside - due to relinking the installed binary. Andrew Bartlett | |||||
2011-02-18 | s3-libads Remove MIT-specific krb5_princ_realm macro calls. | Andrew Bartlett | 2 | -55/+30 | |
When compiled against heimdal, we need to use a more elegant API. Andrew Bartlett | |||||
2011-02-18 | s3-waf use lib/util/wscript_build, and avoid duplicate subsystems | Andrew Bartlett | 1 | -20/+3 | |