summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r39: * importing .cvsignore filesGerald Carter34-169/+0
2007-10-10r38: Fix caching of name->sid lookupsVolker Lendecke1-1/+2
2007-10-10r21: Ensure 'net' follows the behaviour of all other samba client tools,Andrew Bartlett1-5/+3
2007-10-10r18: Fix free of incremented pointerSteve French1-5/+4
2004-04-03Fix most of bug #169.Andrew Bartlett6-122/+136
2004-04-03Fix wildcard src with wildcard dest renames.Jeremy Allison1-1/+7
2004-04-03Fix wildcard unlink.Jeremy Allison1-2/+3
2004-04-03Fix typo in check_path_syntax.Jeremy Allison1-1/+1
2004-04-02Fix reply_ctemp - make compatible with w2k3.Jeremy Allison1-4/+12
2004-04-02Fix wildcard identical rename.Jeremy Allison1-0/+8
2004-04-02check_path improvements found by samba4 raw-checkpath tests.Jeremy Allison1-4/+13
2004-04-02Added per-share parameter "store dos attributes". When set, will storeJeremy Allison13-110/+227
2004-04-02Implement NETLOGON GetDCName client side. You can ask a DC for the name ofVolker Lendecke4-0/+179
2004-04-02Fix credential file mountinf for cifs vfsSteve French1-10/+37
2004-04-01"Fixing my FORTRAN". Ensure we always have some valid char converter for theJeremy Allison1-4/+14
2004-04-01BUG 1023: surround get_group_from_gid() with become_unbecome_root() blockGerald Carter1-1/+5
2004-04-01This restructures lib/afs.c so that the token data can be but into aVolker Lendecke5-70/+400
2004-04-01Cosmetic: Fix a const warning.Volker Lendecke1-5/+6
2004-03-31Reformat in preparation for EA dosmode attributes.Jeremy Allison1-123/+125
2004-03-31fix typoHerb Lewis1-2/+2
2004-03-31Apply some constVolker Lendecke2-2/+2
2004-03-31Remove some unused codeVolker Lendecke1-22/+0
2004-03-31Added support for OS/2 EA's in smbd server. Test with smbtorture eatest.Jeremy Allison4-5/+334
2004-03-30Ensure we cope correctly with ea length of zero. Detect torture fail correctly.Jeremy Allison2-0/+18
2004-03-30Merge a fix from HEAD to 3_0Volker Lendecke1-1/+4
2004-03-30Apply some constVolker Lendecke5-14/+14
2004-03-29Committed test code by mistake... removing.Jeremy Allison1-10/+0
2004-03-29Setting EA's to zero length deletes them.Jeremy Allison2-1/+38
2004-03-29Fix get/set of EA's in client library. Added torture test for it.Jeremy Allison2-78/+180
2004-03-29Without words...Volker Lendecke1-1/+1
2004-03-29Some fixes to expand_msdfs module.Volker Lendecke1-2/+9
2004-03-28merge tdb changes from samba4 - this means tdb is now under the LGPL, as disc...Andrew Tridgell3-44/+64
2004-03-27Let the comment match the function...Andrew Bartlett1-2/+1
2004-03-27Revert bogus part of smb signing commit - when Win2k supports singing/SPNEGO,Andrew Bartlett1-1/+1
2004-03-27Add a few comments explaining KEY_EXCHAndrew Bartlett1-4/+7
2004-03-27Based on the detective work of Jianliang Lu <j.lu@tiesse.com>, allow yetAndrew Bartlett5-10/+61
2004-03-27Make it clearer that this error refers to the peer, as this code is in bothAndrew Bartlett1-2/+2
2004-03-27Merge from HEAD the SMB signing patch that I developed a couple of weeksAndrew Bartlett7-62/+101
2004-03-27Ensure we correctly set cli->nt_pipe_fnum on failure to correctly open theAndrew Bartlett1-0/+2
2004-03-27As I raised (without objection) on the mailing list a while back, thisAndrew Bartlett2-9/+1
2004-03-27Working (tested) client code for setting EA's by filename and fnum.Jeremy Allison3-5/+161
2004-03-26Fix bug #1211. Ensure accept socket is in non-blocking state in case of networkJeremy Allison1-1/+10
2004-03-26Move the Client-IP based msdfs target expansion to a VFS module.Volker Lendecke4-135/+197
2004-03-26Always use strchr_m, not strchr on unix character sets.Jeremy Allison1-4/+4
2004-03-26After briefly talking to jerry, commit this:Volker Lendecke1-5/+134
2004-03-26source code fix for bug 1095 -- honor the '-l' optionGerald Carter3-2/+15
2004-03-25Use timegm, or our already existing replacement instead of timezone, asJim McDonough1-1/+1
2004-03-25jra's patch -- fix anonymous self referral code to check that a share is an m...Gerald Carter1-6/+6
2004-03-24Path for bugzilla #1152 from Timur Bakeyev. Allow python modules toTim Potter2-2/+5
2004-03-24fixes for prnadmin.dll APIGerald Carter3-3/+3