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-04-11
s3: Use sizeof(chal) instead of a constant
Volker Lendecke
1
-1
/
+1
2010-04-11
s3: Use talloc_stackframe() in user_in_group
Volker Lendecke
1
-7
/
+1
2010-04-11
s3: Use talloc_stackframe() in user_in_group_sid
Volker Lendecke
1
-8
/
+1
2010-04-11
s3: Use talloc_stackframe() in create_token_from_username
Volker Lendecke
1
-7
/
+1
2010-04-11
s3: Fix a memleak in user_in_group_sid
Volker Lendecke
1
-0
/
+1
2010-04-11
s3: Remove the make_auth_methods routine
Volker Lendecke
10
-72
/
+101
2010-04-11
s3: Fix a typo
Volker Lendecke
1
-1
/
+1
2010-04-11
s3: Make "auth_context" its own talloc parent
Volker Lendecke
5
-16
/
+9
2010-04-11
s3: Fix some nonempty lines
Volker Lendecke
6
-36
/
+35
2010-04-11
s3: Cosmetics -- I could not spot where "chal" was initialized
Volker Lendecke
1
-1
/
+1
2010-04-10
s3: Use IS_DC macro in get_global_sam_name()
Volker Lendecke
1
-1
/
+1
2010-04-10
s3: Remove domain selection from dual_pam_auth
Volker Lendecke
1
-53
/
+13
2010-04-10
s3: Check 0 termination in GETALIASES
Volker Lendecke
1
-7
/
+13
2010-04-09
Plumb SMB2 stubs into all the places we defer SMB1 operations.
Jeremy Allison
13
-111
/
+198
2010-04-09
s3-spoolss: Fix two uninitialized vars in spoolss util code.
Günther Deschner
1
-1
/
+2
2010-04-09
s3: add iconv_convenience handle to pull/push sz helpers.
Günther Deschner
15
-50
/
+58
2010-04-09
s3: Fix a typo
Volker Lendecke
1
-1
/
+1
2010-04-09
s3: Use talloc_tos() as talloc ctx for fd_lines_load() in map_username()
Volker Lendecke
1
-1
/
+1
2010-04-09
s3: TALLOC_FREE(command) correctly in map_username()
Volker Lendecke
1
-0
/
+2
2010-04-08
Stop smb2 from calling into smb1 blocking lock request code.
Jeremy Allison
6
-0
/
+72
2010-04-08
Simplify call_trans2qfilepathinfo() and smbd_do_qfilepathinfo()
Jeremy Allison
3
-20
/
+4
2010-04-08
Fix bug #7339 - MSDFS is non-functional in 3.5.x
Jeremy Allison
4
-1
/
+6
2010-04-09
s3-winreg: add winreg_DeleteKeyEx stub.
Günther Deschner
1
-0
/
+12
2010-04-08
s3-lanman: use spoolss for api_RDosPrintJobDel().
Günther Deschner
1
-15
/
+59
2010-04-08
s3-lanman: use spoolss for api_WPrintQueueCtrl().
Günther Deschner
1
-7
/
+70
2010-04-08
s3-registry: fix fill_in_printer_values() for datatype and printprocessor.
Günther Deschner
1
-2
/
+2
2010-04-08
s3: Remove the separate "child" argument from setup_domain_child()
Volker Lendecke
3
-15
/
+8
2010-04-08
s3:winbindd: make "smbcontrol winbindd validate-cache" reliable again
Stefan Metzmacher
1
-0
/
+3
2010-04-08
s3: Fix a typo
Volker Lendecke
1
-1
/
+1
2010-04-07
Start to plumb smb2 into the oplock system. Calls dummy functions for now.
Jeremy Allison
4
-46
/
+59
2010-04-07
s3-spoolss: Fix an issue in _spoolss_DeleteForm.
Günther Deschner
1
-1
/
+1
2010-04-07
s3-spoolss: Fix some issues in _spoolss_AddForm.
Günther Deschner
1
-1
/
+19
2010-04-07
s3-spoolss: Fix potential memleak in _spoolss_AddForm and _spoolss_SetForm.
Günther Deschner
1
-2
/
+4
2010-04-07
s3: Fix bug 7327 -- Build fails while building without kerberos
Volker Lendecke
1
-5
/
+6
2010-04-07
On compound requests, MS-SMB2 says clients MAY use 0xFFFFFFFF for compound ti...
Jeremy Allison
2
-0
/
+39
2010-04-07
Don't forget to initialize *p_creds_requested.
Jeremy Allison
1
-0
/
+1
2010-04-07
s3-spoolss: Added a winreg_getform1 function.
Andreas Schneider
2
-0
/
+147
2010-04-07
s3-spoolss: Added a winreg_setform1 function.
Andreas Schneider
2
-0
/
+120
2010-04-07
s3-spoolss: Added a winreg_deleteform1 function.
Andreas Schneider
2
-0
/
+90
2010-04-07
s3-spoolss: Added a winreg_addform1 function.
Andreas Schneider
2
-0
/
+124
2010-04-07
s3-spoolss: Added a winreg_enumforms1 function.
Andreas Schneider
2
-0
/
+251
2010-04-07
s3-spoolss: Fixed winreg_printer_openkey to be used in a more generic way.
Andreas Schneider
1
-19
/
+72
2010-04-07
s3-spoolss: Added a delete_printer_key function using the winreg pipe.
Andreas Schneider
2
-0
/
+195
2010-04-07
s3-spoolss: Added a enum_printer_key function using the winreg pipe.
Andreas Schneider
2
-0
/
+250
2010-04-07
s3-spoolss: Added a delete_printer_dataex function using the winreg pipe.
Andreas Schneider
2
-3
/
+90
2010-04-07
s3-spoolss: Added a enum_printer_dataex function using the winreg pipe.
Andreas Schneider
2
-0
/
+264
2010-04-07
s3-spoolss: Added a get_printer_dataex function using the winreg pipe.
Andreas Schneider
2
-0
/
+146
2010-04-07
s3-spoolss: Added a set_printer_dataex function using the winreg pipe.
Andreas Schneider
2
-0
/
+106
2010-04-07
s3-spoolss: Added a function to open a regkey using the winreg pipe.
Andreas Schneider
3
-0
/
+193
2010-04-07
s3-rpcclient: allow to define server_unc in cmd_srvsvc_srv_query_info().
Günther Deschner
1
-4
/
+10
[prev]
[next]