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
2013-09-23
build: list sources directly in the netapi library and remove vars=locals()
Michael Adam
1
-21
/
+16
2013-09-23
build: fix spacing in definition of "idmap_ldap" module
Michael Adam
1
-1
/
+1
2013-09-23
build: fix spacing in the definition of the "idmap_autorid" target
Michael Adam
1
-1
/
+1
2013-09-23
build: remove vars=locals() from the nss_info library: there is no need for this
Michael Adam
1
-1
/
+0
2013-09-23
build: remove vars=locals() from the IDMAP_HASH subsystem: there is no need f...
Michael Adam
1
-2
/
+1
2013-09-23
build: clean the idmap sybsystems/modules definitions
Michael Adam
1
-33
/
+13
2013-09-23
build: remove vars=locals() from the IDMAP_AD subsystem: there is no need for...
Michael Adam
1
-1
/
+0
2013-09-23
build: reorganize idmap_rw and idmap_tdb int subsystems with proper dependencies
Michael Adam
1
-7
/
+13
2013-09-21
Fix bug 10162 - POSIX ACL mapping failing when setting DENY ACE's from Windows.
Daniel Liberman
1
-1
/
+1
2013-09-20
s3-rpc: remove unused source3/librpc/rpc/rpc_common.c
Günther Deschner
3
-218
/
+0
2013-09-20
s3-rpc: use dcerpc_default_transport_endpoint function.
Günther Deschner
3
-10
/
+33
2013-09-20
s3-rpc: use ndr_interface_name() instead of get_pipe_name_from_syntax() in DE...
Günther Deschner
4
-20
/
+36
2013-09-20
s3-rpc: use table->name directly in DEBUG contexts.
Günther Deschner
2
-5
/
+4
2013-09-19
s3-rpc_srv: remove unused schannel calls from srv_pipe.c
Günther Deschner
1
-116
/
+0
2013-09-19
s3-rpc_cli: remove unused schannel calls from cli_pipe.c
Günther Deschner
1
-76
/
+0
2013-09-19
s3-rpc_cli: remove unused schannel calls from dcerpc_helpers.c
Günther Deschner
2
-127
/
+0
2013-09-19
s3-rpc: use gensec for schannel footer processing.
Günther Deschner
1
-32
/
+3
2013-09-19
s3-rpc_srv: use gensec for schannel bind.
Günther Deschner
1
-2
/
+7
2013-09-19
s3-rpc_cli: use gensec for schannel bind.
Günther Deschner
1
-9
/
+13
2013-09-19
s3-auth: register schannel gensec module in auth_generic_prepare() as well.
Günther Deschner
1
-1
/
+4
2013-09-19
s3-rpc_cli: allow to pass down a netlogon CredentialState struct to gensec.
Günther Deschner
1
-1
/
+4
2013-09-19
s3-auth: also load schannel module from auth_generic_client_prepare().
Günther Deschner
1
-1
/
+2
2013-09-18
s3: libsmb - 10150 - Not all OEM servers support the ALTNAME info level.
Jeremy Allison
1
-3
/
+4
2013-09-17
s3: libsmb : Bug 10150 - Not all OEM servers support the ALTNAME info level.
Jeremy Allison
1
-1
/
+9
2013-09-17
s3: libsmb SMB2 wrapper layer. cli_smb2_get_ea_list_path() failed to close fi...
Jeremy Allison
1
-0
/
+4
2013-09-17
s3-rpc_server: fix typo in DEBUG statement.
Günther Deschner
1
-1
/
+1
2013-09-17
s3: libsmb : The short name length is only a one byte field.
Jeremy Allison
1
-1
/
+1
2013-09-17
s3:torture: add PROTOCOL_SMB3_02 handling
Stefan Metzmacher
1
-0
/
+3
2013-09-12
smbd: Properly protect against invalid lock data
Volker Lendecke
1
-0
/
+6
2013-09-11
Fix is_legal_name() to not emit character conversion error messages.
Jeremy Allison
1
-12
/
+8
2013-09-11
smbd: Convert br_lck->lock_data to talloc
Volker Lendecke
1
-26
/
+29
2013-09-11
smbd: Move "struct byte_range_lock" definition to brlock.c
Volker Lendecke
2
-9
/
+11
2013-09-11
smbd: Add brl_fsp access function
Volker Lendecke
4
-6
/
+15
2013-09-11
smbd: Add brl_num_locks access function
Volker Lendecke
4
-2
/
+9
2013-09-11
smbd: Use ZERO_STRUCT instead of memset
Volker Lendecke
1
-1
/
+1
2013-09-11
smbd: Fix a typo
Volker Lendecke
1
-1
/
+1
2013-09-11
smbd: Make brl_lock_failed static
Volker Lendecke
2
-2
/
+3
2013-09-11
smbd: Make brl_same_context static
Volker Lendecke
2
-3
/
+1
2013-09-11
smbd: Fix blank line endings
Volker Lendecke
3
-31
/
+31
2013-09-11
Raise the level of a debug.
Korobkin
1
-1
/
+1
2013-09-10
s3:smbd: ease file server upgrades from 3.6 and earlier with "acl allow execu...
Michael Adam
1
-1
/
+15
2013-09-10
loadparm: add new parameter "acl allow execute always"
Michael Adam
2
-0
/
+2
2013-09-10
s3:smb2_find: Return that timestamps do not exist as directories
Christof Schmitt
3
-3
/
+16
2013-09-10
lib: serverid.h needs "struct db_record" declaration
Volker Lendecke
1
-0
/
+1
2013-09-10
s3: rpc_server/srvsvc: use find_sessions() in NetSessDel
Shekhar Amlekar
1
-17
/
+14
2013-09-10
s3:smbd/session: Added a routine find_sessions()
Shekhar Amlekar
2
-0
/
+30
2013-09-10
s3:smbd/session: add filters to gather_sessioninfo()
Shekhar Amlekar
1
-0
/
+19
2013-09-10
s3-winbind: Add support for the kernel krb5 keyring buffer.
Andreas Schneider
1
-0
/
+4
2013-09-10
s3-winbind: Don't set a default directory for DIR.
Andreas Schneider
1
-4
/
+0
2013-09-09
gencache: Avoid a duplicate call to string_term_tdb_data
Volker Lendecke
1
-4
/
+2
[prev]
[next]