summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2011-03-29s3-spoolssd: Added missing include.Andreas Schneider1-0/+2
2011-03-29s3-spoolssd: Pass down event and messanging context.Andreas Schneider2-22/+46
2011-03-29s3-spoolssd: Fixed reopening of logs.Andreas Schneider1-8/+10
2011-03-29s3:spoolssd Start spoolss from smbdSimo Sorce1-0/+15
2011-03-29s3:spoolssd Initialize the spoolss rpc interfacesSimo Sorce1-0/+33
2011-03-29s3:spoolssd Add spoolss own signal handlersSimo Sorce1-2/+53
2011-03-29s3:spoolssd handle smb.conf reloads directlySimo Sorce1-0/+14
2011-03-29s3:spoolssd Create our own log fileSimo Sorce1-0/+18
2011-03-29s3:spoolssd Add skeleton for spoolss daemonSimo Sorce2-1/+84
2011-03-29s3:printing Make print_queue_receive publicSimo Sorce2-1/+6
2011-03-29Remove two unused labels.Jeremy Allison1-2/+0
2011-03-29=?UTF-8?q?alpha=5Fstrcpy()=20is=20a=20utility=20function=20which=20reportedly:David Disseldorp1-3/+9
2011-03-29s3:rpc_client: fix argument order of call to lsa_open_policy2 in rpccli_lsa_o...Michael Adam1-1/+1
2011-03-29s3-selftest Fix test_smbclient_auth.shAndrew Bartlett1-12/+8
2011-03-29s3-selftest Allow LM passwords and turn of NTLMv2 for security=share testAndrew Bartlett1-1/+1
2011-03-29s3-selftest Add tests for security=serverAndrew Bartlett1-2/+5
2011-03-29s3-selftest unconditionaly include subunit.shAndrew Bartlett12-32/+4
2011-03-28Fix inspired by work done by David Disseldorp for bug #8040 - smbclient segfa...Jeremy Allison1-3/+11
2011-03-28s3: Fix Coverity ID 2143: DEADCODEVolker Lendecke1-4/+0
2011-03-28s3: Fix Coverity ID 2143: DEADCODEVolker Lendecke1-4/+0
2011-03-28s3: Fix Coverity ID 2173: FORWARD_NULLVolker Lendecke1-1/+1
2011-03-28Revert "Change strict allocate to default to true.Stefan Metzmacher1-1/+1
2011-03-27s3: Fix Coverity ID 2188: MISSING_BREAKVolker Lendecke1-0/+2
2011-03-27s3: Fix Coverity ID 2189: MISSING_BREAKVolker Lendecke1-1/+3
2011-03-27s3: Fix Coverity ID 2195: NO_EFFECTVolker Lendecke1-1/+1
2011-03-27s3: Fix Coverity ID 2228: RESOURCE_LEAKVolker Lendecke1-0/+1
2011-03-27s3: Fix Coverity ID 2226: RESOURCE_LEAKVolker Lendecke1-0/+1
2011-03-27s3: Fix Coverity ID 976: BAD_SIZEOFVolker Lendecke1-1/+1
2011-03-27s3: Fix Coverity ID 590: DEADCODEVolker Lendecke1-4/+0
2011-03-27s3: Fix Coverity ID 585: NEGATIVE_RETURNSVolker Lendecke1-1/+1
2011-03-27s3: Fix Coverity ID 513: UNINITVolker Lendecke1-1/+1
2011-03-27s3: Fix Coverity ID 83: RESOURCE_LEAKVolker Lendecke1-0/+3
2011-03-27s3: Convert cli_raw_tcon to cli_smbVolker Lendecke2-26/+24
2011-03-27s3: Fix a memleakVolker Lendecke1-0/+2
2011-03-27s3: Replace a use of cli_errstrVolker Lendecke1-1/+1
2011-03-27s3: Replace cli_negprot_sendsync() by cli_negprot_send()Volker Lendecke3-38/+22
2011-03-27s3: Remove a pointless staticVolker Lendecke1-1/+1
2011-03-27s3: Remove a use of cli_send_smbVolker Lendecke3-39/+50
2011-03-27s3: Remove two calls to cli_errstrVolker Lendecke1-4/+8
2011-03-27s3: Fix Coverity ID 2296: UNUSED_VALUEVolker Lendecke1-3/+0
2011-03-27s3: Fix Coverity ID 2327: FORWARD_NULLVolker Lendecke1-0/+2
2011-03-27s3: Fix Coverity ID 2328: FORWARD_NULLVolker Lendecke1-0/+3
2011-03-27s3: Fix Coverity ID 2329: RESOURCE_LEAKVolker Lendecke1-0/+1
2011-03-27s3: Fix Coverity ID 2330: RESOURCE_LEAKVolker Lendecke1-0/+1
2011-03-27s3: Fix Coverity ID 2331: RESOURCE_LEAKVolker Lendecke1-0/+1
2011-03-26s3: Fix an uninitialized variable readVolker Lendecke1-1/+2
2011-03-26s3: Fix Coverity ID 2326, CHECKED_RETURNVolker Lendecke1-1/+1
2011-03-26Revert "Fix bug 8021 - Incorrect string termination in volume/volume_name for...Jeremy Allison1-1/+1
2011-03-25Fix bug 8040 - smbclient segfaults when a Cyrillic netbios name or workgroup ...Jeremy Allison1-2/+23
2011-03-25s3-netapi: fix memoryleak while not using talloc_tos() in cli_get_session_key...Günther Deschner2-6/+6