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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-28
s3-secrets: Add helper function to set machine account password from secrets_...
Andrew Bartlett
1
-0
/
+6
2012-08-22
Remove align_string(). No longer used.
Jeremy Allison
1
-1
/
+0
2012-08-17
s3:lib: implement serverid_equal() as macro of server_id_equal()
Stefan Metzmacher
2
-3
/
+1
2012-08-17
s3:smbd: lp_smb_encrypt() returns SMB_SIGNING_* values
Stefan Metzmacher
1
-1
/
+1
2012-08-15
s3-sysacls: Remove sys_acl_free_qualifier() as it is a no-op
Andrew Bartlett
1
-1
/
+0
2012-08-15
s3-sysacls: Remove sys_acl_free_acl() and replace with TALLOC_FREE()
Andrew Bartlett
1
-1
/
+0
2012-08-15
s3-smbd: Remove sys_acl_*() VFS wrapper functions
Andrew Bartlett
2
-143
/
+1
2012-08-15
s3-smbd: Move smb_acl_t declaration to smb_acl.idl
Andrew Bartlett
1
-34
/
+3
2012-08-15
s3-smbd: Change allocation of smb_acl_t to talloc()
Andrew Bartlett
1
-1
/
+1
2012-08-10
Revert "s3:smb: include "smbXsrv.h" before "vfs.h""
Stefan Metzmacher
1
-6
/
+0
2012-08-09
Fix strlower_m() to return an error indication.
Jeremy Allison
1
-1
/
+1
2012-08-09
Check error returns on strnorm().
Jeremy Allison
1
-1
/
+1
2012-08-09
Change strupper_m() to return a value.
Jeremy Allison
1
-1
/
+1
2012-08-07
source3/loadparm.c: Move string_set/string_free inside.
Rusty Russell
1
-2
/
+0
2012-08-01
libcli/smb: move some TCON related defines to smb_constants.h
Stefan Metzmacher
1
-9
/
+0
2012-08-01
s3:libsmb: remove unused cli_state->user_session_key
Stefan Metzmacher
1
-4
/
+0
2012-08-01
s3:ctdbd_conn: use unitX_t types consistently throughout the module
Michael Adam
1
-9
/
+9
2012-08-01
Add two flags to allow for handling of Extended Signatures (Session Key Prote...
Richard Sharpe
1
-0
/
+2
2012-07-27
lib/param: Rename "socket address" to "nbt client socket address" to clarify ...
Andrew Bartlett
1
-1
/
+1
2012-07-25
s3:libsmb: remove unused cli_state->smb2.pid
Stefan Metzmacher
1
-1
/
+0
2012-07-25
s3:libsmb: remove unused tcon specific elements from cli_state->smb2
Stefan Metzmacher
1
-6
/
+0
2012-07-25
s3:libsmb: remove cli_state->smb2.tid
Stefan Metzmacher
1
-1
/
+0
2012-07-24
s3:libsmb: setup a smbXcli_tcon for SMB2
Stefan Metzmacher
1
-0
/
+1
2012-07-24
s3:libsmb: use a smbXcli_tcon instead of uint16_t cli_state->smb1.tid
Stefan Metzmacher
1
-1
/
+1
2012-07-24
lib/param: Merge handling of security/domain master/domain logons/server role
Andrew Bartlett
1
-0
/
+4
2012-07-24
lib/param: Move all enum declarations to lib/param
Andrew Bartlett
4
-72
/
+3
2012-07-24
param: Make the 'unicode' parameter common
Andrew Bartlett
1
-0
/
+1
2012-07-23
s3:libsmb: use cli_state_{g,s}et_uid instead of smb1.uid directly
Luk Claes
1
-1
/
+1
2012-07-23
s3-winbind: Fix bug #9052 resolving our own "Domain Local" groups.
Andreas Schneider
1
-2
/
+1
2012-07-20
Remove source3/lib/pidfile.c
Jeremy Allison
1
-6
/
+0
2012-07-19
Make the s3 pidfile use the common code inside lib/util/pidfile.c
Jeremy Allison
1
-1
/
+1
2012-07-19
Move source4/smbd/pidfile into lib/util in preparation for making it in common.
Jeremy Allison
1
-3
/
+3
2012-07-19
lib/param: bring lp_smb_ports() into common by making it a list everywhere
Andrew Bartlett
1
-1
/
+1
2012-07-19
s3-param: Make lp_name_resolve_order() return a list
Andrew Bartlett
1
-3
/
+2
2012-07-18
s3-smb1: Postpone close_file until all aio is handled
Volker Lendecke
1
-0
/
+9
2012-07-18
s3-vfs: async fsync
Volker Lendecke
2
-0
/
+18
2012-07-18
s3-aio: Remove unused VFS functions and more
Volker Lendecke
4
-93
/
+0
2012-07-18
s3: Make smbd/aio.c not depend on aio.h anymore
Volker Lendecke
2
-4
/
+6
2012-07-18
s3: Properly handle shutdown with the _send/_recv based aio
Volker Lendecke
1
-0
/
+2
2012-07-18
s3-vfs: async pread
Volker Lendecke
2
-0
/
+22
2012-07-18
s3-vfs: async pwrite
Volker Lendecke
2
-0
/
+22
2012-07-18
loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.
Rusty Russell
1
-81
/
+81
2012-07-15
s3-secrets: Use C99 types
Andrew Bartlett
1
-5
/
+5
2012-07-11
Move set_thread_credentials_permanently() to set_thread_credentials()
Jeremy Allison
1
-4
/
+4
2012-07-09
Make check_same_stat() and check_same_dev_ino() common functions.
Jeremy Allison
1
-0
/
+4
2012-07-03
Move copy_unix_token() from locking/locking.c to lib/util.c.
Jeremy Allison
1
-0
/
+1
2012-07-03
Add function set_thread_credentials_permanently(). Panic if fail.
Jeremy Allison
1
-0
/
+4
2012-07-03
s3-smbd: Remove deprecated 'share modes' option.
Andreas Schneider
1
-1
/
+0
2012-07-03
s3-printing: Remove deprecated lp_printer_admin().
Andreas Schneider
1
-1
/
+0
2012-07-03
s3:vfs: use smbXsrv_open instead of smbXsrv_open0 in files_struct
Michael Adam
1
-1
/
+1
[next]