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-04-19
s3: Fix Coverity ID 2682 -- NULL_RETURNS
Volker Lendecke
1
-3
/
+10
2012-04-19
s3: Fix Coverity ID 2727 to 2740 -- UNINIT
Volker Lendecke
2
-9
/
+14
2012-04-19
s3: Fix Coverity ID 2686 -- RESOURCE_LEAK
Volker Lendecke
1
-0
/
+1
2012-04-19
s4-python: Ensure we handle the no-eadb case for system xattrs in get/setntacl
Andrew Bartlett
1
-0
/
+1
2012-04-19
Added number of FSMO roles owned by the server we are trying to demote.
Daniele Dario
1
-1
/
+1
2012-04-19
s4-provision: Always give the warning if we are using eadb. It really should...
Andrew Bartlett
1
-3
/
+6
2012-04-19
s3: Fix the build on FreeBSD
Volker Lendecke
1
-1
/
+1
2012-04-19
s3: Fix Coverity ID 2682: NULL_RETURNS
Volker Lendecke
1
-0
/
+4
2012-04-19
librpc: Make finding newest pidl file more portable
Volker Lendecke
1
-9
/
+1
2012-04-19
s3: Fix Coverity ID 2743: CHECKED_RETURN
Volker Lendecke
1
-3
/
+6
2012-04-19
s3: Fix Coverity ID 2744: CHECKED_RETURN
Volker Lendecke
1
-1
/
+6
2012-04-19
s3: Fix Coverity ID 2745 and 2746: FORWARD_NULL
Volker Lendecke
1
-11
/
+15
2012-04-19
s3: Fix Coverity ID 2747: FORWARD_NULL
Volker Lendecke
1
-1
/
+1
2012-04-19
s3: Attempt to fix Coverity ID 2748: INTEGER_OVERFLOW
Volker Lendecke
1
-1
/
+1
2012-04-19
s3: Fix Coverity ID 2749: REVERSE_INULL
Volker Lendecke
1
-1
/
+3
2012-04-19
waf: Fix mispelling
Simo Sorce
4
-11
/
+11
2012-04-19
Fix Error messages
Simo Sorce
1
-4
/
+2
2012-04-19
s3/ldap: remove outdated netscape ds 5 schema file
Björn Jacke
2
-79
/
+2
2012-04-19
s3-xattr_tdb: Remove dead code: talloc_stackframe() cannot fail
Andrew Bartlett
2
-20
/
+0
2012-04-19
s3-dbwrap: Remove dead code: talloc_stackframe() cannot fail
Andrew Bartlett
1
-10
/
+1
2012-04-19
s3-passdb: Remove unused sampass->pass_must_change_time
Andrew Bartlett
7
-45
/
+3
2012-04-19
s4-kcc: avoid a false alarm with rodc
Matthieu Patou
1
-0
/
+7
2012-04-19
samba_spnupdate: don't try to register DNS related SPN if we are not masterin...
Matthieu Patou
1
-1
/
+24
2012-04-19
s3: Fix a "ISO C90 forbids mixed declarations and code"
Volker Lendecke
1
-3
/
+7
2012-04-19
dbcheck: Add a check that every FSMO role has a valid owner
Andrew Bartlett
1
-0
/
+41
2012-04-19
s4-samba-tool: Fix samba-tool fsmo seize
Andrew Bartlett
2
-46
/
+51
2012-04-19
s4-s3upgrade: Do not ever set a domain-wide maxPwdAge of 0
Andrew Bartlett
1
-1
/
+1
2012-04-19
s4-s3upgrade: Ignore (with warning) groups that are listed but we cannot list...
Andrew Bartlett
1
-2
/
+14
2012-04-18
Fix samba3.raw.samba3hide test - ensure we set up POSIX capabilities
Jeremy Allison
1
-0
/
+37
2012-04-18
Add smb_raw_setfsinfo() - currently only available level is SMB_SET_CIFS_UNIX...
Jeremy Allison
3
-0
/
+94
2012-04-18
Ensure we have 12 bytes of data for a SMB_SET_CIFS_UNIX_INFO call. Add debug.
Jeremy Allison
1
-1
/
+4
2012-04-18
s4-torture: Fix the raw.notify mask test
Volker Lendecke
1
-0
/
+4
2012-04-18
s4-torture: Use 2 client connections for raw.notify.mask
Volker Lendecke
1
-19
/
+20
2012-04-18
s4-torture: Use 2 client connections for raw.notify.tree
Volker Lendecke
1
-3
/
+9
2012-04-18
s4-torture: Use 2 client connections for raw.notify.recursive
Volker Lendecke
1
-6
/
+13
2012-04-18
s3-dbwrap: Fix an unused var warning
Volker Lendecke
1
-0
/
+2
2012-04-18
s4:torture:smb2: add a session.reauth2 test.
Michael Adam
1
-0
/
+93
2012-04-18
s4:torture:smb2: rename the file in the session-reauth1 test more systematically
Michael Adam
1
-1
/
+1
2012-04-18
s4:torture:smb2: rename the session_reauth test to session_reauth1
Michael Adam
1
-2
/
+2
2012-04-18
s4-torture: notify all is empty now
Volker Lendecke
1
-19
/
+0
2012-04-18
s4-torture: Separate out the notify alignment subtest
Volker Lendecke
1
-4
/
+9
2012-04-18
s4-torture: Separate out the notify basedir subtest
Volker Lendecke
1
-2
/
+8
2012-04-18
s4-torture: Separate out the notify overflow subtest
Volker Lendecke
1
-2
/
+8
2012-04-18
s4-torture: Separate out the notify tree subtest
Volker Lendecke
1
-2
/
+8
2012-04-18
s4-torture: Separate out the notify double subtest
Volker Lendecke
1
-2
/
+7
2012-04-18
s4-torture: Separate out the notify tcp_dis subtest
Volker Lendecke
1
-2
/
+8
2012-04-18
s4-torture: Separate out the notify ulogoff subtest
Volker Lendecke
1
-2
/
+8
2012-04-18
s4-torture: Separate out the notify exit subtest
Volker Lendecke
1
-2
/
+8
2012-04-18
s4-torture: Separate out the notify tdis subtest
Volker Lendecke
1
-2
/
+8
2012-04-18
s4-torture: Separate out the notify file subtest
Volker Lendecke
1
-2
/
+8
[next]