Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r6263: Get rid of generate_wellknown_sids, they are const static and initiali... | Volker Lendecke | 1 | -0/+22 |
2007-10-10 | r6172: Tidy up error processing significantly. Remove unix_ERR_XXX global nas... | Jeremy Allison | 1 | -15/+8 |
2007-10-10 | r6152: Correctly check OpenX open modes. | Jeremy Allison | 1 | -0/+1 |
2007-10-10 | r6141: Fix OS/2 EA's for NTcreate. OpenX and mkdir to follow. | Jeremy Allison | 1 | -0/+5 |
2007-10-10 | r6014: rather large change set.... | Gerald Carter | 1 | -1/+6 |
2007-10-10 | r5953: more compiler cleanups; moved SID_LIST from smb.h to privileges.c to c... | Gerald Carter | 1 | -4/+0 |
2007-10-10 | r5731: Get delayed write semantics closer to W2K3. We need to store 2 times. | Jeremy Allison | 1 | -0/+2 |
2007-10-10 | r5639: update smb.h with missing defines | Steve French | 1 | -0/+3 |
2007-10-10 | r5203: additional changes for BUG 2291 to restrict who can join a BDC and add... | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r5152: Restructure the directory handling code, stop using void * pointers | Jeremy Allison | 1 | -1/+3 |
2007-10-10 | r5056: * correct STANDARD_RIGHTS_WRITE_ACCESS bitmask define | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r4805: Last planned change to the privileges infrastructure: | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r4724: Add support for Windows privileges in Samba 3.0 | Gerald Carter | 1 | -0/+6 |
2007-10-10 | r4651: Add "refuse machine password change" policy field. This update will just | Jim McDonough | 1 | -1/+1 |
2007-10-10 | r4514: Fix for bugzilla 1770. Remove READ_ATTRIBUTES from GENERIC_EXECUTE, o... | Jim McDonough | 1 | -1/+1 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -4/+1 |
2007-10-10 | r3050: Steal from Samba4 :-). Make us pass most of the new lock tests (except... | Jeremy Allison | 1 | -2/+1 |
2007-10-10 | r2114: Shameless theft of iconv commit from Samba4 to keep the two libs more ... | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r1661: Changed the password history format so that each history entry | Jeremy Allison | 1 | -0/+5 |
2007-10-10 | r1154: Change default setting for case sensitivity to "auto". If set to auto | Jeremy Allison | 1 | -1/+2 |
2007-10-10 | r1085: Now it's had some proper user testing, merge in the deferred open fix.... | Jeremy Allison | 1 | -19/+43 |
2007-10-10 | r570: Remove lots of globals to handle case issues - move them | Jeremy Allison | 1 | -0/+5 |
2007-10-10 | r248: Add support for printing out the MAC address on nmblookup. | Richard Sharpe | 1 | -0/+6 |
2007-10-10 | r242: adding 'cups options' parameter to allow raw printing without changing ... | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r155: real for for BUG 761 -- allow printing parameter to set defaults on a p... | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r76: Fix smbfs problem with Tree Disconnect issued before smbfs starts its work. | Alexander Bokovoy | 1 | -0/+1 |
2004-04-02 | Added per-share parameter "store dos attributes". When set, will store | Jeremy Allison | 1 | -0/+3 |
2004-03-31 | Added support for OS/2 EA's in smbd server. Test with smbtorture eatest. | Jeremy Allison | 1 | -0/+2 |
2004-03-27 | Merge from HEAD the SMB signing patch that I developed a couple of weeks | Andrew Bartlett | 1 | -1/+2 |
2004-03-27 | Working (tested) client code for setting EA's by filename and fnum. | Jeremy Allison | 1 | -0/+6 |
2004-03-15 | Use "unix netbios name" type unstring - 64 bytes long to manipulate netbios | Jeremy Allison | 1 | -0/+3 |
2004-03-13 | First part of patch from moriyama@miraclelinux.com (MORIYAMA Masayuki) to | Jeremy Allison | 1 | -1/+2 |
2004-03-03 | Use a common function to parse all pathnames from the wire. This allows | Jeremy Allison | 1 | -0/+6 |
2004-02-25 | Figured out a new flags bit with gentest and ethereal.... | Jeremy Allison | 1 | -0/+1 |
2004-02-24 | Added NTrename SMB (0xA5) - how did we miss this.... ? | Jeremy Allison | 1 | -0/+1 |
2004-02-13 | Fixup the 'multiple-vuids' bugs. | Jeremy Allison | 1 | -10/+19 |
2004-02-08 | Remove more unused portions of the 'password cache'. | Andrew Bartlett | 1 | -13/+0 |
2004-01-14 | bug 770; correct fix this time; Make sure that we send the SMBjobid for unix... | Gerald Carter | 1 | -1/+2 |
2003-11-22 | Changes all over the shop, but all towards: | Andrew Bartlett | 1 | -1/+1 |
2003-10-24 | Add initshutdown pipe commands to rpcclient. Second part of fix to bug | Jim McDonough | 1 | -1/+3 |
2003-08-23 | Half-way though the big conversion of all nmbd access to wire elements being | Jeremy Allison | 1 | -2/+4 |
2003-08-22 | struct nmb_name should have 16 byte namestrings, not 17. | Jeremy Allison | 1 | -3/+3 |
2003-08-19 | Implement SMBexit properly. Found by Samba4 tester. You must do a make | Jeremy Allison | 1 | -0/+1 |
2003-08-14 | Fix SMBseek and get/set position information SMBs. Works against | Jeremy Allison | 1 | -0/+1 |
2003-07-30 | Add a command line option (-S on|off|required) to enable signing on client | Jeremy Allison | 1 | -0/+1 |
2003-07-28 | Corrected description of SWAT FLAGS since they have changed as a result of the | John Terpstra | 1 | -5/+4 |
2003-07-27 | Clarified what the SWAT FLAGS mean and what they do. | John Terpstra | 1 | -3/+5 |
2003-07-24 | Fix packet signing with asynchronous oplock breaks. Removed bad error message | Jeremy Allison | 1 | -3/+1 |
2003-07-16 | Refactor signing code to remove most dependencies on 'struct cli'. | Jeremy Allison | 1 | -0/+14 |
2003-07-15 | Added the "required" keyword to the "client signing" parameter to force it | Jeremy Allison | 1 | -0/+1 |