summaryrefslogtreecommitdiffstats
path: root/source/include/smb.h
Commit message (Expand)AuthorAgeFilesLines
* Added code to let NT do a 'delete on close' request on an openJeremy Allison1999-01-211-0/+1
* smb.h add new FLAG_SHARE to indicate which parameters are usedHerb Lewis1998-12-141-4/+5
* Fixed the modtime bug that Andrej <borsenkow.msk@sni.de> was moaningJeremy Allison1998-11-171-0/+1
* Moved PRINTCAP_NAME into includes to allow it to be tuned perJeremy Allison1998-11-171-4/+0
* Added fixes from HEAD into 2.0 branch.Jeremy Allison1998-11-161-1/+1
* Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...Jeremy Allison1998-11-131-1/+4
* oops - ZERO_STRUCTP() issues again...Luke Leighton1998-11-131-4/+1
* ZERO_STRUCTP does not check argument for NULL.Luke Leighton1998-11-131-1/+4
* include/smb.h: Re-added zero pointer protection to ZERO_STRUCTP.Jeremy Allison1998-11-131-3/+1
* security descriptorsLuke Leighton1998-11-131-5/+1
* security descriptors.Luke Leighton1998-11-121-1/+7
* largely rewrote smbpasswd so that the code is understandable. ThisAndrew Tridgell1998-11-121-1/+1
* include/local.h:Jeremy Allison1998-11-101-0/+25
* rpcclient registry commands.Luke Leighton1998-11-101-1/+2
* added domain and local group structures. names may have to be 256 charsLuke Leighton1998-10-231-0/+60
* Reasonably large change to give us *exactly* correct NT delete on close seman...Jeremy Allison1998-10-231-5/+10
* include/smb.h: Added #defines for lots of things - makes our code a *lot* eas...Jeremy Allison1998-10-231-3/+44
* the next dialog: user-groups. it's not very sensible what appears, but hey:Luke Leighton1998-10-211-0/+1
* dce/rpcLuke Leighton1998-10-161-1/+2
* implemented unix semantics for rename in smbwrapperAndrew Tridgell1998-10-061-0/+1
* Got very strict about the differences and uses ofJeremy Allison1998-09-291-17/+18
* Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1998-09-281-31/+1
* Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison1998-09-251-148/+8
* added in samr commands. assistance in returning the missing functions,Luke Leighton1998-09-251-0/+3
* added rpcclient programLuke Leighton1998-09-251-37/+168
* Integration of Anders Blomdell <anders.blomdell@control.lth.se>'sJeremy Allison1998-09-241-0/+6
* First cut at kernel oplocks. This should have no effect unless runninJeremy Allison1998-09-231-4/+22
* add a define for SMB_SEARCH_BITS and change comment on FSTYPE_STRINGAndrew Tridgell1998-09-201-0/+3
* configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...Jeremy Allison1998-09-171-4/+14
* configure configure.in: Added tests for fseek64 and ftell64.Jeremy Allison1998-09-171-2/+2
* Fixed problems people were having with creating profileJeremy Allison1998-09-141-0/+10
* Ok - this is the 'expose 64 bit to the clients' checkin.Jeremy Allison1998-09-111-0/+1
* Added ssize_t to configure code.Jeremy Allison1998-09-111-1/+5
* smb.h: Removed fdnum from file_fd_struct. Not needed.Jeremy Allison1998-09-101-1/+0
* Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1998-09-031-6/+6
* configure.in, configure: include/config.h.in: Added stropts and poll.Jeremy Allison1998-08-311-41/+12
* changed the size of a char array in the userdata_struct from 1 to 16Andrew Tridgell1998-08-301-0/+9
* This is the stat cache code - seems to work fine (needs heavyJeremy Allison1998-08-271-0/+8
* use a separate ZERO_ARRAY() macro instead of ZERO_STRUCT() forAndrew Tridgell1998-08-261-0/+1
* changed the default permissions code to do this:Andrew Tridgell1998-08-251-0/+1
* Changed ASSERT macros to SMB_ASSERT macros as some systems alreadyJeremy Allison1998-08-241-2/+2
* added ASSERT() and ASSERT_ARRAY() macros and sprinkled them liberallyAndrew Tridgell1998-08-221-0/+4
* added new smb.conf option "panic action". see my samba-technicalAndrew Tridgell1998-08-211-4/+0
* added a macro ZERO_STRUCT() which is useful for initialisingAndrew Tridgell1998-08-211-0/+3
* now that we have no global arrays we can start to split up the monsterAndrew Tridgell1998-08-171-0/+7
* moved connection_struct handling code into smbd/conn.c and changed itAndrew Tridgell1998-08-171-4/+3
* much cleaner chain pointer handling for both files and pipes.Andrew Tridgell1998-08-171-5/+0
* got rid of the Files[] array completely (previously I'd just made itAndrew Tridgell1998-08-161-1/+0
* server.c: fixed a bug in close_file() with the new files.c handling codeAndrew Tridgell1998-08-161-11/+18
* this checkin gets rid of the global Files[] array and makes it localAndrew Tridgell1998-08-151-17/+20