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-06-18
s3:autoconf-build: build the idmap backends tdb2, rid, and hash by default (s...
Michael Adam
1
-0
/
+3
2012-06-18
s3:waf-build: build the idmap backends tdb2, rid, and hash by default (shared)
Michael Adam
1
-1
/
+2
2012-06-18
s3:idmap_tdb: fix miss in rename of dbwrap_trans_store_uint32() to dbwrap_tra...
Michael Adam
1
-4
/
+4
2012-06-18
dbwrap: Rename dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystring
Amitay Isaacs
1
-2
/
+2
2012-06-18
s3:configure: check for SPLICE_F_MOVE at configure stage
Stefan Metzmacher
2
-2
/
+2
2012-06-17
heimdal:lib/wind: include <stdlib.h> at the end
Stefan Metzmacher
3
-3
/
+3
2012-06-16
heimdal:lib/wind: make sure errorlist_table.c includes config.h as first header
Stefan Metzmacher
1
-1
/
+1
2012-06-16
attr: Look for attr/attributes.h too.
Jelmer Vernooij
3
-2
/
+4
2012-06-16
heimdal:lib/krb5: don't name a struct 'token'
Stefan Metzmacher
1
-1
/
+1
2012-06-16
s3-auth: Remove auth_netlogond
Andrew Bartlett
6
-467
/
+1
2012-06-16
s3-passdb: Remove pdb_ads
Andrew Bartlett
5
-2709
/
+1
2012-06-16
s4-classicupgrade: Also ask testparm for 'smb passwd file'
Andrew Bartlett
1
-0
/
+2
2012-06-16
WHATSNEW: Bump the version and announce the s3fs default
Andrew Bartlett
1
-23
/
+28
2012-06-16
s4-classicupgrade: Use "samba classic" description for samba3 NT4-like domain...
Andrew Bartlett
2
-11
/
+13
2012-06-16
s4-lib/param: FLAG DAY for the default FILE SERVER
Andrew Bartlett
3
-7
/
+8
2012-06-16
s4-s3upgrade: Assert that administrator has a SID of -500, and only skip root...
Andrew Bartlett
1
-2
/
+9
2012-06-16
s4-s3upgrade: Add my wins.dat and fix the parsing error
Andrew Bartlett
3
-1
/
+27
2012-06-16
s4-s3upgrade: improve idmap import to use posixAccount and posixGroup entries
Andrew Bartlett
1
-2
/
+32
2012-06-16
s4-idmap: Add mapping using uidNumber and gidNumber like idmap_ad
Andrew Bartlett
2
-2
/
+123
2012-06-16
Same fix as bug 8989 - Samba 3.5.x (and probably all other versions of Samba)...
Jeremy Allison
1
-0
/
+9
2012-06-15
Fix Bug 8989 - Samba 3.5.x (and probably all other versions of Samba) does no...
Jeremy Allison
1
-0
/
+6
2012-06-15
s3: Slightly simplify grant_fsp_oplock_type
Volker Lendecke
1
-1
/
+3
2012-06-16
s4-selftest: Add tests for dbcheck on an old database that needs repair
Andrew Bartlett
2
-0
/
+44
2012-06-16
s4-dbcheck: Always specify the dhcheck control
Andrew Bartlett
1
-0
/
+1
2012-06-16
selftest: Add targetdir and tdbrestore parameters to undump.sh
Andrew Bartlett
1
-5
/
+22
2012-06-16
build: Remove support for non-64bit sendfile()
Andrew Bartlett
3
-120
/
+0
2012-06-15
selftest/flapping: mark samba4.nss.test using winbind(s3dc) as flakey
Stefan Metzmacher
1
-0
/
+1
2012-06-15
docs-xml: vfs_gpfs: add comment "per share option"
Björn Baumbach
1
-0
/
+2
2012-06-15
docs-xml: vfs_gpfs: fix typo
Björn Baumbach
1
-1
/
+1
2012-06-15
docs-xml: add gpfs:acl option to vfs_gpfs man page
Björn Baumbach
1
-0
/
+20
2012-06-15
s3:vfs_gpfs: add "gpfs:acl" option
Björn Baumbach
1
-0
/
+81
2012-06-15
dbwrap: Remove an unnecessary ZERO_STRUCT
Volker Lendecke
1
-1
/
+0
2012-06-15
s3-winbindd: fix the build of idmap_ad modules.
Günther Deschner
1
-1
/
+2
2012-06-15
s3-lib: Fix conversion of lib/events.c to modern tevent names
Andrew Bartlett
1
-2
/
+2
2012-06-15
dbwrap: dbwrap_trans_store_uint32->dbwrap_trans_store_uint32_bystring
Volker Lendecke
4
-6
/
+8
2012-06-15
dbwrap: dbwrap_trans_store_int32->dbwrap_trans_store_int32_bystring
Volker Lendecke
5
-7
/
+10
2012-06-15
dbwrap: dbwrap_trans_change_int32_atomic->dbwrap_trans_change_int32_atomic_by...
Volker Lendecke
3
-10
/
+10
2012-06-15
dbwrap: dbwrap_change_int32_atomic->dbwrap_change_int32_atomic_bystring
Volker Lendecke
2
-4
/
+8
2012-06-15
dbwrap: dbwrap_trans_change_uint32_atomic->dbwrap_trans_change_uint32_atomic_...
Volker Lendecke
3
-10
/
+10
2012-06-15
dbwrap: dbwrap_change_uint32_atomic->dbwrap_change_uint32_atomic_bystring
Volker Lendecke
4
-6
/
+10
2012-06-15
dbwrap: dbwrap_store_uint32->dbwrap_store_uint32_bystring
Volker Lendecke
8
-14
/
+19
2012-06-15
dbwrap: dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystring
Volker Lendecke
11
-23
/
+25
2012-06-15
dbwrap: dbwrap_store_int32->dbwrap_store_int32_bystring
Volker Lendecke
7
-20
/
+23
2012-06-15
dbwrap: dbwrap_fetch_int32->dbwrap_fetch_int32_bystring
Volker Lendecke
7
-20
/
+23
2012-06-15
s3-build: Do not write loadparm generated files into the build tree
Andrew Bartlett
8
-29
/
+35
2012-06-15
s3-lib: Convert lib/events.c to modern tevent names
Andrew Bartlett
1
-14
/
+14
2012-06-15
docs: document new server role values
Andrew Bartlett
1
-2
/
+24
2012-06-15
s3-auth: rework default auth methods around the lp_server_role() parameter
Andrew Bartlett
2
-18
/
+23
2012-06-15
lib/param: Use server role = 'standalone server' to be consistant with member...
Andrew Bartlett
3
-7
/
+12
2012-06-15
lib/param: make security=domain and security=ads conflict with being a DC
Andrew Bartlett
1
-18
/
+2
[next]