summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* r59: revert session key problemAndrew Tridgell2007-10-101-2/+2
* r53: Remove modifyTimestamp from list of our attributes. We just check it forJim McDonough2007-10-103-7/+4
* r50: Fix bug 1139 as per fix suggested by jdev@panix.com,Jeremy Allison2007-10-101-3/+3
* r49: Support SMB signing on connections using only theAndrew Bartlett2007-10-101-8/+4
* r48: Fix types for debug message parameters.Jeremy Allison2007-10-101-2/+2
* r39: * importing .cvsignore filesGerald Carter2007-10-1034-169/+0
* r38: Fix caching of name->sid lookupsVolker Lendecke2007-10-101-1/+2
* r21: Ensure 'net' follows the behaviour of all other samba client tools,Andrew Bartlett2007-10-101-5/+3
* r18: Fix free of incremented pointerSteve French2007-10-101-5/+4
* Fix most of bug #169.Andrew Bartlett2004-04-036-122/+136
* Fix wildcard src with wildcard dest renames.Jeremy Allison2004-04-031-1/+7
* Fix wildcard unlink.Jeremy Allison2004-04-031-2/+3
* Fix typo in check_path_syntax.Jeremy Allison2004-04-031-1/+1
* Fix reply_ctemp - make compatible with w2k3.Jeremy Allison2004-04-021-4/+12
* Fix wildcard identical rename.Jeremy Allison2004-04-021-0/+8
* check_path improvements found by samba4 raw-checkpath tests.Jeremy Allison2004-04-021-4/+13
* Added per-share parameter "store dos attributes". When set, will storeJeremy Allison2004-04-0213-110/+227
* Implement NETLOGON GetDCName client side. You can ask a DC for the name ofVolker Lendecke2004-04-024-0/+179
* Fix credential file mountinf for cifs vfsSteve French2004-04-021-10/+37
* "Fixing my FORTRAN". Ensure we always have some valid char converter for theJeremy Allison2004-04-011-4/+14
* BUG 1023: surround get_group_from_gid() with become_unbecome_root() blockGerald Carter2004-04-011-1/+5
* This restructures lib/afs.c so that the token data can be but into aVolker Lendecke2004-04-015-70/+400
* Cosmetic: Fix a const warning.Volker Lendecke2004-04-011-5/+6
* Reformat in preparation for EA dosmode attributes.Jeremy Allison2004-03-311-123/+125
* fix typoHerb Lewis2004-03-311-2/+2
* Apply some constVolker Lendecke2004-03-312-2/+2
* Remove some unused codeVolker Lendecke2004-03-311-22/+0
* Added support for OS/2 EA's in smbd server. Test with smbtorture eatest.Jeremy Allison2004-03-314-5/+334
* Ensure we cope correctly with ea length of zero. Detect torture fail correctly.Jeremy Allison2004-03-302-0/+18
* Merge a fix from HEAD to 3_0Volker Lendecke2004-03-301-1/+4
* Apply some constVolker Lendecke2004-03-305-14/+14
* Committed test code by mistake... removing.Jeremy Allison2004-03-291-10/+0
* Setting EA's to zero length deletes them.Jeremy Allison2004-03-292-1/+38
* Fix get/set of EA's in client library. Added torture test for it.Jeremy Allison2004-03-292-78/+180
* Without words...Volker Lendecke2004-03-291-1/+1
* Some fixes to expand_msdfs module.Volker Lendecke2004-03-291-2/+9
* merge tdb changes from samba4 - this means tdb is now under the LGPL, as disc...Andrew Tridgell2004-03-283-44/+64
* Let the comment match the function...Andrew Bartlett2004-03-271-2/+1
* Revert bogus part of smb signing commit - when Win2k supports singing/SPNEGO,Andrew Bartlett2004-03-271-1/+1
* Add a few comments explaining KEY_EXCHAndrew Bartlett2004-03-271-4/+7
* Based on the detective work of Jianliang Lu <j.lu@tiesse.com>, allow yetAndrew Bartlett2004-03-275-10/+61
* Make it clearer that this error refers to the peer, as this code is in bothAndrew Bartlett2004-03-271-2/+2
* Merge from HEAD the SMB signing patch that I developed a couple of weeksAndrew Bartlett2004-03-277-62/+101
* Ensure we correctly set cli->nt_pipe_fnum on failure to correctly open theAndrew Bartlett2004-03-271-0/+2
* As I raised (without objection) on the mailing list a while back, thisAndrew Bartlett2004-03-272-9/+1
* Working (tested) client code for setting EA's by filename and fnum.Jeremy Allison2004-03-273-5/+161
* Fix bug #1211. Ensure accept socket is in non-blocking state in case of networkJeremy Allison2004-03-261-1/+10
* Move the Client-IP based msdfs target expansion to a VFS module.Volker Lendecke2004-03-264-135/+197
* Always use strchr_m, not strchr on unix character sets.Jeremy Allison2004-03-261-4/+4
* After briefly talking to jerry, commit this:Volker Lendecke2004-03-261-5/+134