summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
AgeCommit message (Expand)AuthorFilesLines
2001-11-04a big one:Simo Sorce1-0/+10
2001-11-03Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison1-0/+3
2001-10-31This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett1-2/+2
2001-10-30Fix up smbpasswd -e/-d so that it doesn't change the password under you anyAndrew Bartlett1-0/+1
2001-10-29This commit is number 2 of 4.Andrew Bartlett1-7/+0
2001-10-20Converted a bunch of 0x85 constants to SMBkeepalive.Tim Potter1-0/+1
2001-10-20Move from timestamp to gen count file id's for finding oplocked filesJeremy Allison1-20/+23
2001-10-19Ensure we mask off deny modes correctly on being set (this shouldn't haveJeremy Allison1-1/+1
2001-10-19Restored old Bmpx code - actually used by OS/2.Jeremy Allison1-0/+1
2001-10-12Some old stuff hanging around since the CIFS conference. Big cleanup ofTim Potter1-1/+0
2001-10-11initial kerberos/ADS/SPNEGO support in libsmb and smbclient. ToAndrew Tridgell1-0/+8
2001-10-05Move CLI_POLICY_HND to be internal to winbindd.Tim Potter1-9/+0
2001-09-18Correct fix for unaligned memcpy - malloc'ed memory incremented by sizeof(str...Jeremy Allison1-1/+4
2001-09-16Start pushing the NTSTATUS stuff out to the wire for session setups.Andrew Bartlett1-0/+1
2001-09-06Annotated definition of NEW_PW_FORMAT_SPACE_PADDED_LEN constant.Tim Potter1-1/+3
2001-09-04it now all compiles - so try enabling it by default and see what explodes on ...Andrew Tridgell1-2/+2
2001-09-03the next step in our error code handling changeAndrew Tridgell1-1/+19
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-2/+2
2001-08-27started converting NTSTATUS to be a structure on systems with gcc in order to...Andrew Tridgell1-0/+11
2001-08-27converted smbd to use NTSTATUS by defaultAndrew Tridgell1-2/+2
2001-08-13Moved across definition of dos error types from smb.h to doserr.hTim Potter1-4/+0
2001-08-10Moved dos error codes from smb.h into new file doserr.hTim Potter1-113/+1
2001-07-22changed the iconv interface to go via ucs2 for all conversions. ThisAndrew Tridgell1-6/+4
2001-07-04The big character set handling changeover!Andrew Tridgell1-6/+28
2001-06-30Ensure we return correct error on trying to unlock a region not locked.Jeremy Allison1-0/+1
2001-06-23Added other_safe_chars to alpha_strcpy(). Needs testing but is a betterJeremy Allison1-0/+2
2001-06-21Added STR_NOALIGN flags to clistr and srvstr fns. Yes, NT actually doesAndrew Tridgell1-1/+1
2001-06-20initial support for paramter type P_LISTSimo Sorce1-1/+2
2001-06-08Extra stuff for large readwrite support.Jeremy Allison1-1/+2
2001-05-24Fixup the large_writex problem (a large_writex can send a full 64k of data,Jeremy Allison1-0/+1
2001-05-23This is *very* cool. I'm pretty convinced we can just set theJeremy Allison1-0/+1
2001-05-18Use canonical mappings for file controls. Fixes W2KSP2 profile problems (IJeremy Allison1-0/+11
2001-05-18merge from 2.2 (deleteprinterdriver RPC)Gerald Carter1-0/+1
2001-05-07Preliminary merge of winbind into HEAD. Note that this compiles and linksTim Potter1-0/+8
2001-05-04Big cleanup of passdb and backends.Jean-François Micouleau1-22/+19
2001-04-28- added test for vasprintfAndrew Tridgell1-20/+0
2001-04-25converted the passdb smbpasswd implementation to using tallocGerald Carter1-2/+2
2001-04-18merge from 2.2Andrew Tridgell1-0/+2
2001-04-13Updated Major/Minor version to 4.50 - see notes.John Terpstra1-10/+14
2001-03-30This is a big, rather ugly patch. Whilst investigating the files not truncatedJeremy Allison1-1/+19
2001-03-11Moved cruft out of smb.h into ntdomain.h where it belongs. dc structJeremy Allison1-45/+0
2001-03-11Sync include files between 2.2 and HEAD except for acoount info.Jeremy Allison1-4/+4
2001-03-11Remove "BYTE" - we already have uint8 - don't need more conflicts withJeremy Allison1-2/+0
2001-03-10to use the same macros in the client and server rename the CLISTR_Andrew Tridgell1-0/+8
2001-03-05smb.h: add one error code for no such printer jobRichard Sharpe1-0/+1
2001-02-23include/rpc_spoolss.h: Added JOB_STATUS_XXX defines.Jeremy Allison1-1/+4
2001-01-23Changes from APPLIANCE_HEAD:David O'Neill1-0/+1
2000-12-20implemented a much nicer name_status() interface. It now returns aAndrew Tridgell1-0/+10
2000-12-06Cause smbd to use the new posix_acls code, not the old unix_acls code.Jeremy Allison1-0/+1
2000-12-04pass the desired access into cli_nt_create()Andrew Tridgell1-0/+3