summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2003-07-17In the presense of RPC fragments, schannel is not strictly request/reply,Andrew Bartlett2-10/+0
2003-07-17Correctly toggle the signing state to what it was previosly when sendingJeremy Allison2-15/+13
2003-07-17Don't allow read/write raw when signing is active.Jeremy Allison1-0/+8
2003-07-17Putting the framework for server signing in place. Ensure we don't useJeremy Allison3-6/+89
2003-07-16Refactor signing code to remove most dependencies on 'struct cli'.Jeremy Allison5-110/+143
2003-07-16Add API framework for server SMB signing.Jeremy Allison5-86/+128
2003-07-16Add krb5_princ_component to Heimdal. Remove cli_ from mark packet signed.Jeremy Allison3-5/+33
2003-07-16Reformatting fixes to bring in line with the rest of the source.Jeremy Allison1-338/+325
2003-07-16adding command for moving a record from one tdb to anotherGerald Carter1-0/+55
2003-07-16make tdbtool deal with NULL and non-NULL terminated keysGerald Carter1-4/+14