summaryrefslogtreecommitdiffstats
path: root/source3/include
Commit message (Expand)AuthorAgeFilesLines
...
* | Start pushing the NTSTATUS stuff out to the wire for session setups.Andrew Bartlett2001-09-161-0/+1
* | Fixed up Solaris 64 bit configure.Jeremy Allison2001-09-151-1/+2
* | merges from 2.2Gerald Carter2001-09-141-1/+1
* | Removed CHECK_STRUCT macro - it isn't used anywhere.Tim Potter2001-09-141-12/+0
* | Oops.Tim Potter2001-09-141-1/+1
* | Discovered a whole lot more opcodes on the LSA pipe while writing a rpcTim Potter2001-09-131-6/+38
* | Some patches to authentication:Tim Potter2001-09-121-2/+2
* | - enable MSDFS by default, there seems no reason not to have it enabledAndrew Tridgell2001-09-122-10/+1
* | Moved and renamed DFS error constants from include/rpc_dfs.h to doserr.h toTim Potter2001-09-122-16/+17
* | declare dbf in one spotAndrew Tridgell2001-09-103-1/+7
* | added xfileAndrew Tridgell2001-09-101-0/+44
* | replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell2001-09-102-1/+2
* | fixed missing const on d_printf declarationAndrew Tridgell2001-09-091-3/+3
* | convert more code to using d_printfAndrew Tridgell2001-09-081-0/+2
* | Change the description on --with-pam_smbpass to make it clearer - some peopeAndrew Bartlett2001-09-071-2/+22
* | added "display charset" option in smb.conf, along with d_printf()Andrew Tridgell2001-09-072-0/+26
* | got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell2001-09-061-1/+0
* | - fixed proto.h build on systems using a parallel makeAndrew Tridgell2001-09-061-0/+3
* | Removed 18 duplicate #undef entries.Tim Potter2001-09-061-21/+0
* | Annotated definition of NEW_PW_FORMAT_SPACE_PADDED_LEN constant.Tim Potter2001-09-061-1/+3
* | add profiling stats from 2.2Herb Lewis2001-09-051-1/+51
* | added filename to error_packet()Andrew Tridgell2001-09-051-4/+4
* | fixed a bunch of compilation errors on Solaris, mostly people getting NSS_STA...Andrew Tridgell2001-09-051-34/+1
* | Merge of transfer file code from 2.2, fix for readbraw.Jeremy Allison2001-09-041-2/+2
* | it now all compiles - so try enabling it by default and see what explodes on ...Andrew Tridgell2001-09-041-2/+2
* | the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-047-55/+57
* | more NTSTATUS/WERROR conversionAndrew Tridgell2001-09-032-5/+9
* | the next step in our error code handling changeAndrew Tridgell2001-09-034-13/+46
* | Merge of sam sync code from TNG.Tim Potter2001-08-281-0/+19
* | Merge of SAM delta type constants and BDC replication types from TNG.Tim Potter2001-08-281-0/+282
* | Added sam sync and sam replication smbd message constants.Tim Potter2001-08-281-0/+2
* | Added copyright header (taken from include/doserr.h)Tim Potter2001-08-281-511/+538
* | Fixed description in file header.Tim Potter2001-08-281-1/+1
* | converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-2712-149/+146
* | started converting NTSTATUS to be a structure on systems with gcc in order to...Andrew Tridgell2001-08-274-526/+538
* | converted smbd to use NTSTATUS by defaultAndrew Tridgell2001-08-273-21/+12
* | Process the SAM/UAS change notification message.Tim Potter2001-08-241-1/+1
* | Some W2k info.Jeremy Allison2001-08-231-0/+41
* | Fixed detection of CUPS. We need to check for the presence of the cupsTim Potter2001-08-233-5/+5
* | A few changes:Andrew Bartlett2001-08-222-0/+43
* | added ERRbadmcbAndrew Tridgell2001-08-221-0/+1
* | a bunch of fixes from the sflight to seattleAndrew Tridgell2001-08-201-1/+1
* | removed unused fileAndrew Tridgell2001-08-161-91/+0
* | Moved across definition of dos error types from smb.h to doserr.hTim Potter2001-08-132-4/+7
* | This patch does a number of things, mostly smaller than they look :-)Andrew Bartlett2001-08-121-2/+2
* | Added Mike Davidsons Tru64 ACL patch.Jeremy Allison2001-08-102-3/+3
* | - avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed)Simo Sorce2001-08-102-53/+126
* | Removed nt_error field from cli_state as it was not used anywhere.Tim Potter2001-08-101-1/+0
* | Moved dos error codes from smb.h into new file doserr.hTim Potter2001-08-102-113/+136
* | Added include guards...Jeremy Allison2001-08-031-0/+3