summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* 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
* source code fix for bug 1095 -- honor the '-l' optionGerald Carter2004-03-263-2/+15
* Use timegm, or our already existing replacement instead of timezone, asJim McDonough2004-03-251-1/+1
* jra's patch -- fix anonymous self referral code to check that a share is an m...Gerald Carter2004-03-251-6/+6
* Path for bugzilla #1152 from Timur Bakeyev. Allow python modules toTim Potter2004-03-242-2/+5
* fixes for prnadmin.dll APIGerald Carter2004-03-243-3/+3
* Fix bugzilla # 1208Jim McDonough2004-03-246-6/+47
* Added cli_set_ea(), cli_get_ea next...Jeremy Allison2004-03-241-0/+64
* remove unused variableGerald Carter2004-03-221-2/+0
* missed one on BUG 1195; make sure to set the private * to NULLGerald Carter2004-03-221-5/+2
* BUG 1185: use 'winbind cache time' as the reconnect period when seq_num == -1...Gerald Carter2004-03-221-0/+2
* bug 1195: add flag to ADS_STRUCT so we know who owns the main structure's mem...Gerald Carter2004-03-223-9/+35
* Given how often a panic has to do with malloc() problems, don't temptAndrew Bartlett2004-03-211-1/+1
* Fix for #1064 - ensure truncate attribute checking is done correctly on "hidd...Jeremy Allison2004-03-192-5/+28
* BUG 417: fix %UuGg variables expansion in include lines setging the current_u...Gerald Carter2004-03-195-2/+43
* missed some of Derrel's changesGerald Carter2004-03-191-1/+1
* add --with-libdir and --with-mandir (patch from Guenther Deschner)Gerald Carter2004-03-191-2/+34
* bumping version to 3.0.3pre2Gerald Carter2004-03-191-1/+1
* updating release notes & merging Derrel Lipman's libsmbclient patch from HEADGerald Carter2004-03-195-118/+547
* backport from headSimo Sorce2004-03-191-0/+3
* Fix gcc warnings. Fix mkproto with new type.Jeremy Allison2004-03-192-11/+12
* Merge from HEAD for Amanda group.Jeremy Allison2004-03-182-2/+16
* Password lockout for LDAP backend. Caches autolock flag, bad count, andJim McDonough2004-03-186-2/+308