index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop smb2 from calling into smb1 blocking lock request code.
Jeremy Allison
2010-04-08
6
-0
/
+72
*
Simplify call_trans2qfilepathinfo() and smbd_do_qfilepathinfo()
Jeremy Allison
2010-04-08
3
-20
/
+4
*
Fix bug #7339 - MSDFS is non-functional in 3.5.x
Jeremy Allison
2010-04-08
4
-1
/
+6
*
s3-winreg: add winreg_DeleteKeyEx stub.
Günther Deschner
2010-04-09
1
-0
/
+12
*
s3-lanman: use spoolss for api_RDosPrintJobDel().
Günther Deschner
2010-04-08
1
-15
/
+59
*
s3-lanman: use spoolss for api_WPrintQueueCtrl().
Günther Deschner
2010-04-08
1
-7
/
+70
*
s3-registry: fix fill_in_printer_values() for datatype and printprocessor.
Günther Deschner
2010-04-08
1
-2
/
+2
*
s3: Remove the separate "child" argument from setup_domain_child()
Volker Lendecke
2010-04-08
3
-15
/
+8
*
s3:winbindd: make "smbcontrol winbindd validate-cache" reliable again
Stefan Metzmacher
2010-04-08
1
-0
/
+3
*
s3: Fix a typo
Volker Lendecke
2010-04-08
1
-1
/
+1
*
Start to plumb smb2 into the oplock system. Calls dummy functions for now.
Jeremy Allison
2010-04-07
4
-46
/
+59
*
s3-spoolss: Fix an issue in _spoolss_DeleteForm.
Günther Deschner
2010-04-07
1
-1
/
+1
*
s3-spoolss: Fix some issues in _spoolss_AddForm.
Günther Deschner
2010-04-07
1
-1
/
+19
*
s3-spoolss: Fix potential memleak in _spoolss_AddForm and _spoolss_SetForm.
Günther Deschner
2010-04-07
1
-2
/
+4
*
s3: Fix bug 7327 -- Build fails while building without kerberos
Volker Lendecke
2010-04-07
1
-5
/
+6
*
On compound requests, MS-SMB2 says clients MAY use 0xFFFFFFFF for compound ti...
Jeremy Allison
2010-04-07
2
-0
/
+39
*
Don't forget to initialize *p_creds_requested.
Jeremy Allison
2010-04-07
1
-0
/
+1
*
s3-spoolss: Added a winreg_getform1 function.
Andreas Schneider
2010-04-07
2
-0
/
+147
*
s3-spoolss: Added a winreg_setform1 function.
Andreas Schneider
2010-04-07
2
-0
/
+120
*
s3-spoolss: Added a winreg_deleteform1 function.
Andreas Schneider
2010-04-07
2
-0
/
+90
*
s3-spoolss: Added a winreg_addform1 function.
Andreas Schneider
2010-04-07
2
-0
/
+124
*
s3-spoolss: Added a winreg_enumforms1 function.
Andreas Schneider
2010-04-07
2
-0
/
+251
*
s3-spoolss: Fixed winreg_printer_openkey to be used in a more generic way.
Andreas Schneider
2010-04-07
1
-19
/
+72
*
s3-spoolss: Added a delete_printer_key function using the winreg pipe.
Andreas Schneider
2010-04-07
2
-0
/
+195
*
s3-spoolss: Added a enum_printer_key function using the winreg pipe.
Andreas Schneider
2010-04-07
2
-0
/
+250
*
s3-spoolss: Added a delete_printer_dataex function using the winreg pipe.
Andreas Schneider
2010-04-07
2
-3
/
+90
*
s3-spoolss: Added a enum_printer_dataex function using the winreg pipe.
Andreas Schneider
2010-04-07
2
-0
/
+264
*
s3-spoolss: Added a get_printer_dataex function using the winreg pipe.
Andreas Schneider
2010-04-07
2
-0
/
+146
*
s3-spoolss: Added a set_printer_dataex function using the winreg pipe.
Andreas Schneider
2010-04-07
2
-0
/
+106
*
s3-spoolss: Added a function to open a regkey using the winreg pipe.
Andreas Schneider
2010-04-07
3
-0
/
+193
*
s3-rpcclient: allow to define server_unc in cmd_srvsvc_srv_query_info().
Günther Deschner
2010-04-07
1
-4
/
+10
*
s3: add comment about what the FSCTL_QUERY_ALLOCATED_RANGES currently does
Björn Jacke
2010-04-07
1
-0
/
+6
*
Ensure we total up the correct number of creds requested in a compound request.
Jeremy Allison
2010-04-06
1
-1
/
+7
*
Parameterize "smb2 max read", "smb2 max write", "smb2 max trans".
Jeremy Allison
2010-04-06
6
-8
/
+48
*
fix a segfault in the notify subsystem
Christian Ambach
2010-04-06
1
-5
/
+16
*
s4-waf: move to a universal method of recursing into subdirs
Andrew Tridgell
2010-04-06
2
-20
/
+20
*
s4-waf: set default for bundled libraries
Andrew Tridgell
2010-04-06
1
-0
/
+2
*
s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...
Andrew Tridgell
2010-04-06
2
-0
/
+4
*
s3-waf: added options for static/shared module building
Andrew Tridgell
2010-04-06
1
-0
/
+60
*
s3-waf: build version.h
Andrew Tridgell
2010-04-06
1
-0
/
+2
*
s3-waf: charsets needs to be quoted as strings in config.h
Andrew Tridgell
2010-04-06
1
-6
/
+6
*
s3-waf: fixed tests for charsets
Andrew Tridgell
2010-04-06
1
-3
/
+3
*
s3-waf: check for default charsets
Kai Blin
2010-04-06
4
-0
/
+56
*
s3-waf: use new variable expansion feature
Andrew Tridgell
2010-04-06
1
-11
/
+3
*
s3-waf: modulesdir is in the base set of options now
Andrew Tridgell
2010-04-06
1
-1
/
+0
*
s3-waf: the start of the main build for s3
Andrew Tridgell
2010-04-06
1
-0
/
+611
*
s3-waf: more configure tests and minor fixes
Andrew Tridgell
2010-04-06
1
-26
/
+60
*
s3-waf: added build subdir for dynconfig generation
Andrew Tridgell
2010-04-06
3
-0
/
+97
*
build: Change checks to conform to new CHECK_* behaviour
Kai Blin
2010-04-06
1
-7
/
+9
*
build: Check if the compiler will optimize out functions
Kai Blin
2010-04-06
1
-0
/
+9
[next]