summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2004-03-24Fix bugzilla # 1208Jim McDonough6-6/+47
2004-03-24Added cli_set_ea(), cli_get_ea next...Jeremy Allison1-0/+64
2004-03-22remove unused variableGerald Carter1-2/+0
2004-03-22missed one on BUG 1195; make sure to set the private * to NULLGerald Carter1-5/+2
2004-03-22BUG 1185: use 'winbind cache time' as the reconnect period when seq_num == -1...Gerald Carter1-0/+2
2004-03-22bug 1195: add flag to ADS_STRUCT so we know who owns the main structure's mem...Gerald Carter3-9/+35
2004-03-21Given how often a panic has to do with malloc() problems, don't temptAndrew Bartlett1-1/+1
2004-03-19Fix for #1064 - ensure truncate attribute checking is done correctly on "hidd...Jeremy Allison2-5/+28
2004-03-19BUG 417: fix %UuGg variables expansion in include lines setging the current_u...Gerald Carter5-2/+43
2004-03-19missed some of Derrel's changesGerald Carter1-1/+1
2004-03-19add --with-libdir and --with-mandir (patch from Guenther Deschner)Gerald Carter1-2/+34
2004-03-19bumping version to 3.0.3pre2Gerald Carter1-1/+1
2004-03-19updating release notes & merging Derrel Lipman's libsmbclient patch from HEADGerald Carter5-118/+547
2004-03-19backport from headSimo Sorce1-0/+3
2004-03-19Fix gcc warnings. Fix mkproto with new type.Jeremy Allison2-11/+12
2004-03-18Merge from HEAD for Amanda group.Jeremy Allison2-2/+16
2004-03-18Password lockout for LDAP backend. Caches autolock flag, bad count, andJim McDonough6-2/+308
2004-03-18BUG 932: ulrich@holeschak.de (Ulrich Holeschak); fix local password change us...Gerald Carter1-1/+1
2004-03-18Correctness patch from fumiya@miraclelinux.com to count characters correctly,Jeremy Allison1-0/+3
2004-03-18Fix sambaUserWorkstations for network samlogons against us as DC. StripVolker Lendecke1-1/+9
2004-03-18Two little annoyances:Volker Lendecke2-3/+2
2004-03-18Added a varient of Volker's patch to fix the "self-referrals as anonymous user"Jeremy Allison1-19/+49
2004-03-17Remove excess logging when probing for the length of the next mb char.Jeremy Allison2-13/+20
2004-03-17asu/syntax/pc_netlink doesn't fill in the pipe name in the rpc_bind response ...Gerald Carter1-0/+2
2004-03-17Change check_path_syntax() to use the new next_mb_char_size() functionJeremy Allison2-43/+17
2004-03-16Add function next_mb_char_size() that returns a size_t of the number ofJeremy Allison2-0/+25
2004-03-16fix overlapping memory bug when copying usernameGerald Carter1-2/+5
2004-03-16BUG 979 -- fix quota display on AIX; patch from Heinrich.Mislik@univie.ac.at ...Gerald Carter1-0/+4
2004-03-16BUG 1182: patch from john.klinger@lmco.com (John Klinger) to reanable the -...Gerald Carter2-2/+4
2004-03-16Fix check_path_syntax() for multibyte encodings which have no '\' as second b...Alexander Bokovoy2-1/+23
2004-03-16merging print change notify fix from HP appliance. Also might address some o...Gerald Carter2-80/+16
2004-03-16BUG 1165, 1126: Fix bug with secondary groups (security = ads) and winbind us...Gerald Carter4-76/+96
2004-03-16Avoid mb conversion overflow when sending an announcement.Jeremy Allison1-1/+4