Age | Commit message (Expand) | Author | Files | Lines |
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 |
2003-06-25 | fix build on non-ldap platforms | Gerald Carter | 1 | -0/+3 |
2003-06-25 | large change: | Gerald Carter | 1 | -0/+8 |
2003-06-06 | - the 8.3 name in BOTH_DIRECTORY_INFO is supposed to be always unicode | Andrew Tridgell | 1 | -0/+1 |
2003-05-12 | And finally IDMAP in 3_0 | Simo Sorce | 1 | -122/+8 |
2003-05-12 | Add NT quota support. Patch from Stefan (metze) Metzemacher | Alexander Bokovoy | 1 | -0/+2 |
2003-05-11 | Fix VFS layer: | Alexander Bokovoy | 1 | -12/+6 |
2003-05-06 | Patch from metze to add exit and interval events. Useful for modules | Jelmer Vernooij | 1 | -3/+0 |
2003-04-30 | Trailing , is non-standard (warning from IRIX) | Andrew Bartlett | 1 | -2/+2 |
2003-04-28 | Use NTSTATUS as return value for smb_register_*() functions and init_module() | Jelmer Vernooij | 1 | -1/+1 |
2003-04-28 | Whitespace syncup. | Tim Potter | 1 | -4/+4 |
2003-04-24 | Irix CC reminds us that this is non-standard. | Andrew Bartlett | 1 | -2/+2 |
2003-04-21 | Header updates for smb signing merge | Andrew Bartlett | 1 | -3/+4 |
2003-04-15 | merge in metze' smbcquotas patch from HEAD | Gerald Carter | 1 | -25/+42 |
2003-04-14 | Add some more functions for the modules (backport from HEAD): | Jelmer Vernooij | 1 | -1/+1 |
2003-04-14 | Merge new popt_common.h include file. | Tim Potter | 1 | -15/+9 |
2003-04-14 | Merge of new sid type (SID_NAME_COMPUTER) and tidyup. | Tim Potter | 1 | -1/+0 |
2003-04-14 | Merge of rpcecho pipe for testing large dcerpc requests and responses. | Tim Potter | 1 | -1/+3 |
2003-04-09 | This is the netlogon schannel client code. Try a | Volker Lendecke | 1 | -0/+2 |
2003-03-12 | adding some initiaial code to sert %a to Win2K3 (using Native LanMan string f... | Gerald Carter | 1 | -1/+1 |
2003-03-07 | Extra const committed by mistake - revert. | Jeremy Allison | 1 | -1/+1 |
2003-03-07 | Patch from Michael Steffens. In his own words : | Jeremy Allison | 1 | -1/+1 |
2003-02-27 | additional fix for CR 601 | Gerald Carter | 1 | -1/+1 |
2003-02-27 | Fix to allow blocking lock notification to be done rapidly (no wait | Jeremy Allison | 1 | -1/+1 |
2003-02-24 | Merge of server-side authentication changes to 3.0: | Andrew Bartlett | 1 | -0/+2 |
2003-02-01 | Merge of signed/unsigned fixes from HEAD. | Andrew Bartlett | 1 | -1/+1 |