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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
build: list sources directly in smbldap library and remove vars=locals()
Michael Adam
2013-09-23
1
-4
/
+1
*
build: list sources of nmbd directly in the definition and remove vars=locals()
Michael Adam
2013-09-23
1
-18
/
+13
*
build: list sources of smbclient directly in the definition
Michael Adam
2013-09-23
1
-6
/
+3
*
build: list sources directly in the netapi library and remove vars=locals()
Michael Adam
2013-09-23
1
-21
/
+16
*
build: fix spacing in definition of "idmap_ldap" module
Michael Adam
2013-09-23
1
-1
/
+1
*
python-samba-tool fsmo: Do not give an error on a successful role transfer
Andrew Bartlett
2013-09-23
1
-7
/
+7
*
build: fix spacing in the definition of the "idmap_autorid" target
Michael Adam
2013-09-23
1
-1
/
+1
*
build: remove vars=locals() from the nss_info library: there is no need for this
Michael Adam
2013-09-23
1
-1
/
+0
*
build: remove vars=locals() from the IDMAP_HASH subsystem: there is no need f...
Michael Adam
2013-09-23
1
-2
/
+1
*
build: clean the idmap sybsystems/modules definitions
Michael Adam
2013-09-23
1
-33
/
+13
*
build: remove vars=locals() from the IDMAP_AD subsystem: there is no need for...
Michael Adam
2013-09-23
1
-1
/
+0
*
build: reorganize idmap_rw and idmap_tdb int subsystems with proper dependencies
Michael Adam
2013-09-23
1
-7
/
+13
*
selftst: add tests based on 4.1.0rc3 to check for zero invocationID in replPr...
Andrew Bartlett
2013-09-23
2
-2
/
+11
*
selftest: Add release-4-1-0rc3 saved provision
Andrew Bartlett
2013-09-22
32
-0
/
+155536
*
selftest: Only run referenceprovision and ldapcmp for the 4.0.0 test
Andrew Bartlett
2013-09-22
1
-2
/
+4
*
selftest: Add script to assist in writing out a tree undump.sh can restore
Andrew Bartlett
2013-09-22
1
-0
/
+48
*
dbcheck: Look for and fix the all-zero invocationID in replPropertyMetaData
Andrew Bartlett
2013-09-22
1
-0
/
+68
*
dsdb: Refuse to replicate an all-zero invocationID GUID in replPropertyMetaData
Andrew Bartlett
2013-09-22
1
-0
/
+9
*
smb.conf: Fill out the ntvfs handler smb.conf page from source4/NEWS
Andrew Bartlett
2013-09-22
1
-0
/
+13
*
Remove NEWS file containing confusing information
Andrew Bartlett
2013-09-22
1
-496
/
+0
*
Remove confusing TODO file
Andrew Bartlett
2013-09-22
1
-276
/
+0
*
dsdb: Use WERR_DS_ATT_NOT_DEF_IN_SCHEMA for failed schema lookups
Andrew Bartlett
2013-09-22
1
-28
/
+28
*
Backport 0e97908 from WAF repository: symlink fix for OpenBSD
Matthieu Patou
2013-09-21
1
-3
/
+6
*
s4:torture: remove and useless variable and assignment in smb2.session.reauth5
Michael Adam
2013-09-21
1
-3
/
+1
*
auth: fix space/tab mixup in cli_credentials_get_password()
Michael Adam
2013-09-20
1
-2
/
+2
*
Fix bug 10162 - POSIX ACL mapping failing when setting DENY ACE's from Windows.
Daniel Liberman
2013-09-21
1
-1
/
+1
*
s3-rpc: remove unused source3/librpc/rpc/rpc_common.c
Günther Deschner
2013-09-20
3
-218
/
+0
*
s3-rpc: use dcerpc_default_transport_endpoint function.
Günther Deschner
2013-09-20
3
-10
/
+33
*
librpc: add dcerpc_default_transport_endpoint() function.
Günther Deschner
2013-09-20
2
-0
/
+58
*
s3-rpc: use ndr_interface_name() instead of get_pipe_name_from_syntax() in DE...
Günther Deschner
2013-09-20
4
-20
/
+36
*
s3-rpc: use table->name directly in DEBUG contexts.
Günther Deschner
2013-09-20
2
-5
/
+4
*
librpc/ndr: make sure ndr_table_list() always calls ndr_init_table() first.
Günther Deschner
2013-09-20
1
-0
/
+1
*
librpc/ndr: call ndr_table_list() from all ndr_X functions.
Günther Deschner
2013-09-20
1
-3
/
+3
*
libcli: continue to read from the socket even if the size is 0
Matthieu Patou
2013-09-20
1
-1
/
+1
*
lib/messaging: Check the server_id type correctly
Andrew Bartlett
2013-09-19
1
-1
/
+1
*
dsdb-repl_meta_data: Make handling of Deleted Objects DN clearer in delete
Andrew Bartlett
2013-09-19
1
-5
/
+10
*
dsdb-repl_meta_data: Do not re-delete the Deleted Objects DN during replication
Andrew Bartlett
2013-09-19
1
-3
/
+5
*
dsdb: Refuse to return an all-zero invocationID
Andrew Bartlett
2013-09-19
1
-0
/
+8
*
dsdb-repl_meta_data: Check for a NULL invocationID and do not proceed
Andrew Bartlett
2013-09-19
1
-0
/
+4
*
python/drs: Ensure to pass in the local invocationID during the domain join
Andrew Bartlett
2013-09-19
6
-8
/
+30
*
s3-rpc_srv: remove unused schannel calls from srv_pipe.c
Günther Deschner
2013-09-19
1
-116
/
+0
*
s3-rpc_cli: remove unused schannel calls from cli_pipe.c
Günther Deschner
2013-09-19
1
-76
/
+0
*
s3-rpc_cli: remove unused schannel calls from dcerpc_helpers.c
Günther Deschner
2013-09-19
2
-127
/
+0
*
s3-rpc: use gensec for schannel footer processing.
Günther Deschner
2013-09-19
1
-32
/
+3
*
s3-rpc_srv: use gensec for schannel bind.
Günther Deschner
2013-09-19
1
-2
/
+7
*
s3-rpc_cli: use gensec for schannel bind.
Günther Deschner
2013-09-19
1
-9
/
+13
*
s3-auth: register schannel gensec module in auth_generic_prepare() as well.
Günther Deschner
2013-09-19
1
-1
/
+4
*
s3-rpc_cli: allow to pass down a netlogon CredentialState struct to gensec.
Günther Deschner
2013-09-19
1
-1
/
+4
*
s3-auth: also load schannel module from auth_generic_client_prepare().
Günther Deschner
2013-09-19
1
-1
/
+2
*
gensec: check for NULL gensec_security in gensec_security_by_auth_type().
Günther Deschner
2013-09-19
1
-2
/
+4
[prev]
[next]