summaryrefslogtreecommitdiffstats
path: root/source3/include/smb.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* configure: Changes for extra headers.Jeremy Allison1998-08-151-1/+1
* this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1998-08-141-84/+100
* include/smb.h: Removed dir_ptr. Not needed.Jeremy Allison1998-08-111-4/+1
* I've come up with a different scheme for doing the DEBUG() and DEBUGADD()Christopher R. Hertel1998-08-111-0/+14
* Removed a stray semicolon in the DEBUGADD() macro.Christopher R. Hertel1998-08-111-5/+5
* Makefile.in: Fixed make clean bug with CVS directory in bin/.Jeremy Allison1998-08-101-2/+2
* removed the if statements from the DEBUG() macro definitions.Andrew Tridgell1998-08-091-4/+4
* First implementation of ChangeNotify - this version only checksJeremy Allison1998-08-031-2/+13
* This is the checkin of the debug changes.Christopher R. Hertel1998-07-311-9/+59
* Makefile.in: Moved UBIQX stuff into UTILOBJ.Jeremy Allison1998-07-301-2/+16
* get rid of the runtime test for broken getgroups() and add a compileAndrew Tridgell1998-07-291-9/+6
* merge from the autoconf2 branch to the main branchAndrew Tridgell1998-07-291-27/+12
* chgpasswd.c: Fixed up debug calls to stop crashes if ptsname failed.Jeremy Allison1998-07-271-3/+0
* Fixed bug found by Richard Sharpe. After increasing files_struct size byJeremy Allison1998-07-221-1/+1
* Code added to fix the renaming of a directory under NT SMB calls.Jeremy Allison1998-07-171-9/+10
* Makefile: Added nttrans.oJeremy Allison1998-07-161-5/+19
* nntrans.c: Fully implemented transact rename.Jeremy Allison1998-07-111-0/+3
* NT SMB trans reply code.Jeremy Allison1998-07-091-0/+10
* includes.h: AIX fix.Jeremy Allison1998-07-011-0/+8
* nttrans.c: More code towards NT protocol.Jeremy Allison1998-06-301-6/+12