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-19
ntdb: create initial database to be multiple of NTDB_PGSIZE.
Rusty Russell
8
-88
/
+138
2012-06-19
ntdb: make sure file is always a multiple of PAGESIZE (now NTDB_PGSIZE)
Rusty Russell
6
-46
/
+73
2012-06-19
ntdb: fix recovery data write.
Rusty Russell
2
-9
/
+36
2012-06-19
ntdb: enhance external-helper test code.
Rusty Russell
6
-18
/
+36
2012-06-19
ntdb: use NTDB_LOG_WARNING level for failed open() without O_CREAT.
Rusty Russell
2
-1
/
+11
2012-06-19
ccan: remove bogus debug print.
Rusty Russell
1
-1
/
+0
2012-06-19
ntdb: make fork test more thorough.
Rusty Russell
2
-9
/
+29
2012-06-19
ntdb: print \n at end of log messages in tests.
Rusty Russell
1
-1
/
+1
2012-06-19
ntdb: reduce race between creating file and getting open lock.
Rusty Russell
1
-23
/
+30
2012-06-19
ntdb: catch any valgrind errors in test
Rusty Russell
1
-2
/
+2
2012-06-19
ntdb: catch any valgrind errors in test
Rusty Russell
1
-1
/
+1
2012-06-19
ntdb: remove ntdb_error()
Rusty Russell
14
-190
/
+144
2012-06-19
TDB2: Goodbye TDB2, Hello NTDB.
Rusty Russell
148
-13728
/
+13586
2012-06-19
tdb2: Fix typo in TDB1_porting.txt
Kirill Smelkov
1
-1
/
+1
2012-06-19
TDB2: more internal cleanups after TDB1 compatibility removal.
Rusty Russell
13
-263
/
+239
2012-06-19
TDB2: remove TDB1 compatibility.
Rusty Russell
95
-8164
/
+160
2012-06-19
TDB2: make SAMBA use tdb1 again for the moment.
Rusty Russell
17
-535
/
+10
2012-06-19
ccan: check for err.h ourselves
Rusty Russell
2
-0
/
+3
2012-06-19
WHATSNEW: Fix typo.
Jelmer Vernooij
1
-1
/
+1
2012-06-19
tdb/wscript: Remove unecessary semicolons.
Jelmer Vernooij
1
-4
/
+4
2012-06-19
wafsamba/irixcc: add '-c99' option to cc
Stefan Metzmacher
1
-1
/
+3
2012-06-18
Revert "s3: temporary hack to make the waf build work withouth autotools bein...
Björn Jacke
1
-1
/
+0
2012-06-18
selftest/flapping: samba4.nss.test is also flakey for s3member
Stefan Metzmacher
1
-1
/
+1
2012-06-18
s3:autoconf: add -Iautoconf -Iautoconf/source3 at configure stage
Stefan Metzmacher
2
-3
/
+2
2012-06-18
s3:Makefile.in: remove pidl generated files with 'make realdistclean'
Stefan Metzmacher
1
-0
/
+1
2012-06-18
s3:Makefile.in: fix 'make realdistclean' after moving generated files to auto...
Stefan Metzmacher
1
-1
/
+1
2012-06-18
s3:Makefile.in: fix 'make clean' after moving generated files to autoconf/
Stefan Metzmacher
1
-6
/
+5
2012-06-18
s3:autogen.sh: fix autoconf/lib/param/param_proto.h location
Stefan Metzmacher
1
-1
/
+1
2012-06-18
lib/param: add missing prototype of lpcfg_parm_long()
Stefan Metzmacher
1
-0
/
+3
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
[next]