summaryrefslogtreecommitdiffstats
path: root/source3/include/smb.h
Commit message (Expand)AuthorAgeFilesLines
* Some old stuff hanging around since the CIFS conference. Big cleanup ofTim Potter2001-10-121-1/+0
* initial kerberos/ADS/SPNEGO support in libsmb and smbclient. ToAndrew Tridgell2001-10-111-0/+8
* Move CLI_POLICY_HND to be internal to winbindd.Tim Potter2001-10-051-9/+0
* Correct fix for unaligned memcpy - malloc'ed memory incremented by sizeof(str...Jeremy Allison2001-09-181-1/+4
* Start pushing the NTSTATUS stuff out to the wire for session setups.Andrew Bartlett2001-09-161-0/+1
* Annotated definition of NEW_PW_FORMAT_SPACE_PADDED_LEN constant.Tim Potter2001-09-061-1/+3
* it now all compiles - so try enabling it by default and see what explodes on ...Andrew Tridgell2001-09-041-2/+2
* the next step in our error code handling changeAndrew Tridgell2001-09-031-1/+19
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-2/+2
* started converting NTSTATUS to be a structure on systems with gcc in order to...Andrew Tridgell2001-08-271-0/+11
* converted smbd to use NTSTATUS by defaultAndrew Tridgell2001-08-271-2/+2
* Moved across definition of dos error types from smb.h to doserr.hTim Potter2001-08-131-4/+0
* Moved dos error codes from smb.h into new file doserr.hTim Potter2001-08-101-113/+1
* changed the iconv interface to go via ucs2 for all conversions. ThisAndrew Tridgell2001-07-221-6/+4
* The big character set handling changeover!Andrew Tridgell2001-07-041-6/+28
* Ensure we return correct error on trying to unlock a region not locked.Jeremy Allison2001-06-301-0/+1
* Added other_safe_chars to alpha_strcpy(). Needs testing but is a betterJeremy Allison2001-06-231-0/+2
* Added STR_NOALIGN flags to clistr and srvstr fns. Yes, NT actually doesAndrew Tridgell2001-06-211-1/+1
* initial support for paramter type P_LISTSimo Sorce2001-06-201-1/+2
* Extra stuff for large readwrite support.Jeremy Allison2001-06-081-1/+2
* Fixup the large_writex problem (a large_writex can send a full 64k of data,Jeremy Allison2001-05-241-0/+1
* This is *very* cool. I'm pretty convinced we can just set theJeremy Allison2001-05-231-0/+1
* Use canonical mappings for file controls. Fixes W2KSP2 profile problems (IJeremy Allison2001-05-181-0/+11
* merge from 2.2 (deleteprinterdriver RPC)Gerald Carter2001-05-181-0/+1
* Preliminary merge of winbind into HEAD. Note that this compiles and linksTim Potter2001-05-071-0/+8
* Big cleanup of passdb and backends.Jean-François Micouleau2001-05-041-22/+19
* - added test for vasprintfAndrew Tridgell2001-04-281-20/+0
* converted the passdb smbpasswd implementation to using tallocGerald Carter2001-04-251-2/+2
* merge from 2.2Andrew Tridgell2001-04-181-0/+2
* Updated Major/Minor version to 4.50 - see notes.John Terpstra2001-04-131-10/+14
* This is a big, rather ugly patch. Whilst investigating the files not truncatedJeremy Allison2001-03-301-1/+19
* Moved cruft out of smb.h into ntdomain.h where it belongs. dc structJeremy Allison2001-03-111-45/+0
* Sync include files between 2.2 and HEAD except for acoount info.Jeremy Allison2001-03-111-4/+4
* Remove "BYTE" - we already have uint8 - don't need more conflicts withJeremy Allison2001-03-111-2/+0
* to use the same macros in the client and server rename the CLISTR_Andrew Tridgell2001-03-101-0/+8
* smb.h: add one error code for no such printer jobRichard Sharpe2001-03-051-0/+1
* include/rpc_spoolss.h: Added JOB_STATUS_XXX defines.Jeremy Allison2001-02-231-1/+4
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-231-0/+1
* implemented a much nicer name_status() interface. It now returns aAndrew Tridgell2000-12-201-0/+10
* Cause smbd to use the new posix_acls code, not the old unix_acls code.Jeremy Allison2000-12-061-0/+1
* pass the desired access into cli_nt_create()Andrew Tridgell2000-12-041-0/+3
* include/dlinklist.h: Added '{' '}' around DLIST_PROMOTE so it can be used as ...Jeremy Allison2000-11-281-1/+3
* Another large patch for the passdb rewrite.Gerald Carter2000-11-211-65/+3
* Fix from Jim McDonough @ IBM for OS/2 clients.Jeremy Allison2000-11-161-0/+1
* Changes from APPLIANCE_HEAD:David O'Neill2000-11-141-1/+6
* Large commit which restructures the local password storage API.Gerald Carter2000-11-131-54/+48
* Fix for growing printing.tdb by adding check on job creation.Jeremy Allison2000-10-111-0/+1
* Integrated support for NT and OS/2 lpq parsing. Code fromJeremy Allison2000-10-071-1/+1
* Fix for printf attribute from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se>Jeremy Allison2000-10-061-2/+2
* Herb's warning fixes. Also the POSIX locking fix.Jeremy Allison2000-10-061-7/+0