Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r21: Ensure 'net' follows the behaviour of all other samba client tools, | Andrew Bartlett | 1 | -5/+3 |
2007-10-10 | r18: Fix free of incremented pointer | Steve French | 1 | -5/+4 |
2004-04-03 | Fix most of bug #169. | Andrew Bartlett | 6 | -122/+136 |
2004-04-03 | Fix wildcard src with wildcard dest renames. | Jeremy Allison | 1 | -1/+7 |
2004-04-03 | Fix wildcard unlink. | Jeremy Allison | 1 | -2/+3 |
2004-04-03 | Fix typo in check_path_syntax. | Jeremy Allison | 1 | -1/+1 |
2004-04-02 | Fix reply_ctemp - make compatible with w2k3. | Jeremy Allison | 1 | -4/+12 |
2004-04-02 | Fix wildcard identical rename. | Jeremy Allison | 1 | -0/+8 |
2004-04-02 | check_path improvements found by samba4 raw-checkpath tests. | Jeremy Allison | 1 | -4/+13 |
2004-04-02 | Added per-share parameter "store dos attributes". When set, will store | Jeremy Allison | 13 | -110/+227 |
2004-04-02 | Implement NETLOGON GetDCName client side. You can ask a DC for the name of | Volker Lendecke | 4 | -0/+179 |
2004-04-02 | Fix credential file mountinf for cifs vfs | Steve French | 1 | -10/+37 |
2004-04-01 | "Fixing my FORTRAN". Ensure we always have some valid char converter for the | Jeremy Allison | 1 | -4/+14 |
2004-04-01 | BUG 1023: surround get_group_from_gid() with become_unbecome_root() block | Gerald Carter | 1 | -1/+5 |
2004-04-01 | This restructures lib/afs.c so that the token data can be but into a | Volker Lendecke | 5 | -70/+400 |
2004-04-01 | Cosmetic: Fix a const warning. | Volker Lendecke | 1 | -5/+6 |
2004-03-31 | Reformat in preparation for EA dosmode attributes. | Jeremy Allison | 1 | -123/+125 |
2004-03-31 | fix typo | Herb Lewis | 1 | -2/+2 |
2004-03-31 | Apply some const | Volker Lendecke | 2 | -2/+2 |
2004-03-31 | Remove some unused code | Volker Lendecke | 1 | -22/+0 |
2004-03-31 | Added support for OS/2 EA's in smbd server. Test with smbtorture eatest. | Jeremy Allison | 4 | -5/+334 |
2004-03-30 | Ensure we cope correctly with ea length of zero. Detect torture fail correctly. | Jeremy Allison | 2 | -0/+18 |
2004-03-30 | Merge a fix from HEAD to 3_0 | Volker Lendecke | 1 | -1/+4 |
2004-03-30 | Apply some const | Volker Lendecke | 5 | -14/+14 |
2004-03-29 | Committed test code by mistake... removing. | Jeremy Allison | 1 | -10/+0 |
2004-03-29 | Setting EA's to zero length deletes them. | Jeremy Allison | 2 | -1/+38 |
2004-03-29 | Fix get/set of EA's in client library. Added torture test for it. | Jeremy Allison | 2 | -78/+180 |
2004-03-29 | Without words... | Volker Lendecke | 1 | -1/+1 |
2004-03-29 | Some fixes to expand_msdfs module. | Volker Lendecke | 1 | -2/+9 |
2004-03-28 | merge tdb changes from samba4 - this means tdb is now under the LGPL, as disc... | Andrew Tridgell | 3 | -44/+64 |
2004-03-27 | Let the comment match the function... | Andrew Bartlett | 1 | -2/+1 |
2004-03-27 | Revert bogus part of smb signing commit - when Win2k supports singing/SPNEGO, | Andrew Bartlett | 1 | -1/+1 |
2004-03-27 | Add a few comments explaining KEY_EXCH | Andrew Bartlett | 1 | -4/+7 |
2004-03-27 | Based on the detective work of Jianliang Lu <j.lu@tiesse.com>, allow yet | Andrew Bartlett | 5 | -10/+61 |
2004-03-27 | Make it clearer that this error refers to the peer, as this code is in both | Andrew Bartlett | 1 | -2/+2 |
2004-03-27 | Merge from HEAD the SMB signing patch that I developed a couple of weeks | Andrew Bartlett | 7 | -62/+101 |
2004-03-27 | Ensure we correctly set cli->nt_pipe_fnum on failure to correctly open the | Andrew Bartlett | 1 | -0/+2 |
2004-03-27 | As I raised (without objection) on the mailing list a while back, this | Andrew Bartlett | 2 | -9/+1 |
2004-03-27 | Working (tested) client code for setting EA's by filename and fnum. | Jeremy Allison | 3 | -5/+161 |
2004-03-26 | Fix bug #1211. Ensure accept socket is in non-blocking state in case of network | Jeremy Allison | 1 | -1/+10 |
2004-03-26 | Move the Client-IP based msdfs target expansion to a VFS module. | Volker Lendecke | 4 | -135/+197 |
2004-03-26 | Always use strchr_m, not strchr on unix character sets. | Jeremy Allison | 1 | -4/+4 |
2004-03-26 | After briefly talking to jerry, commit this: | Volker Lendecke | 1 | -5/+134 |
2004-03-26 | source code fix for bug 1095 -- honor the '-l' option | Gerald Carter | 3 | -2/+15 |
2004-03-25 | Use timegm, or our already existing replacement instead of timezone, as | Jim McDonough | 1 | -1/+1 |
2004-03-25 | jra's patch -- fix anonymous self referral code to check that a share is an m... | Gerald Carter | 1 | -6/+6 |
2004-03-24 | Path for bugzilla #1152 from Timur Bakeyev. Allow python modules to | Tim Potter | 2 | -2/+5 |
2004-03-24 | fixes for prnadmin.dll API | Gerald Carter | 3 | -3/+3 |
2004-03-24 | Fix bugzilla # 1208 | Jim McDonough | 6 | -6/+47 |
2004-03-24 | Added cli_set_ea(), cli_get_ea next... | Jeremy Allison | 1 | -0/+64 |