summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2003-07-16Fix memleakVolker Lendecke1-1/+4
2003-07-16typoVolker Lendecke1-1/+1
2003-07-16Spelling.Tim Potter5-12/+12
2003-07-16removing outdated scriptsGerald Carter2-91/+0
2003-07-16Fix up our auth_pipe code to always cope with fragmented datagrams,Andrew Bartlett1-64/+41
2003-07-16fix typo in debug logGerald Carter1-1/+1
2003-07-16fixes for 'net rpc vampire'. I can now take a blank Samba hostGerald Carter5-66/+47
2003-07-16Volker's patch for open_socket_out() to speed up connectionsGerald Carter1-3/+8
2003-07-16Fix from Dragan Krnic for handling files in tar archives > 8GB.Tim Potter1-0/+10
2003-07-15Added the "required" keyword to the "client signing" parameter to force itJeremy Allison7-20/+58
2003-07-15Add a cli_ prefix to a few functions to ensure everything that takes a struct...Jeremy Allison1-10/+10
2003-07-15fix schannel processing on fragmented PDUs. 'net rpc vampire' works again.Gerald Carter1-1/+1
2003-07-15Fix memleakVolker Lendecke1-0/+2
2003-07-15We should report if a group mapping fails. This should fix bug#225.Volker Lendecke1-3/+1
2003-07-15Add support for MSG_SMB_CONF_UPDATED and MSG_SHUTDOWN to all daemons (smbd, n...Alexander Bokovoy3-9/+59
2003-07-15Fix memleaksVolker Lendecke1-1/+6
2003-07-15Fix memleakVolker Lendecke1-1/+3
2003-07-15Jim, could you please look at this? smbpasswd -a <username> was brokenVolker Lendecke1-2/+2
2003-07-15Accept --with-expsam=no as valid option (do nothing on it). Simplifies automa...Alexander Bokovoy1-0/+2
2003-07-15Add mandir to installdir target. Otherwise installman fails for clean DESTDIRAlexander Bokovoy1-1/+1
2003-07-15remove -B and default to dual-daemon mode (-Y to run as a single process)Gerald Carter1-2/+2
2003-07-15make sure to fallback to rid algoruthm for users not in smbpasswd (e.g. force...Gerald Carter1-7/+17
2003-07-14fix cache coherency bug in print handle print_info_2 cache.Gerald Carter3-19/+48
2003-07-14Fix compile error noticed by Ken Cross, use the utility function insteadAndrew Bartlett1-14/+4
2003-07-14Fix SMB signing when using NTLMSSP...Andrew Bartlett2-93/+8
2003-07-14Jeremy requested that I get my NTLMSSP patch into CVS. He didn't requestAndrew Bartlett16-812/+1272
2003-07-14Don't bomb out when trying to unmarshall a zero length printerdata value.Tim Potter1-4/+3
2003-07-14Delete obsolete comment.Tim Potter1-1/+0
2003-07-14Undo 'Fix compiler warning'. It didn't work because the value of inbuf chang...Tim Potter1-21/+11
2003-07-13use the specific funtion we have to check if a SID belong to our domainSimo Sorce1-12/+6
2003-07-13Fix compiler warning.Rafal Szczesniak1-11/+21
2003-07-13Argl. Thinking twice and looking at the rest of callers of sid_compare_domainVolker Lendecke1-1/+6
2003-07-13We have an API to compare the domain parts of two SIDs, so use it.Volker Lendecke1-6/+1
2003-07-12Fixed memory leaks, added krb5 replay cache. Now I need to add code to checkJeremy Allison1-17/+72