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
path:
root
/
source4
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-06
s4-lsarpc: Restrict LookupNames4 to crypto connections only.
Andreas Schneider
1
-0
/
+10
2012-07-06
s4-lsarpc: Don't call lsa_OpenPolicy2 in lsa_LookupSids3.
Andreas Schneider
1
-46
/
+48
2012-07-06
s4-lsaprc: Don't call lsa_OpenPolicy2 in lsa_LookupNames4.
Andreas Schneider
1
-49
/
+53
2012-07-06
s4-selftest: Don't run lsarpc requiring a named pipe over tcpip.
Andreas Schneider
1
-1
/
+1
2012-07-06
s4-selftest: Don't plan lsa.secrets tests over tcpip.
Andreas Schneider
1
-4
/
+4
2012-07-06
s4-libnet: Skip calling lsarpc functions over a wrong pipe.
Andreas Schneider
1
-0
/
+9
2012-07-06
s4-torture: Call lsarpc tests over the correct pipe.
Andreas Schneider
1
-0
/
+6
2012-07-06
s4-torture: Don't consider NONE_MAPPED an error in LookupSids3.
Andreas Schneider
1
-3
/
+19
2012-07-06
s4-torture: Don't consider NONE_MAPPED an error in LookupNames4.
Andreas Schneider
1
-3
/
+15
2012-07-06
s4-torture: Add a lsarpc test_GetUserName_fail function.
Andreas Schneider
1
-0
/
+59
2012-07-06
s4-torture: Add a lsarpc test_OpenPolicy2_fail function.
Andreas Schneider
2
-21
/
+74
2012-07-06
s4-torture: Add a lsarpc test_OpenPolicy_fail function.
Andreas Schneider
1
-17
/
+74
2012-07-06
s4-torture: Add a lsarpc test_LookupNames4_fail function.
Andreas Schneider
1
-23
/
+74
2012-07-06
s4-torture: Add a lsarpc test_LookupSids3_fail function.
Andreas Schneider
1
-15
/
+68
2012-07-06
s4-torture: Test LookupSids3/LookupNames4 over np and tcpip.
Andreas Schneider
1
-8
/
+26
2012-07-06
s4-torture: Make sure lsa_OpenPolicy2 fails over TCP/IP.
Andreas Schneider
2
-8
/
+16
2012-07-06
s4-torture: Make sure lsa_OpenPolicy fails over TCP/IP.
Andreas Schneider
1
-9
/
+20
2012-07-06
s4-torture: Make sure ncacn_np tests are only called over the a pipe.
Andreas Schneider
2
-1
/
+43
2012-07-06
s4-torture: Test LookupSids3 and LookupNames4 only over tcpip.
Andreas Schneider
1
-13
/
+36
2012-07-06
s4-torture: Use test_LookupSids3 function.
Andreas Schneider
1
-32
/
+1
2012-07-06
s4-torture: Fix build warnings in lsa test.
Andreas Schneider
1
-10
/
+2
2012-07-06
s4-classicupgrade: Demote any other 'BDC' accounts back to a member server du...
Andrew Bartlett
1
-2
/
+12
2012-07-06
s4-selftest: Test samba-tool domain dcpromo
Andrew Bartlett
1
-1
/
+2
2012-07-06
s4-samba-tool: Provide a samba-tool domain dcpromo that upgrades a member to ...
Andrew Bartlett
2
-10
/
+121
2012-07-06
s4-dsdb: Give a much better error message when parentGUID generation fails
Andrew Bartlett
1
-3
/
+3
2012-07-06
s4-dsdb: Use parent_object_guid to find the correct parent for new objects
Andrew Bartlett
3
-1
/
+129
2012-07-04
s4/heimdal: fix make-proto.pl with perl 5.16
Björn Jacke
1
-3
/
+2
2012-07-03
samba-tool: gpo: Update copyright
Amitay Isaacs
1
-1
/
+1
2012-07-03
samba-tool: gpo: Improve error messages
Amitay Isaacs
1
-26
/
+28
2012-07-03
samba-tool: gpo: Add del subcommand to delete GPO
Amitay Isaacs
1
-0
/
+79
2012-07-03
samba-tool: gpo: Add listcontainers subcommand to list containers using given...
Amitay Isaacs
1
-0
/
+37
2012-07-03
samba-tool: gpo: Use utility function dc_url() to set the connection url
Amitay Isaacs
1
-9
/
+18
2012-07-03
samba-tool: gpo: Refactor code using utility functions
Amitay Isaacs
1
-40
/
+8
2012-07-03
samba-tool: gpo: Add utility functions get_gpo_containers and del_gpo_link
Amitay Isaacs
1
-0
/
+50
2012-07-03
s4-pysmb: Add deltree() method to remove directory and its contents
Amitay Isaacs
1
-0
/
+25
2012-07-03
samba-tool: Fix indentation
Amitay Isaacs
2
-4
/
+4
2012-07-03
samba-tool: gpo: Use gpo (id) instead of gpo_dn (DN)
Amitay Isaacs
1
-3
/
+3
2012-07-03
samba-tool: gpo: Correct the attribute name from gPlink to gPLink
Amitay Isaacs
1
-3
/
+3
2012-07-03
samba-tool: gpo: Fix policy DN
Amitay Isaacs
1
-1
/
+1
2012-07-03
s4-dns: Remove refernece to BIND 9.7 supporting GSS-TSIG
Andrew Bartlett
1
-1
/
+1
2012-07-03
s4-dns: Remove dynamic DNS instructions for bind 9.7
Andrew Bartlett
1
-22
/
+1
2012-07-03
auth: Remove .get_challenge (only used for security=server)
Andrew Bartlett
7
-97
/
+0
2012-07-02
s4-torture: more printf removal from samlogon torture test.
Günther Deschner
1
-29
/
+25
2012-06-28
Replace all uses of setXX[ug]id() and setgroups with samba_setXX[ug]id() calls.
Jeremy Allison
2
-5
/
+9
2012-06-28
selftest: run pdbtest against s3dc as well
Andrew Bartlett
1
-1
/
+1
2012-06-28
selftest: use a loop rather than declare tests for both dc and s3dc
Andrew Bartlett
1
-16
/
+16
2012-06-28
s4-torture: fix typo in samlogon test.
Günther Deschner
1
-1
/
+1
2012-06-28
s4-torture: use torture context for printing debug output.
Günther Deschner
1
-111
/
+97
2012-06-28
source4/smbd/pidfile: don't panic if pid file is corrupt.
Rusty Russell
1
-0
/
+3
2012-06-27
s4-selftest: expand passdb testing
Andrew Bartlett
1
-0
/
+1
[prev]
[next]