summaryrefslogtreecommitdiffstats
path: root/source3/include/smb.h
Commit message (Expand)AuthorAgeFilesLines
...
* r6172: Tidy up error processing significantly. Remove unix_ERR_XXX global nas...Jeremy Allison2007-10-101-15/+8
* r6152: Correctly check OpenX open modes.Jeremy Allison2007-10-101-0/+1
* r6141: Fix OS/2 EA's for NTcreate. OpenX and mkdir to follow.Jeremy Allison2007-10-101-0/+5
* r6014: rather large change set....Gerald Carter2007-10-101-1/+6
* r5953: more compiler cleanups; moved SID_LIST from smb.h to privileges.c to c...Gerald Carter2007-10-101-4/+0
* r5731: Get delayed write semantics closer to W2K3. We need to store 2 times.Jeremy Allison2007-10-101-0/+2
* r5639: update smb.h with missing definesSteve French2007-10-101-0/+3
* r5203: additional changes for BUG 2291 to restrict who can join a BDC and add...Gerald Carter2007-10-101-1/+1
* r5152: Restructure the directory handling code, stop using void * pointersJeremy Allison2007-10-101-1/+3
* r5056: * correct STANDARD_RIGHTS_WRITE_ACCESS bitmask defineGerald Carter2007-10-101-1/+1
* r4805: Last planned change to the privileges infrastructure:Gerald Carter2007-10-101-1/+1
* r4724: Add support for Windows privileges in Samba 3.0Gerald Carter2007-10-101-0/+6
* r4651: Add "refuse machine password change" policy field. This update will justJim McDonough2007-10-101-1/+1
* r4514: Fix for bugzilla 1770. Remove READ_ATTRIBUTES from GENERIC_EXECUTE, o...Jim McDonough2007-10-101-1/+1
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-4/+1
* r3050: Steal from Samba4 :-). Make us pass most of the new lock tests (except...Jeremy Allison2007-10-101-2/+1
* r2114: Shameless theft of iconv commit from Samba4 to keep the two libs more ...Jeremy Allison2007-10-101-3/+3
* r1661: Changed the password history format so that each history entryJeremy Allison2007-10-101-0/+5
* r1154: Change default setting for case sensitivity to "auto". If set to autoJeremy Allison2007-10-101-1/+2
* r1085: Now it's had some proper user testing, merge in the deferred open fix....Jeremy Allison2007-10-101-19/+43
* r570: Remove lots of globals to handle case issues - move themJeremy Allison2007-10-101-0/+5
* r248: Add support for printing out the MAC address on nmblookup.Richard Sharpe2007-10-101-0/+6
* r242: adding 'cups options' parameter to allow raw printing without changing ...Gerald Carter2007-10-101-1/+1
* r155: real for for BUG 761 -- allow printing parameter to set defaults on a p...Gerald Carter2007-10-101-1/+1
* r76: Fix smbfs problem with Tree Disconnect issued before smbfs starts its work.Alexander Bokovoy2007-10-101-0/+1
* Added per-share parameter "store dos attributes". When set, will storeJeremy Allison2004-04-021-0/+3
* Added support for OS/2 EA's in smbd server. Test with smbtorture eatest.Jeremy Allison2004-03-311-0/+2
* Merge from HEAD the SMB signing patch that I developed a couple of weeksAndrew Bartlett2004-03-271-1/+2
* Working (tested) client code for setting EA's by filename and fnum.Jeremy Allison2004-03-271-0/+6
* Use "unix netbios name" type unstring - 64 bytes long to manipulate netbiosJeremy Allison2004-03-151-0/+3
* First part of patch from moriyama@miraclelinux.com (MORIYAMA Masayuki) toJeremy Allison2004-03-131-1/+2
* Use a common function to parse all pathnames from the wire. This allowsJeremy Allison2004-03-031-0/+6
* Figured out a new flags bit with gentest and ethereal....Jeremy Allison2004-02-251-0/+1
* Added NTrename SMB (0xA5) - how did we miss this.... ?Jeremy Allison2004-02-241-0/+1
* Fixup the 'multiple-vuids' bugs.Jeremy Allison2004-02-131-10/+19
* Remove more unused portions of the 'password cache'.Andrew Bartlett2004-02-081-13/+0
* bug 770; correct fix this time; Make sure that we send the SMBjobid for unix...Gerald Carter2004-01-141-1/+2
* Changes all over the shop, but all towards:Andrew Bartlett2003-11-221-1/+1
* Add initshutdown pipe commands to rpcclient. Second part of fix to bugJim McDonough2003-10-241-1/+3
* Half-way though the big conversion of all nmbd access to wire elements beingJeremy Allison2003-08-231-2/+4
* struct nmb_name should have 16 byte namestrings, not 17.Jeremy Allison2003-08-221-3/+3
* Implement SMBexit properly. Found by Samba4 tester. You must do a makeJeremy Allison2003-08-191-0/+1
* Fix SMBseek and get/set position information SMBs. Works againstJeremy Allison2003-08-141-0/+1
* Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison2003-07-301-0/+1
* Corrected description of SWAT FLAGS since they have changed as a result of theJohn Terpstra2003-07-281-5/+4
* Clarified what the SWAT FLAGS mean and what they do.John Terpstra2003-07-271-3/+5
* Fix packet signing with asynchronous oplock breaks. Removed bad error messageJeremy Allison2003-07-241-3/+1
* Refactor signing code to remove most dependencies on 'struct cli'.Jeremy Allison2003-07-161-0/+14
* Added the "required" keyword to the "client signing" parameter to force itJeremy Allison2003-07-151-0/+1
* fix build on non-ldap platformsGerald Carter2003-06-251-0/+3