summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
AgeCommit message (Expand)AuthorFilesLines
1998-11-12largely rewrote smbpasswd so that the code is understandable. ThisAndrew Tridgell1-1/+1
1998-11-10include/local.h:Jeremy Allison1-0/+25
1998-11-10rpcclient registry commands.Luke Leighton1-1/+2
1998-10-23added domain and local group structures. names may have to be 256 charsLuke Leighton1-0/+60
1998-10-23Reasonably large change to give us *exactly* correct NT delete on close seman...Jeremy Allison1-5/+10
1998-10-23include/smb.h: Added #defines for lots of things - makes our code a *lot* eas...Jeremy Allison1-3/+44
1998-10-21the next dialog: user-groups. it's not very sensible what appears, but hey:Luke Leighton1-0/+1
1998-10-16dce/rpcLuke Leighton1-1/+2
1998-10-06implemented unix semantics for rename in smbwrapperAndrew Tridgell1-0/+1
1998-09-29Got very strict about the differences and uses ofJeremy Allison1-17/+18
1998-09-28Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1-31/+1
1998-09-25Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison1-148/+8
1998-09-25added in samr commands. assistance in returning the missing functions,Luke Leighton1-0/+3
1998-09-25added rpcclient programLuke Leighton1-37/+168
1998-09-24Integration of Anders Blomdell <anders.blomdell@control.lth.se>'sJeremy Allison1-0/+6
1998-09-23First cut at kernel oplocks. This should have no effect unless runninJeremy Allison1-4/+22
1998-09-20add a define for SMB_SEARCH_BITS and change comment on FSTYPE_STRINGAndrew Tridgell1-0/+3
1998-09-17configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...Jeremy Allison1-4/+14
1998-09-17configure configure.in: Added tests for fseek64 and ftell64.Jeremy Allison1-2/+2
1998-09-14Fixed problems people were having with creating profileJeremy Allison1-0/+10
1998-09-11Ok - this is the 'expose 64 bit to the clients' checkin.Jeremy Allison1-0/+1
1998-09-11Added ssize_t to configure code.Jeremy Allison1-1/+5
1998-09-10smb.h: Removed fdnum from file_fd_struct. Not needed.Jeremy Allison1-1/+0
1998-09-03Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1-6/+6
1998-08-31configure.in, configure: include/config.h.in: Added stropts and poll.Jeremy Allison1-41/+12
1998-08-30changed the size of a char array in the userdata_struct from 1 to 16Andrew Tridgell1-0/+9
1998-08-27This is the stat cache code - seems to work fine (needs heavyJeremy Allison1-0/+8
1998-08-26use a separate ZERO_ARRAY() macro instead of ZERO_STRUCT() forAndrew Tridgell1-0/+1
1998-08-25changed the default permissions code to do this:Andrew Tridgell1-0/+1
1998-08-24Changed ASSERT macros to SMB_ASSERT macros as some systems alreadyJeremy Allison1-2/+2
1998-08-22added ASSERT() and ASSERT_ARRAY() macros and sprinkled them liberallyAndrew Tridgell1-0/+4
1998-08-21added new smb.conf option "panic action". see my samba-technicalAndrew Tridgell1-4/+0
1998-08-21added a macro ZERO_STRUCT() which is useful for initialisingAndrew Tridgell1-0/+3
1998-08-17now that we have no global arrays we can start to split up the monsterAndrew Tridgell1-0/+7
1998-08-17moved connection_struct handling code into smbd/conn.c and changed itAndrew Tridgell1-4/+3
1998-08-17much cleaner chain pointer handling for both files and pipes.Andrew Tridgell1-5/+0
1998-08-16got rid of the Files[] array completely (previously I'd just made itAndrew Tridgell1-1/+0
1998-08-16server.c: fixed a bug in close_file() with the new files.c handling codeAndrew Tridgell1-11/+18
1998-08-15this checkin gets rid of the global Files[] array and makes it localAndrew Tridgell1-17/+20
1998-08-15configure: Changes for extra headers.Jeremy Allison1-1/+1
1998-08-14this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1-84/+100
1998-08-11include/smb.h: Removed dir_ptr. Not needed.Jeremy Allison1-4/+1
1998-08-11I've come up with a different scheme for doing the DEBUG() and DEBUGADD()Christopher R. Hertel1-0/+14
1998-08-11Removed a stray semicolon in the DEBUGADD() macro.Christopher R. Hertel1-5/+5
1998-08-10Makefile.in: Fixed make clean bug with CVS directory in bin/.Jeremy Allison1-2/+2
1998-08-09removed the if statements from the DEBUG() macro definitions.Andrew Tridgell1-4/+4
1998-08-03First implementation of ChangeNotify - this version only checksJeremy Allison1-2/+13
1998-07-31This is the checkin of the debug changes.Christopher R. Hertel1-9/+59
1998-07-30Makefile.in: Moved UBIQX stuff into UTILOBJ.Jeremy Allison1-2/+16
1998-07-29get rid of the runtime test for broken getgroups() and add a compileAndrew Tridgell1-9/+6