summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
2001-09-18Correct fix for unaligned memcpy - malloc'ed memory incremented by sizeof(str...Jeremy Allison1-1/+4
2001-09-18Use structure copy to fix unaligned accesses on 64bit architectures onJeremy Allison1-1/+1
2001-09-17introduce SAFE_FREE() macro as suggested by andreas moroder.Simo Sorce1-0/+3
2001-09-16Start pushing the NTSTATUS stuff out to the wire for session setups.Andrew Bartlett1-0/+1
2001-09-15Fixed up Solaris 64 bit configure.Jeremy Allison1-1/+2
2001-09-14merges from 2.2Gerald Carter1-1/+1
2001-09-14Removed CHECK_STRUCT macro - it isn't used anywhere.Tim Potter1-12/+0
2001-09-14Oops.Tim Potter1-1/+1
2001-09-13Discovered a whole lot more opcodes on the LSA pipe while writing a rpcTim Potter1-6/+38
2001-09-12Some patches to authentication:Tim Potter1-2/+2
2001-09-12- enable MSDFS by default, there seems no reason not to have it enabledAndrew Tridgell2-10/+1
2001-09-12Moved and renamed DFS error constants from include/rpc_dfs.h to doserr.h toTim Potter2-16/+17
2001-09-10declare dbf in one spotAndrew Tridgell3-1/+7
2001-09-10added xfileAndrew Tridgell1-0/+44
2001-09-10replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell2-1/+2
2001-09-09fixed missing const on d_printf declarationAndrew Tridgell1-3/+3
2001-09-08convert more code to using d_printfAndrew Tridgell1-0/+2
2001-09-07Change the description on --with-pam_smbpass to make it clearer - some peopeAndrew Bartlett1-2/+22
2001-09-07added "display charset" option in smb.conf, along with d_printf()Andrew Tridgell2-0/+26
2001-09-06got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell1-1/+0
2001-09-06- fixed proto.h build on systems using a parallel makeAndrew Tridgell1-0/+3
2001-09-06Removed 18 duplicate #undef entries.Tim Potter1-21/+0
2001-09-06Annotated definition of NEW_PW_FORMAT_SPACE_PADDED_LEN constant.Tim Potter1-1/+3
2001-09-05add profiling stats from 2.2Herb Lewis1-1/+51
2001-09-05added filename to error_packet()Andrew Tridgell1-4/+4
2001-09-05fixed a bunch of compilation errors on Solaris, mostly people getting NSS_STA...Andrew Tridgell1-34/+1
2001-09-04Merge of transfer file code from 2.2, fix for readbraw.Jeremy Allison1-2/+2
2001-09-04it now all compiles - so try enabling it by default and see what explodes on ...Andrew Tridgell1-2/+2
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell7-55/+57
2001-09-03more NTSTATUS/WERROR conversionAndrew Tridgell2-5/+9
2001-09-03the next step in our error code handling changeAndrew Tridgell4-13/+46
2001-08-28Merge of sam sync code from TNG.Tim Potter1-0/+19
2001-08-28Merge of SAM delta type constants and BDC replication types from TNG.Tim Potter1-0/+282
2001-08-28Added sam sync and sam replication smbd message constants.Tim Potter1-0/+2
2001-08-28Added copyright header (taken from include/doserr.h)Tim Potter1-511/+538
2001-08-28Fixed description in file header.Tim Potter1-1/+1
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell12-149/+146
2001-08-27started converting NTSTATUS to be a structure on systems with gcc in order to...Andrew Tridgell4-526/+538
2001-08-27converted smbd to use NTSTATUS by defaultAndrew Tridgell3-21/+12
2001-08-24Process the SAM/UAS change notification message.Tim Potter1-1/+1
2001-08-23Some W2k info.Jeremy Allison1-0/+41
2001-08-23Fixed detection of CUPS. We need to check for the presence of the cupsTim Potter3-5/+5
2001-08-22A few changes:Andrew Bartlett2-0/+43
2001-08-22added ERRbadmcbAndrew Tridgell1-0/+1
2001-08-20a bunch of fixes from the sflight to seattleAndrew Tridgell1-1/+1
2001-08-16removed unused fileAndrew Tridgell1-91/+0
2001-08-13Moved across definition of dos error types from smb.h to doserr.hTim Potter2-4/+7
2001-08-12This patch does a number of things, mostly smaller than they look :-)Andrew Bartlett1-2/+2
2001-08-10Added Mike Davidsons Tru64 ACL patch.Jeremy Allison2-3/+3
2001-08-10- avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed)Simo Sorce2-53/+126