1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00
samba-mirror/source3/libsmb
Andrew Tridgell 0c3194816b r18865: fixed some of the most obvious NTSTATUS/WERROR mixups in Samba3. It
still doesn't compile with immediate structures and the
NTSTATUS/WERROR separation, as there are still several places where
the two error types are mixed up. I haven't fixed those as they
require decisions about the rpcclient code that I really don't want to
get into (the error handling there is a mess)

So samba3 compiles now, but only becaise HAVE_IMMEDIATE_STRUCTURES is
not used (look for HAVE_IMMEDIATE_STRUCTURES_XX_DISABLED)
(This used to be commit 8438a6a7d4)
2007-10-10 12:01:06 -05:00
..
asn1.c r17060: Some c++ warnings 2007-10-10 11:19:22 -05:00
cliconnect.c r18613: Metze, in your DLINKLIST commit you changed this 2007-10-10 11:52:00 -05:00
clidfs.c r17571: Change the return code of cli_session_setup from BOOL to NTSTATUS 2007-10-10 11:38:39 -05:00
clidgram.c r10656: BIG merge from trunk. Features not copied over 2007-10-10 11:04:48 -05:00
clientgen.c r18014: revert a possibly unnecessary change 2007-10-10 11:39:48 -05:00
clierror.c r18865: fixed some of the most obvious NTSTATUS/WERROR mixups in Samba3. It 2007-10-10 12:01:06 -05:00
clifile.c r18009: Fixes bug 4026. 2007-10-10 11:39:47 -05:00
clifsinfo.c r17800: Start using struct timespec internally for file times 2007-10-10 11:38:48 -05:00
clikrb5.c r17162: Fix typo small typos noticed by Paul Green. 2007-10-10 11:38:17 -05:00
clilist.c r18011: Should fix bug 3835. 2007-10-10 11:39:48 -05:00
climessage.c r12043: It's amazing the warnings you find when compiling on a 64-bit 2007-10-10 11:05:42 -05:00
clioplock.c r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore. 2007-10-10 11:00:11 -05:00
cliprint.c r11511: A classic "friday night check-in" :-). This moves much 2007-10-10 11:05:19 -05:00
cliquota.c r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation 2007-10-10 10:53:32 -05:00
clirap2.c r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need 2007-10-10 11:19:14 -05:00
clirap.c r18009: Fixes bug 4026. 2007-10-10 11:39:47 -05:00
clireadwrite.c r17333: Some C++ warnings 2007-10-10 11:38:26 -05:00
clisecdesc.c r18745: Use the Samba4 data structures for security descriptors and security descriptor 2007-10-10 12:00:54 -05:00
clispnego.c r16306: Error handling in this asn1 code *sucks*. Fix a generic 2007-10-10 11:17:32 -05:00
clistr.c r17333: Some C++ warnings 2007-10-10 11:38:26 -05:00
clitrans.c r17333: Some C++ warnings 2007-10-10 11:38:26 -05:00
conncache.c r18533: Ensure we clear out the failed connection cache for an entire 2007-10-10 11:51:48 -05:00
credentials.c r13553: Fix all our warnings at -O6 on an x86_64 box. 2007-10-10 11:10:13 -05:00
dcerpc_err.c r14645: No idea how this happened, fixing the build. 2007-10-10 11:15:41 -05:00
doserr.c r12173: doing some service control work 2007-10-10 11:05:47 -05:00
errormap.c r17677: There is no need for a 2nd krb5_to_nt_status function, is there? 2007-10-10 11:38:46 -05:00
gpo.c r18819: Fix build without LDAP. 2007-10-10 12:01:03 -05:00
libsmb_cache.c r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need 2007-10-10 11:19:14 -05:00
libsmb_compat.c r16360: Fix Klocwork ID 136 520 521 522 523 542 574 575 576 607 2007-10-10 11:18:48 -05:00
libsmbclient.c r18865: fixed some of the most obvious NTSTATUS/WERROR mixups in Samba3. It 2007-10-10 12:01:06 -05:00
namecache.c r18312: Change gencache_get slightly: Delete expired keys, and only strdup the value 2007-10-10 11:51:19 -05:00
namequery_dc.c r17945: Store the server and client sitenames in the ADS 2007-10-10 11:39:01 -05:00
namequery.c r18199: Allow winbindd to delete a saf_ entry if it knows 2007-10-10 11:51:15 -05:00
nmblib.c r15240: Correctly disallow unauthorized access when logging on with the 2007-10-10 11:16:29 -05:00
nterr.c r18865: fixed some of the most obvious NTSTATUS/WERROR mixups in Samba3. It 2007-10-10 12:01:06 -05:00
ntlm_check.c r18029: More C++ stuff 2007-10-10 11:43:23 -05:00
ntlmssp_parse.c r10656: BIG merge from trunk. Features not copied over 2007-10-10 11:04:48 -05:00
ntlmssp_sign.c r17976: Fix typo 2007-10-10 11:39:44 -05:00
ntlmssp.c r18029: More C++ stuff 2007-10-10 11:43:23 -05:00
passchange.c r17571: Change the return code of cli_session_setup from BOOL to NTSTATUS 2007-10-10 11:38:39 -05:00
pwd_cache.c r10656: BIG merge from trunk. Features not copied over 2007-10-10 11:04:48 -05:00
samlogon_cache.c r15227: Fix a valgrind error. We are marshalling here, not unmarshalling. 2007-10-10 11:16:29 -05:00
smb_share_modes.c r17363: Some C++ warnings 2007-10-10 11:38:28 -05:00
smb_signing.c r17595: Fix from Ben Winslow <rain@bluecherry.net> to allow 2007-10-10 11:38:41 -05:00
smbdes.c r18047: More C++ stuff 2007-10-10 11:43:24 -05:00
smbencrypt.c r17612: Modify NTLMSSP session code so that it doesn't store 2007-10-10 11:38:43 -05:00
smberr.c r10656: BIG merge from trunk. Features not copied over 2007-10-10 11:04:48 -05:00
spnego.c r13915: Fixed a very interesting class of realloc() bugs found by Coverity. 2007-10-10 11:10:59 -05:00
trustdom_cache.c r18312: Change gencache_get slightly: Delete expired keys, and only strdup the value 2007-10-10 11:51:19 -05:00
trusts_util.c r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need 2007-10-10 11:19:14 -05:00
unexpected.c Merge from HEAD - make Samba compile with -Wwrite-strings without additional 2003-01-03 08:28:12 +00:00