summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2003-07-25Schannel, once setup, may be used on *ANY* TCP/IP connection until theAndrew Bartlett2-36/+83
2003-07-25Make wbinfo -p work again. Fixes bug 251.Tim Potter1-1/+1
2003-07-25Jean-Baptiste Marchand on the ethereal list used some auditing tricks toTim Potter1-10/+10
2003-07-24More printf fixes - size_t is long on some architectures.Tim Potter15-26/+26
2003-07-24Fix from matt.zinkevicius@hp.com to stop files being created on read-onlyJeremy Allison1-0/+1
2003-07-24Fix packet signing with asynchronous oplock breaks. Removed bad error messageJeremy Allison3-10/+75
2003-07-24Add a macro to check whether module-specific data set already or not. Returns...Alexander Bokovoy1-0/+3
2003-07-24Rise debug level to 5 for not-found-nt-quota message (quota setting for user ...Alexander Bokovoy1-1/+1
2003-07-24Some fclose -> x_fclose found by Tony Jago.Jeremy Allison1-2/+2
2003-07-24Ensure everywhere we defer an incoming SMB request (blocking lock queue,Jeremy Allison4-250/+256
2003-07-24SMB signing is now working with change notify. Need to fix the disconnectJeremy Allison3-19/+31
2003-07-24Server side NTLM signing works - until the first async packet. Working on thisJeremy Allison3-25/+122
2003-07-24Some more [ug]id_t printf fixes.Tim Potter1-4/+4
2003-07-23Ensure a prototype is generated for smb_snprintf()Tim Potter1-1/+1
2003-07-23connect to the right realm or domain for trusted AD domainsGerald Carter1-8/+4
2003-07-23convert snprintf() calls using pstrings & fstringsGerald Carter25-87/+80
2003-07-23fixed segv in calls to pstrcpy() in cliprint.cAndrew Tridgell1-6/+6
2003-07-23Fix out of date comment.Tim Potter1-2/+1
2003-07-23Move a function to avoid a warning.Tim Potter1-24/+24
2003-07-23Typo in comment.Tim Potter1-1/+1
2003-07-23Don't check in two places for signing turned off...Jeremy Allison1-3/+0
2003-07-23A fix for bug 174. I'm pushing this to the tree to test it on one ofTim Potter2-4/+10
2003-07-23Fix two memory leaks in the smb module:Tim Potter1-1/+7
2003-07-22removing unused functionGerald Carter1-43/+0
2003-07-22bumping version stringGerald Carter1-1/+1
2003-07-22Fix commentAlexander Bokovoy1-3/+3
2003-07-22Another round of uid/gid/pid format string changes I missed theTim Potter7-13/+15
2003-07-22Fixup a bunch of printf-style functions and debugs to use unsigned long whenTim Potter26-148/+172
2003-07-22Use %p for a pointer type in a printf-style format string. Also castingTim Potter1-1/+1
2003-07-22Replace the eight (!) copies of dummy become/unbecome root with a single one.Tim Potter10-97/+43
2003-07-22Use lp_idmap_[ug]id() instead of lp_winbind_[ug]id()Tim Potter1-3/+3
2003-07-21Metze's AD/LDAP detection patches mainly to do with library detection.Tim Potter3-197/+326
2003-07-21Clarify a debug log a little. The path might not exist, so say so.Richard Sharpe1-1/+1
2003-07-20This creates passdb backend files automatically when adding first account.Rafal Szczesniak2-3/+38
2003-07-20Typo fixes.Rafal Szczesniak1-1/+1
2003-07-19Fix memleakVolker Lendecke1-3/+3
2003-07-19Fix StrCaseCmp() to avoid calling smb_panic() on invalid multibyte strings.Andrew Bartlett1-11/+24
2003-07-19According to the result of voting, net has default debug level withRafal Szczesniak1-3/+12
2003-07-18Fix memleakVolker Lendecke1-1/+1
2003-07-18Fix two memleaks in pdb_ldap.c.Volker Lendecke2-1/+13
2003-07-18make sure we don't allow the creation of directories containingAndrew Tridgell1-1/+5
2003-07-18this fixes a bug where Samba would under some circumstances returnAndrew Tridgell1-1/+7
2003-07-18Uninstall modules as part of uninstall. Partial fix for 236.Tim Potter1-1/+1
2003-07-18fixed the pstrcpy() bug in directory recursion properlyAndrew Tridgell1-1/+2
2003-07-18Signing so far... the client code fails on a SMBtrans2 secondary transactionJeremy Allison6-72/+159
2003-07-17Formatting tidyups to match the rest of the source.Jeremy Allison1-23/+33
2003-07-17Disconnect an idle LDAP connection after 150 seconds.Volker Lendecke2-1/+46
2003-07-17Ban getgrouplist on linux glibc systems with glibc <= 2.3.Volker Lendecke1-1/+33
2003-07-17Fix for bug 222 from Marcin Owsiany.Tim Potter1-0/+5
2003-07-17Don't use pstrcpy on non-pstrings.Tim Potter1-1/+1