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
*
docs: Remove merged-branches.txt
Andrew Bartlett
2012-09-04
1
-6
/
+0
*
docs: Remove docs for removed parameter 'display charset'
Andrew Bartlett
2012-09-04
1
-17
/
+0
*
remove extra tab from Makefile
Andrew Bartlett
2012-09-04
1
-2
/
+2
*
docs: Fix undocumented target to find smb.conf directives in the right place
Andrew Bartlett
2012-09-04
3
-3
/
+3
*
docs: Remove references to security=share and security=server from the smb.co...
Andrew Bartlett
2012-09-04
9
-91
/
+12
*
docs: Remove docs for removed parameter 'parinoid server security'
Andrew Bartlett
2012-09-04
1
-19
/
+0
*
docs: Rename manpages-3 -> manpages.
Karolin Seeger
2012-09-03
95
-75
/
+75
*
s4-docs: Remove empty s4 HOWTO Collection.
Karolin Seeger
2012-09-03
22
-490
/
+0
*
build: skip shipping the alpha13 provision in the release tarballs
Andrew Bartlett
2012-09-03
1
-1
/
+1
*
s4-classicupgrade: Show more clearly what is wrong with the Adminstrator SID
Andrew Bartlett
2012-09-03
1
-0
/
+1
*
build: Only make bin/ if it does not exist
Andrew Bartlett
2012-09-03
1
-1
/
+2
*
selftest: skip tests if the tarball did not include the alpha13 provision
Andrew Bartlett
2012-09-03
1
-6
/
+28
*
waf: add new quota header checks and sysquota_4B source file
Björn Jacke
2012-09-02
2
-1
/
+3
*
s3: remove some duplicate quota code
Björn Jacke
2012-09-02
1
-27
/
+12
*
s3: adopt the new sysquotas_4B support for BSD
Björn Jacke
2012-09-02
2
-3
/
+28
*
s3: add sysquotas_4B support
Björn Jacke
2012-09-02
5
-4
/
+227
*
s3: Make an if statement a bit easier to read
Volker Lendecke
2012-09-01
1
-2
/
+3
*
Now SEC_RIGHTS_PRIV_RESTORE and SEC_RIGHTS_PRIV_BACKUP don't include any gene...
Jeremy Allison
2012-08-31
2
-4
/
+28
*
Rewrite torture_samba3_rpc_sharesec() to use a non-privileged user for share ...
Jeremy Allison
2012-08-31
2
-15
/
+182
*
Add a comment showing where to set log level in tests.
Jeremy Allison
2012-08-31
1
-0
/
+3
*
Change the S3 fileserver over to se_file_access_check().
Jeremy Allison
2012-08-31
2
-7
/
+10
*
Factor out privilege checking code into se_file_access_check() which takes a ...
Jeremy Allison
2012-08-31
2
-10
/
+87
*
SEC_RIGHTS_DIR_PRIV_BACKUP and SEC_RIGHTS_DIR_PRIV_RESTORE aren't used anywhe...
Jeremy Allison
2012-08-31
1
-8
/
+7
*
s4-dsdb: Remove unused variables
Andrew Bartlett
2012-09-01
1
-3
/
+0
*
s4-kdc: Improve grammer and clarity of password change failure messages.
Andrew Bartlett
2012-09-01
1
-4
/
+3
*
s3: Fix warnings in aio_fork.c
Volker Lendecke
2012-09-01
1
-2
/
+4
*
s3: Remove a shadowing variable declaration
Volker Lendecke
2012-09-01
1
-2
/
+0
*
s4-dsdb: Remove unused tmp_ctx leaked onto long-term ldb_context
Andrew Bartlett
2012-09-01
1
-2
/
+0
*
s4 dns: Store TKEYs in a ringbuffer
Kai Blin
2012-08-31
3
-57
/
+106
*
tdb: return unpack error on strdup failure
David Disseldorp
2012-08-31
1
-0
/
+3
*
s3: Fix a few "warning: ISO C90 forbids mixed declarations and code"
Volker Lendecke
2012-08-31
1
-154
/
+234
*
s3:build fix autoconf build on RHEL5
Christian Ambach
2012-08-31
1
-0
/
+236
*
s3:doc Fix name of timeout parameter in documentation
Christof Schmitt
2012-08-31
1
-3
/
+3
*
s3:dbwrap_ctdb: Add DB name and key to warning message
Christof Schmitt
2012-08-31
1
-1
/
+8
*
s4 dns: Negotiate GSSAPI-based TKEYs
Kai Blin
2012-08-31
4
-1
/
+254
*
s4-kdc: Give information on how long the password history is
Andrew Bartlett
2012-08-31
1
-1
/
+2
*
s4-libnet: Fix memory leak of lsa_RefDomainList and lsa_String onto libnet_ctx
Andrew Bartlett
2012-08-31
1
-2
/
+2
*
auth/credentials: Do not print passwords in a talloc memory dump
Andrew Bartlett
2012-08-31
1
-0
/
+8
*
VERSION: Move on to beta9
Andrew Bartlett
2012-08-31
1
-2
/
+2
*
VERSION: Mark as the beta8 release
Andrew Bartlett
2012-08-31
1
-1
/
+1
*
WHATSNEW: prepare for 4.0 beta8
Andrew Bartlett
2012-08-31
1
-35
/
+30
*
The NTVFS server doesn't pass the SMB1 INHERITFLAGS test.
Jeremy Allison
2012-08-30
1
-0
/
+1
*
Now ACL inheritance flags are working, add test_inheritance_flags() back into...
Jeremy Allison
2012-08-30
1
-5
/
+10
*
With the inheritance ACL changes we now pass samba3.smb2.acls.INHERITFLAGS.
Jeremy Allison
2012-08-30
1
-1
/
+0
*
Fix bug #9124 - Samba fails to set "inherited" bit on inherited ACE's.
Jeremy Allison
2012-08-30
1
-3
/
+7
*
Windows does canonicalization of inheritance bits. Do the same.
Jeremy Allison
2012-08-30
1
-0
/
+35
*
Change the other two places where we set a security descriptor given by the c...
Jeremy Allison
2012-08-30
2
-25
/
+2
*
Re-add set_sd(), called from set_sd_blob(). Allows us to centralize all ACL c...
Jeremy Allison
2012-08-30
2
-14
/
+28
*
Rename set_sd() to set_sd_blob() - this describes what it does.
Jeremy Allison
2012-08-30
3
-6
/
+6
*
s3:libsmb correctly set isFsctl for snapshot list
Christian Ambach
2012-08-30
1
-1
/
+1
[next]