index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-03
s3-lanman: before trying to call spoolss_ClosePrinter make sure we have a con...
Günther Deschner
1
-8
/
+8
2010-05-03
s3-rpcclient: Fix Bug #7277. rpcclient was sending invalid data, causing cups...
Günther Deschner
1
-4
/
+23
2010-05-03
s3-lanman: fix api_DosPrintQEnum().
Günther Deschner
1
-1
/
+7
2010-05-03
s3-lanman: exit early for unsupported levels in api_PrintJobInfo().
Günther Deschner
1
-17
/
+17
2010-05-03
Consolidate all get SEC_DESC into single procedure get_secdesc
Matthew McGillis
1
-44
/
+37
2010-05-03
always pass filename as const char
Matthew McGillis
1
-2
/
+2
2010-05-02
s3: Unify DEBUG_KRB5_TKT_REGAIN and DEBUG_KRB5_TKT_RENEWAL
Volker Lendecke
1
-1
/
+1
2010-05-02
s3: Fix a typo
Volker Lendecke
1
-1
/
+1
2010-05-02
s3: Fix the code order in append_auth_data
Volker Lendecke
1
-7
/
+7
2010-04-30
Plumb the SMB2 front end into the blocking lock backend.
Jeremy Allison
6
-43
/
+531
2010-04-30
smbd: move printfile_offset() within write_file()
Simo Sorce
4
-13
/
+19
2010-04-29
Carefully label SMB1-specific locking calls.
Jeremy Allison
7
-11
/
+27
2010-04-29
Move the global blocking lock records into the smb1 state.
Jeremy Allison
4
-49
/
+46
2010-04-29
Attempt to fix bug #7399 - SMB2: QUERY_DIRECTORY is returning invalid values.
Jeremy Allison
2
-10
/
+39
2010-04-29
s3: range-check idmap script output
Volker Lendecke
1
-0
/
+13
2010-04-29
s3: Fix an uninitialized variable in idmap_tdb2_sid_to_id()
Volker Lendecke
1
-0
/
+1
2010-04-29
s3: Fix some nonempty blank lines
Volker Lendecke
1
-14
/
+14
2010-04-29
s3-lanman: fix api_DosPrintQGetInfo().
Günther Deschner
1
-4
/
+28
2010-04-29
s3-pdb_ldap: fix memleak.
Günther Deschner
1
-2
/
+2
2010-04-29
s3-lanman: fix api_DosPrintQEnum.
Günther Deschner
1
-10
/
+22
2010-04-28
Update (C) for 2010.
Jeremy Allison
7
-1
/
+8
2010-04-28
s3-selftest: enable RAP-PRINTING against s3.
Günther Deschner
1
-1
/
+1
2010-04-28
s3-lanman: support level 0 NetPrintQEnum RAP query.
Günther Deschner
1
-0
/
+1
2010-04-28
Connect set security descriptor into SMB2 code.
Jeremy Allison
3
-8
/
+23
2010-04-28
s3:smbd: make fsp->fake_file_handle a talloc child of fsp
Stefan Metzmacher
1
-1
/
+1
2010-04-28
s3:smbd: add comment about returning STATUS_BUFFER_OVERFLOW in pipe_read_andx...
Stefan Metzmacher
1
-1
/
+15
2010-04-28
s3: Make a debug msg more readable
Volker Lendecke
1
-1
/
+1
2010-04-27
Fix the "allow_smb2" bug being set to false that was driving me mad :-).
Jeremy Allison
1
-1
/
+5
2010-04-27
Don't return a potentially uninitialized NT_STATUS. We can now see user lists...
Jeremy Allison
1
-1
/
+1
2010-04-27
Add debug statements so I can track the flow of RPC data.
Jeremy Allison
1
-2
/
+27
2010-04-28
s3-lanman: use spoolss for api_WPrintDestGetInfo() and api_WPrintDestEnum().
Günther Deschner
1
-37
/
+115
2010-04-28
s3-lanman: fix debug message in api_WPrintJobEnumerate().
Günther Deschner
1
-1
/
+1
2010-04-28
s3-lanman: remove a unnecessary memset in api_WPrintJobEnumerate().
Günther Deschner
1
-1
/
+0
2010-04-28
s3-lanman: remove unused code.
Günther Deschner
1
-134
/
+0
2010-04-28
s3-lanman: use spoolss for api_DosPrintQGetInfo and api_DosPrintQEnum.
Günther Deschner
1
-152
/
+215
2010-04-27
Don't return an intermediate reply on async on a pipe call (Windows doesn't).
Jeremy Allison
1
-0
/
+5
2010-04-28
s3-lanman: use spoolss for api_PrintJobInfo().
Günther Deschner
1
-13
/
+88
2010-04-28
s3-spoolss: add support for SetJobInfo level 1 (for jobfile rename).
Günther Deschner
3
-2
/
+74
2010-04-28
s3-lanman: remove unsupported print_job_set_place().
Günther Deschner
3
-20
/
+0
2010-04-27
Fix more S3 build breakage. Matthias, please ensure S3 builds when
Jeremy Allison
1
-2
/
+2
2010-04-27
s3:libads/ldap.c - fix a build breakage
Matthias Dieter Wallnöfer
1
-2
/
+2
2010-04-27
nbt: samlogon/netlogon structures - unify denominations
Matthias Dieter Wallnöfer
2
-8
/
+8
2010-04-27
Revert "s3-build: Remove --enable-merged support."
Günther Deschner
4
-3
/
+668
2010-04-27
s3-spoolss: publish "Monitor" in winreg for drivers.
Günther Deschner
1
-0
/
+1
2010-04-27
s3-spoolss: fix winreg attribute for storing datatype.
Günther Deschner
1
-1
/
+1
2010-04-27
s3-spoolss: fix some uninitialized variables.
Günther Deschner
1
-2
/
+2
2010-04-27
s3:smbd: keep local and remote tsocket_address per connection
Stefan Metzmacher
2
-9
/
+65
2010-04-27
s3: use shared registry functions.
Günther Deschner
7
-150
/
+8
2010-04-26
Correctly report share types (now Win7 makes RPC calls against us).
Jeremy Allison
1
-1
/
+7
2010-04-26
Plumb in get_nt_acl into SMB2.
Jeremy Allison
3
-46
/
+174
[prev]
[next]