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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-07
s3-waf: avoid exporting init symbols from statically linked modules
Alexander Bokovoy
2
-1
/
+334
2012-09-07
s4-torture: dns torture test depends on AD DC build
Alexander Bokovoy
1
-8
/
+9
2012-09-07
s3-passdb: convert pdb_ipa to use secrets wrappers
Alexander Bokovoy
1
-4
/
+4
2012-09-07
s3-passdb: convert pdb_ldap to use secrets wrappers
Alexander Bokovoy
1
-2
/
+2
2012-09-07
s3-passdb: wrap secrets.tdb accessors used by PDB modules
Alexander Bokovoy
2
-0
/
+45
2012-09-07
wafsamba/samba_abi: allow negative matches in abi_match
Alexander Bokovoy
1
-3
/
+12
2012-09-07
gen_abi.sh: filter out symbols not needed for ABI
Alexander Bokovoy
1
-1
/
+1
2012-09-07
wafsamba/samba_abi: fix signature parsing for structures
Alexander Bokovoy
1
-2
/
+3
2012-09-07
waf: Fix bug #8801 - build s3fs manpages.
Andreas Schneider
2
-0
/
+91
2012-09-07
waf: Rename nmblookup manpage to nmblookup4.
Andreas Schneider
2
-66
/
+66
2012-09-07
docs: Remove old tdb manpages.
Andreas Schneider
3
-440
/
+0
2012-09-07
docs: Remove old ldb manpages.
Andreas Schneider
7
-1012
/
+0
2012-09-07
waf: Create catalog file for manpage generation.
Andreas Schneider
2
-1
/
+6
2012-09-07
wafsamba: Add a CONFIGURE_FILE option.
Andreas Schneider
2
-1
/
+52
2012-09-07
wafsamba: Add support for manpages in SAMBA_MODULE.
Andreas Schneider
9
-3
/
+5
2012-09-07
selftest/knownfail: samba3.smb2.durable-open.alloc-size fails currently
Stefan Metzmacher
1
-0
/
+1
2012-09-07
s4:torture:smb2: add a test for alloc size behaviour under durable reconnect
Michael Adam
1
-0
/
+154
2012-09-07
param: remove unused define FN_LOCAL_PARM_CHAR()
Michael Adam
1
-2
/
+0
2012-09-07
Free protect_ids in secret_store_domain_guid() as the caller of fetch_secrets...
Michele Baldessari
1
-0
/
+2
2012-09-07
selftest/knownfail: samba3.smb2.durable-v2-open.reopen{1,2} fails currently
Stefan Metzmacher
1
-0
/
+2
2012-09-07
s4:torture/smb2: add smb2.durable-v2-open.reopen{1,2} tests
Stefan Metzmacher
1
-0
/
+184
2012-09-07
s4:torture/smb2: check that the server should ignore the fname in a DHnC request
Stefan Metzmacher
1
-1
/
+2
2012-09-07
s4:torture/smb2: don't expect a DHnQ response in a DHnC request
Stefan Metzmacher
1
-4
/
+0
2012-09-07
s4 dns: Make debug output less noisy
Kai Blin
4
-16
/
+16
2012-09-06
s4 dns: Check if signing user is allowed to update records
Kai Blin
1
-16
/
+56
2012-09-06
fileserver:sysquotas: remove wrong cast
Björn Jacke
1
-1
/
+1
2012-09-06
s3:quota: don't force the block size to 512
Björn Jacke
1
-3
/
+0
2012-09-06
s3-smbd: Remove remaining references to removed OS support in old-style quota...
Andrew Bartlett
1
-6
/
+6
2012-09-06
s3-smbd: Remove IRIX support from old (pre-sysquotas) code
Andrew Bartlett
1
-129
/
+0
2012-09-06
s3-smbd: Remove HPUX support from old (pre-sysquotas) code
Andrew Bartlett
1
-19
/
+0
2012-09-06
s3-smbd: Remove BSD support from old (pre-sysquotas) code
Andrew Bartlett
1
-226
/
+3
2012-09-06
s3-smbd: Remove Linux support from old (pre-sysquotas) code
Andrew Bartlett
1
-438
/
+1
2012-09-06
s3-configure: Only use sysquotas by default
Andrew Bartlett
1
-98
/
+15
2012-09-06
build: Remove Unicos support (quota in particular)
Andrew Bartlett
3
-132
/
+0
2012-09-06
build: Do not compile lib/sysquotas*.c files as part of configure
Andrew Bartlett
1
-65
/
+16
2012-09-06
s3: Fix 64-bit warnings in vfs_media_harmony
Volker Lendecke
1
-1
/
+1
2012-09-06
sysquota: we need to list nfs4 as a separate fs name for the sys_get_nfs_quot...
Björn Jacke
1
-0
/
+1
2012-09-06
selftest: Test configure stage of dlz_bind9
Andrew Bartlett
1
-0
/
+61
2012-09-06
selftest: Add tests for the dlz_bind9 module
Andrew Bartlett
5
-0
/
+113
2012-09-06
join.py: Only replicate DNS zones if the source DC had DNS zones
Andrew Bartlett
1
-7
/
+18
2012-09-06
s3-printing: Restrict printing=cups to systems with cups development headers ...
Andrew Bartlett
4
-17
/
+9
2012-09-05
Free protect_ids in secret_store_domain_sid() as the caller of fetch_secrets(...
Michele Baldessari
1
-0
/
+2
2012-09-05
Add "backup_intent" bool to files_struct.
Jeremy Allison
1
-0
/
+3
2012-09-05
Remove an unncessary FTRUNCATE call in the open path. We can rely on O_TRUC.
Jeremy Allison
1
-29
/
+1
2012-09-05
s4 dns: Allow configuring signed updates
Kai Blin
1
-1
/
+6
2012-09-05
s4 dns: Make sure to remember incoming tkey name
Kai Blin
1
-0
/
+4
2012-09-05
s4 dns: Verify incoming TSIG signatures
Kai Blin
4
-0
/
+189
2012-09-05
s4 dns: Handle GSS-TSIG signature creation
Kai Blin
3
-0
/
+144
2012-09-05
s4 dns: When we got a TKEY, we need to remember which key to use for signing
Kai Blin
2
-2
/
+17
2012-09-05
s4 dns: TKEY record needs to remember incoming algorithm
Kai Blin
2
-1
/
+10
[prev]
[next]