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-25
docs: Add mention of AD DC support in TOSHARG-PDC
Andrew Bartlett
1
-12
/
+10
2012-09-25
docs: Explain the no-domain-logons restriction applies to all HOME editions
Andrew Bartlett
1
-8
/
+8
2012-09-25
docs: Remove references to default paramters in TOSHARG-PDC
Andrew Bartlett
1
-129
/
+53
2012-09-25
docs: Update TOSHARG-Install
Andrew Bartlett
1
-18
/
+2
2012-09-25
client: Fix talloc_stackframe() free order assertion in developer mode
Andrew Bartlett
1
-0
/
+1
2012-09-25
replace: Avoid returning value in void setproctitle() replacement.
Jelmer Vernooij
1
-1
/
+0
2012-09-25
We now pass "samba3.raw.acls.generic" and "samba3.smb2.acls.GENERIC" with the...
Jeremy Allison
1
-3
/
+0
2012-09-25
Fix bug #9189 - SMB2 Create doesn't return correct MAX ACCESS access mask in ...
Jeremy Allison
1
-0
/
+7
2012-09-25
s4:rpc_server/drsuapi: use talloc_zero instead of talloc() in dcesrv_drsuapi_...
Stefan Metzmacher
1
-1
/
+1
2012-09-25
s4:rpc_server/drsuapi: fix a crash in dcesrv_drsuapi_DsGetDomainControllerInf...
Stefan Metzmacher
1
-6
/
+6
2012-09-25
samba-tool domain provision: DNS forwarder is not a boolean.
Jelmer Vernooij
1
-3
/
+3
2012-09-24
Remove compatibility code for setproctitle() now moved to libreplace.
Jelmer Vernooij
2
-26
/
+0
2012-09-24
replace: Support setproctitle().
Jelmer Vernooij
6
-15
/
+21
2012-09-24
samba-tool domain-provision: Avoid python2.5-isms.
Jelmer Vernooij
1
-1
/
+4
2012-09-24
samba-tool domain-provision: Fix docstring.
Jelmer Vernooij
1
-2
/
+2
2012-09-24
script/autobuild.py: set the default for --log-base to the current gitroot
Stefan Metzmacher
1
-7
/
+7
2012-09-24
build: Fix detection of quotas on macos
Andrew Bartlett
1
-1
/
+1
2012-09-24
s3-pylibsmb: Use Py_RETURN_NONE
Volker Lendecke
1
-9
/
+4
2012-09-24
torture: More torture_assert() calls in rpc.lsa
Andrew Bartlett
1
-36
/
+19
2012-09-24
torture: use torture_assert rather than return false in rpc.lsa
Andrew Bartlett
1
-110
/
+52
2012-09-24
torture: tidy up rpc.lsa OpenPolicy2 test to more clearly use torture_fail()
Andrew Bartlett
1
-14
/
+10
2012-09-24
build: Add missing dep on tdb_compat
Andrew Bartlett
1
-1
/
+1
2012-09-24
lib/replace: Look for special flags needed for c99
Andrew Bartlett
1
-0
/
+10
2012-09-24
lib/replace: Improve mkstemp test in autoconf and waf
Andrew Bartlett
2
-4
/
+34
2012-09-24
s3:winbindd fix a compiler warning
Christian Ambach
1
-1
/
+1
2012-09-23
s3:printing only do printing_subsystem_update when printing is enabled
Christian Ambach
1
-1
/
+4
2012-09-23
s4:dns_server - introduce the wildcard binding feature
Matthias Dieter Wallnöfer
1
-10
/
+28
2012-09-23
s3-pylibsmb: Add get_oplock_break
Volker Lendecke
1
-0
/
+120
2012-09-23
s3-pylibsmb: Factor out py_tevent_cond_signal
Volker Lendecke
1
-3
/
+9
2012-09-23
s3-pylibsmb: Reduce the number of warnings
Volker Lendecke
1
-14
/
+32
2012-09-23
s3: Convert cli_oplock_break_waiter to smbXcli
Volker Lendecke
1
-5
/
+18
2012-09-23
s3: Add "readdir" to pylibsmb
Volker Lendecke
1
-0
/
+72
2012-09-23
s3: Fix some nonempty line endings
Volker Lendecke
1
-4
/
+4
2012-09-23
s3-pylibsmb: move py_tevent_req_wait_exc up in the file
Christian Ambach
1
-19
/
+19
2012-09-23
s3-pylibsmb: Factor out py_tevent_cond_wait
Volker Lendecke
1
-14
/
+19
2012-09-23
build: Remove unused define UNIXWARE
Andrew Bartlett
1
-2
/
+1
2012-09-23
lib/replace: Remove unused nap and therefore the SCO define
Andrew Bartlett
2
-12
/
+1
2012-09-23
build: Make waf configure match autoconf for HPUX ACLs
Andrew Bartlett
1
-0
/
+1
2012-09-23
build: Rework waf STAT_ST_BLOCKSIZE to match autoconf, with 512 as the default
Andrew Bartlett
1
-6
/
+13
2012-09-23
lib/util: Remove unbuilt file util_getent.c and BROKEN_GETGRNAM
Andrew Bartlett
2
-288
/
+0
2012-09-23
build: Remove unused IRIX and IRIX6 defines
Andrew Bartlett
1
-6
/
+1
2012-09-23
lib/replace: Try to fix build on HP-UX for os2_delete test
Andrew Bartlett
5
-18
/
+7
2012-09-23
ntdb: Try to fix the build on Solaris which does not have err
Andrew Bartlett
3
-2
/
+15
2012-09-23
s4:torture:smb2: add a durable-open.read-only test
Michael Adam
1
-0
/
+95
2012-09-23
script/autobuild.py: remove --rebase-master and --push-master options
Stefan Metzmacher
1
-18
/
+3
2012-09-23
s3:vfs_fake_acls fix a compiler warning
Christian Ambach
1
-1
/
+1
2012-09-22
s3:winbindd fix a compiler warning
Christian Ambach
1
-1
/
+1
2012-09-22
script/autobuild.py: add --log-base option
Stefan Metzmacher
1
-3
/
+6
2012-09-22
script/autobuild.py: add log_base variable to avoid hardcoded values
Stefan Metzmacher
1
-11
/
+14
2012-09-22
script/autobuild.py: add --branch option
Stefan Metzmacher
1
-5
/
+8
[next]