summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2010-05-04s3-idl: removed gen_ndr files from source3/ as wellAndrew Tridgell26-21879/+1
2010-05-04s3: Fix a memleak in check_pac_checksumVolker Lendecke1-2/+8
2010-05-03s3-lanman: before trying to call spoolss_ClosePrinter make sure we have a con...Günther Deschner1-8/+8
2010-05-03s3-rpcclient: Fix Bug #7277. rpcclient was sending invalid data, causing cups...Günther Deschner1-4/+23
2010-05-03s3-lanman: fix api_DosPrintQEnum().Günther Deschner1-1/+7
2010-05-03s3-lanman: exit early for unsupported levels in api_PrintJobInfo().Günther Deschner1-17/+17
2010-05-03Consolidate all get SEC_DESC into single procedure get_secdescMatthew McGillis1-44/+37
2010-05-03always pass filename as const charMatthew McGillis1-2/+2
2010-05-02s3: Unify DEBUG_KRB5_TKT_REGAIN and DEBUG_KRB5_TKT_RENEWALVolker Lendecke1-1/+1
2010-05-02s3: Fix a typoVolker Lendecke1-1/+1
2010-05-02s3: Fix the code order in append_auth_dataVolker Lendecke1-7/+7
2010-04-30Plumb the SMB2 front end into the blocking lock backend.Jeremy Allison6-43/+531
2010-04-30smbd: move printfile_offset() within write_file()Simo Sorce4-13/+19
2010-04-29Carefully label SMB1-specific locking calls.Jeremy Allison7-11/+27
2010-04-29Move the global blocking lock records into the smb1 state.Jeremy Allison4-49/+46
2010-04-29Attempt to fix bug #7399 - SMB2: QUERY_DIRECTORY is returning invalid values.Jeremy Allison2-10/+39
2010-04-29s3: range-check idmap script outputVolker Lendecke1-0/+13
2010-04-29s3: Fix an uninitialized variable in idmap_tdb2_sid_to_id()Volker Lendecke1-0/+1
2010-04-29s3: Fix some nonempty blank linesVolker Lendecke1-14/+14
2010-04-29s3-lanman: fix api_DosPrintQGetInfo().Günther Deschner1-4/+28
2010-04-29s3-pdb_ldap: fix memleak.Günther Deschner1-2/+2
2010-04-29s3-lanman: fix api_DosPrintQEnum.Günther Deschner1-10/+22
2010-04-28Update (C) for 2010.Jeremy Allison7-1/+8
2010-04-28s3-selftest: enable RAP-PRINTING against s3.Günther Deschner1-1/+1
2010-04-28s3-lanman: support level 0 NetPrintQEnum RAP query.Günther Deschner1-0/+1
2010-04-28Connect set security descriptor into SMB2 code.Jeremy Allison3-8/+23
2010-04-28s3:smbd: make fsp->fake_file_handle a talloc child of fspStefan Metzmacher1-1/+1
2010-04-28s3:smbd: add comment about returning STATUS_BUFFER_OVERFLOW in pipe_read_andx...Stefan Metzmacher1-1/+15
2010-04-28s3: Make a debug msg more readableVolker Lendecke1-1/+1
2010-04-27Fix the "allow_smb2" bug being set to false that was driving me mad :-).Jeremy Allison1-1/+5
2010-04-27Don't return a potentially uninitialized NT_STATUS. We can now see user lists...Jeremy Allison1-1/+1
2010-04-27Add debug statements so I can track the flow of RPC data.Jeremy Allison1-2/+27
2010-04-28s3-lanman: use spoolss for api_WPrintDestGetInfo() and api_WPrintDestEnum().Günther Deschner1-37/+115
2010-04-28s3-lanman: fix debug message in api_WPrintJobEnumerate().Günther Deschner1-1/+1
2010-04-28s3-lanman: remove a unnecessary memset in api_WPrintJobEnumerate().Günther Deschner1-1/+0
2010-04-28s3-lanman: remove unused code.Günther Deschner1-134/+0
2010-04-28s3-lanman: use spoolss for api_DosPrintQGetInfo and api_DosPrintQEnum.Günther Deschner1-152/+215
2010-04-27Don't return an intermediate reply on async on a pipe call (Windows doesn't).Jeremy Allison1-0/+5
2010-04-28s3-lanman: use spoolss for api_PrintJobInfo().Günther Deschner1-13/+88
2010-04-28s3-spoolss: add support for SetJobInfo level 1 (for jobfile rename).Günther Deschner3-2/+74
2010-04-28s3-lanman: remove unsupported print_job_set_place().Günther Deschner3-20/+0
2010-04-27Fix more S3 build breakage. Matthias, please ensure S3 builds whenJeremy Allison1-2/+2
2010-04-27s3:libads/ldap.c - fix a build breakageMatthias Dieter Wallnöfer1-2/+2
2010-04-27nbt: samlogon/netlogon structures - unify denominationsMatthias Dieter Wallnöfer2-8/+8
2010-04-27Revert "s3-build: Remove --enable-merged support."Günther Deschner4-3/+668
2010-04-27s3-spoolss: publish "Monitor" in winreg for drivers.Günther Deschner1-0/+1
2010-04-27s3-spoolss: fix winreg attribute for storing datatype.Günther Deschner1-1/+1
2010-04-27s3-spoolss: fix some uninitialized variables.Günther Deschner1-2/+2
2010-04-27s3:smbd: keep local and remote tsocket_address per connectionStefan Metzmacher2-9/+65
2010-04-27s3: use shared registry functions.Günther Deschner7-150/+8