summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Ensure everywhere we defer an incoming SMB request (blocking lock queue,Jeremy Allison2003-07-244-250/+256
* SMB signing is now working with change notify. Need to fix the disconnectJeremy Allison2003-07-243-19/+31
* Server side NTLM signing works - until the first async packet. Working on thisJeremy Allison2003-07-243-25/+122
* Some more [ug]id_t printf fixes.Tim Potter2003-07-241-4/+4
* Ensure a prototype is generated for smb_snprintf()Tim Potter2003-07-231-1/+1
* connect to the right realm or domain for trusted AD domainsGerald Carter2003-07-231-8/+4
* fix typoGerald Carter2003-07-231-2/+2
* convert snprintf() calls using pstrings & fstringsGerald Carter2003-07-2325-87/+80
* fixed segv in calls to pstrcpy() in cliprint.cAndrew Tridgell2003-07-231-6/+6
* Fix out of date comment.Tim Potter2003-07-231-2/+1
* Move a function to avoid a warning.Tim Potter2003-07-231-24/+24
* Typo in comment.Tim Potter2003-07-231-1/+1
* Don't check in two places for signing turned off...Jeremy Allison2003-07-231-3/+0
* A fix for bug 174. I'm pushing this to the tree to test it on one ofTim Potter2003-07-232-4/+10
* Fix two memory leaks in the smb module:Tim Potter2003-07-231-1/+7
* removing unused functionGerald Carter2003-07-221-43/+0
* bumping version stringGerald Carter2003-07-221-1/+1
* Fix commentAlexander Bokovoy2003-07-221-3/+3
* sync from bea3 releaseGerald Carter2003-07-221-2/+45
* Another round of uid/gid/pid format string changes I missed theTim Potter2003-07-227-13/+15
* Fixup a bunch of printf-style functions and debugs to use unsigned long whenTim Potter2003-07-2226-148/+172
* Use %p for a pointer type in a printf-style format string. Also castingTim Potter2003-07-221-1/+1
* Replace the eight (!) copies of dummy become/unbecome root with a single one.Tim Potter2003-07-2210-97/+43
* Use lp_idmap_[ug]id() instead of lp_winbind_[ug]id()Tim Potter2003-07-221-3/+3
* Metze's AD/LDAP detection patches mainly to do with library detection.Tim Potter2003-07-213-197/+326
* Clarify a debug log a little. The path might not exist, so say so.Richard Sharpe2003-07-211-1/+1
* This creates passdb backend files automatically when adding first account.Rafal Szczesniak2003-07-202-3/+38
* Typo fixes.Rafal Szczesniak2003-07-201-1/+1
* Fix typoJelmer Vernooij2003-07-201-1/+1
* Fix memleakVolker Lendecke2003-07-191-3/+3
* Fix StrCaseCmp() to avoid calling smb_panic() on invalid multibyte strings.Andrew Bartlett2003-07-191-11/+24
* According to the result of voting, net has default debug level withRafal Szczesniak2003-07-191-3/+12
* Fix memleakVolker Lendecke2003-07-181-1/+1
* Fix two memleaks in pdb_ldap.c.Volker Lendecke2003-07-182-1/+13
* make sure we don't allow the creation of directories containingAndrew Tridgell2003-07-181-1/+5
* this fixes a bug where Samba would under some circumstances returnAndrew Tridgell2003-07-181-1/+7
* Fix spelling typo.Tim Potter2003-07-181-1/+1
* Uninstall modules as part of uninstall. Partial fix for 236.Tim Potter2003-07-181-1/+1
* fixed the pstrcpy() bug in directory recursion properlyAndrew Tridgell2003-07-181-1/+2
* Signing so far... the client code fails on a SMBtrans2 secondary transactionJeremy Allison2003-07-186-72/+159
* Formatting tidyups to match the rest of the source.Jeremy Allison2003-07-171-23/+33
* Disconnect an idle LDAP connection after 150 seconds.Volker Lendecke2003-07-172-1/+46
* Ban getgrouplist on linux glibc systems with glibc <= 2.3.Volker Lendecke2003-07-171-1/+33
* Fix for bug 222 from Marcin Owsiany.Tim Potter2003-07-171-0/+5
* Don't use pstrcpy on non-pstrings.Tim Potter2003-07-171-1/+1
* In the presense of RPC fragments, schannel is not strictly request/reply,Andrew Bartlett2003-07-172-10/+0
* Correctly toggle the signing state to what it was previosly when sendingJeremy Allison2003-07-172-15/+13
* Don't allow read/write raw when signing is active.Jeremy Allison2003-07-171-0/+8
* Putting the framework for server signing in place. Ensure we don't useJeremy Allison2003-07-173-6/+89
* Refactor signing code to remove most dependencies on 'struct cli'.Jeremy Allison2003-07-165-110/+143