1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source3
Tim Potter 8678c6d6f6 It looks like the rpc client code in libsmb hasn't been converted to the
new internal string stuff.  The main problem is that some unicode strings
are null terminated and some aren't.  There's no rhyme or reason to it -
some pipes have 99% of the strings terminated and some have 99%
unterminated.  To avoid having to actually know the termination policy, I
propose a set of functions that take a UNISTR2* and use the length
contained there.

Added rpcstr_pull_unistr2_string() function to convert a unicode string of
dubious termination to a fstring.
(This used to be commit e5b62b4961)
2001-07-20 01:32:56 +00:00
..
aparser Modified test.h generator to return error if structure passed to vluke 2000-09-18 01:14:21 +00:00
auth This removes unused paramaters from various authtication functions, and should 2001-07-08 14:10:30 +00:00
bin Added winbindd to list of binaries. 2001-05-08 05:52:17 +00:00
client Changed instances of TRUE, FALSE to True, False as some compilers don't 2001-07-12 22:27:00 +00:00
codepages we don't need the codepage sources any more 2001-07-04 07:42:57 +00:00
groupdb when retrieving by sid fill also the map.sid field 2001-07-09 18:17:00 +00:00
include Fix from bernd@arresum.inka.de for broken krb configure. 2001-07-16 22:58:47 +00:00
lib It looks like the rpc client code in libsmb hasn't been converted to the 2001-07-20 01:32:56 +00:00
libsmb formatting fix 2001-07-08 18:23:53 +00:00
locking Fixed the nastiest locking bug to track down.... smb_pids are sent in the 2001-07-02 02:42:41 +00:00
msdfs strchr and strrchr are macros when compiling with optimisation in gcc, so we can't redefine them. damn. 2001-07-04 07:36:09 +00:00
nmbd Fixes from Jens-Uwe.Walther@force.de to make the -l option behave 2001-07-17 20:42:59 +00:00
nsswitch Merged across rewritten version of winbindd_kill_connections(). This now 2001-07-19 09:18:23 +00:00
pam_smbpass The big character set handling changeover! 2001-07-04 07:15:53 +00:00
param Fix the loading of configuration files using the include syntax. 2001-07-08 13:02:16 +00:00
passdb move the global_machine_password_needs_changing where we need it. 2001-07-17 08:34:12 +00:00
printing iFix from "Shahms E. King" <shahms@shahms.com> to get cups user name 2001-07-17 00:39:07 +00:00
profile don't test for root ownership of profile shared memory segment 2001-07-18 01:13:16 +00:00
rpc_client This fixes security=domain, which has been broke since the big charset 2001-07-10 17:02:02 +00:00
rpc_parse This backs out my last change, which broke some of the finer points of RPC 2001-07-11 04:27:03 +00:00
rpc_server #ifdef'ed out some unused functions. 2001-07-19 07:44:59 +00:00
rpcclient fixed anonymous login in rpcclient 2001-07-08 20:28:17 +00:00
script The big character set handling changeover! 2001-07-04 07:15:53 +00:00
smbd Tidied up calling yield_connection on connection allocation fail. 2001-07-17 22:04:46 +00:00
smbwrapper strchr and strrchr are macros when compiling with optimisation in gcc, so we can't redefine them. damn. 2001-07-04 07:36:09 +00:00
tdb Fix for enumerating large numbers of users. 2001-07-05 22:36:25 +00:00
tests Add check for working AF_LOCAL sockets, which are borken 2001-06-26 07:44:02 +00:00
torture Update smbtorture in line with SAMBA_2_2 2001-07-07 06:21:32 +00:00
ubiqx Again, just syncronizing. The a function name was changed in the sll 2000-06-08 17:42:20 +00:00
utils Changed instances of TRUE, FALSE to True, False as some compilers don't 2001-07-12 22:27:00 +00:00
web This removes unused paramaters from various authtication functions, and should 2001-07-08 14:10:30 +00:00
.cvsignore changes to sync with 2.2. tree 2000-10-11 05:31:39 +00:00
.indent.pro indent update to make t easier to see setuid mods in TNG. some 2000-03-21 21:08:07 +00:00
acconfig.h The big character set handling changeover! 2001-07-04 07:15:53 +00:00
aclocal.m4 - added AC_HAVE_DECL() macro to aclocal.m4, so we can easily add 2001-05-30 12:28:13 +00:00
architecture.doc first pass at updating head branch to be to be the same as the SAMBA_2_0 branch 1999-12-13 13:27:58 +00:00
change-log
config.guess Updated to latest from gnu.org. 2001-07-03 18:34:41 +00:00
config.sub Updated to latest from gnu.org. 2001-07-03 18:34:41 +00:00
configure Reran autoconf. 2001-07-19 07:19:53 +00:00
configure.developer Allow user to specify CFLAGS even when using configure.developer 2001-07-05 12:28:01 +00:00
configure.in Fix the PIC flag for IRIX 2001-07-18 02:58:19 +00:00
configure.nodebug.developer computer too slow to compile with debug info (100mins), but i need all the 2000-03-09 22:22:38 +00:00
install-sh
internals.doc The big character set handling changeover! 2001-07-04 07:15:53 +00:00
Makefile.in A few tweaks around linking libsmbclient 2001-07-14 02:52:41 +00:00
parsing.doc
smbadduser