summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
AgeCommit message (Expand)AuthorFilesLines
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
2000-11-28include/dlinklist.h: Added '{' '}' around DLIST_PROMOTE so it can be used as ...Jeremy Allison1-1/+3
2000-11-21Another large patch for the passdb rewrite.Gerald Carter1-65/+3
2000-11-16Fix from Jim McDonough @ IBM for OS/2 clients.Jeremy Allison1-0/+1
2000-11-14Changes from APPLIANCE_HEAD:David O'Neill1-1/+6
2000-11-13Large commit which restructures the local password storage API.Gerald Carter1-54/+48
2000-10-11Fix for growing printing.tdb by adding check on job creation.Jeremy Allison1-0/+1
2000-10-07Integrated support for NT and OS/2 lpq parsing. Code fromJeremy Allison1-1/+1
2000-10-06Fix for printf attribute from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se>Jeremy Allison1-2/+2
2000-10-06Herb's warning fixes. Also the POSIX locking fix.Jeremy Allison1-7/+0
2000-10-06Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison1-1/+2
2000-10-05Herb's fixes for profiling & compiler warnings.Jeremy Allison1-2/+1
2000-09-08Win32 API is explicit that EnumPrinterData returns ERROR_MORE_DATA notJeremy Allison1-0/+1
2000-08-23Documentation on NT_USER_TOKEN. Requested by Sander.Jeremy Allison1-0/+5
2000-08-10Tidied up security rights definitions.Jeremy Allison1-7/+8
2000-08-03Added an NT_USER_TOKEN structure that is copied/passed around associatedJeremy Allison1-1/+11
2000-08-02Started to canonicalize our handling of uid -> sid code in order toJeremy Allison1-8/+12
2000-07-25A rather big change set ! (listed in no particular order)Jean-François Micouleau1-0/+2
2000-07-15reverted a some previous additions.Gerald Carter1-15/+4
2000-07-06don't need shmem any moreAndrew Tridgell1-29/+0
2000-07-03Some more sec_ctx changes. Modified some fields in the pipe_structTim Potter1-4/+5
2000-07-03first pass at merging rpcclient from TNG to HEAD. You can get aGerald Carter1-0/+35
2000-06-21A neater way of solving the S_ISSOCK, S_ISFIFO problem.Tim Potter1-47/+0
2000-06-14#include nsswitch/winbind_nss.hTim Potter1-0/+2
2000-06-14allow the notify implementation to choose the select timeout changeAndrew Tridgell1-0/+1
2000-06-13fixed the change notify bit definitionsAndrew Tridgell1-1/+2
2000-06-12totally rewrote the async signal, notification and oplock notificationAndrew Tridgell1-0/+10