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
2011-12-08
Add test for PEP8 - currently all errors are ignored, but we warn about them ...
Jelmer Vernooij
1
-0
/
+50
2011-12-08
samba.drs_utils: Use new style classes and exceptions, fix formatting of docs...
Jelmer Vernooij
1
-13
/
+19
2011-12-08
samba.kcc_utils: Fix formatting to match PEP8, make pydoctor happy.
Jelmer Vernooij
1
-246
/
+214
2011-12-08
Add tests for srvsvc python interface. Thanks Dhananjay Sathe
Jelmer Vernooij
2
-0
/
+70
2011-12-08
selftest: Some extra assertions.
Jelmer Vernooij
1
-0
/
+4
2011-12-08
dbcheck: cope with objects disappearing during checking
Andrew Tridgell
2
-6
/
+16
2011-12-08
samba_kcc NTDSConnection translation
Dave Craft
2
-218
/
+1292
2011-12-08
Invocation of samba_kcc from KCC task
Dave Craft
3
-21
/
+89
2011-12-08
Add subreq and status to kcc_service struct
Dave Craft
1
-2
/
+9
2011-12-07
s4-selftest re-enable nsstest on libnss_winbind.so
Andrew Bartlett
1
-1
/
+1
2011-12-07
s4-kdc: only build hdb plugin if we build against system Heimdal
Andrew Bartlett
1
-0
/
+1
2011-12-07
s4-dnsupdate: Do not attempt to add the PDC names if we are not a PDC
Andrew Bartlett
1
-5
/
+11
2011-12-07
pydsdb: provide a am_pdc hook like am_rodc to python scripts
Andrew Bartlett
2
-0
/
+26
2011-12-07
s4-dns Use match-by-key in GSSAPI server if principal is not specified
Andrew Bartlett
1
-22
/
+5
2011-12-07
auth: Allow a NULL principal to be obtained from the credentials
Andrew Bartlett
2
-3
/
+14
2011-12-07
dlz_bind9: Add command line options for URL and debug
Amitay Isaacs
2
-9
/
+28
2011-12-07
dlz_bind9: Set debugging output to stderr
Amitay Isaacs
1
-0
/
+3
2011-12-07
dlz_bind9: Use client supplied credentials for DNS record update
Amitay Isaacs
1
-0
/
+79
2011-12-07
dlz_bind9: For creating a child entry, use only SEC_ADS_CREATE_CHILD
Amitay Isaacs
1
-1
/
+1
2011-12-06
Install (platform-independent) python scripts to the PYTHONDIR rather than PY...
Jelmer Vernooij
1
-1
/
+1
2011-12-05
s4-drs: do not try to contact for replication servers that are not anymore in...
Matthieu Patou
1
-6
/
+40
2011-12-05
s4-resolver: do not use all the A and AAAA records, those after a NS are not ...
Matthieu Patou
2
-1
/
+17
2011-12-05
s4-drs: mark WERR_DS_DRA_BUSY as a non error in DsReplicaUpdateRefs
Matthieu Patou
1
-2
/
+22
2011-12-05
s4: add blackbox test for the demote function
Matthieu Patou
2
-0
/
+40
2011-12-05
samba-tool: refuse to demote if the current DC has still roles
Matthieu Patou
1
-4
/
+12
2011-12-05
samba-tool: add a function to cleanly demote a DC
Matthieu Patou
2
-2
/
+257
2011-12-05
s4-python: factorize the definition of get_dsServiceName
Matthieu Patou
4
-18
/
+14
2011-12-05
s4-python: externalize some function to the drs_utils module so that they can...
Matthieu Patou
2
-25
/
+66
2011-12-05
s4-python: rename conflicting variable with the import option
Matthieu Patou
1
-2
/
+2
2011-12-03
s4 dns: Test SOA queries
Kai Blin
1
-0
/
+32
2011-12-03
Revert making public of the samba-module library.
Jelmer Vernooij
17
-59
/
+59
2011-12-01
s4-ntvfs: added allow_override check based on use of NT ACL
Andrew Tridgell
10
-41
/
+59
2011-12-01
s4-ntvfs: fixed a unix ACL mapping bug
Andrew Tridgell
1
-21
/
+25
2011-11-30
s4-tests: Use long option names in test list script, to prevent 'eating' --li...
Jelmer Vernooij
1
-38
/
+38
2011-11-30
s4-testlist: Write diagnostic info to stderr, and purely test info to stdout.
Jelmer Vernooij
1
-2
/
+2
2011-11-30
s4:lib/tls - call "gnutls_transport_set_lowat" only on GNUTLS < 3.0
Matthias Dieter Wallnöfer
2
-0
/
+8
2011-11-30
s4:gensec/spnego: only try the mechs that match the client given ones
Stefan Metzmacher
1
-0
/
+4
2011-11-30
s4:libcli/raw: implement on top of smbXcli_conn/req
Stefan Metzmacher
20
-1812
/
+1033
2011-11-30
s4:libcli: do the nbss session request within smbcli_sock_connect_*()
Stefan Metzmacher
4
-147
/
+108
2011-11-30
s4:libcli/raw: remove unused functions
Stefan Metzmacher
2
-76
/
+0
2011-11-30
s4:libcli: use smbcli_sock_connect() in smbcli_socket_connect()
Stefan Metzmacher
1
-5
/
+11
2011-11-30
s4:libcli: move smbcli_transport_establish() logic into smbcli_socket_connect()
Stefan Metzmacher
4
-38
/
+32
2011-11-30
s4:libcli: convert smbcli_transport_connect_* to tevent_req
Stefan Metzmacher
3
-92
/
+240
2011-11-30
s4:lib/socket: add socket_connect_multi_ex_*
Stefan Metzmacher
2
-10
/
+147
2011-11-30
s4-kdc: Add hdb plugin for samba4, to allow kadmin to work
Andrew Bartlett
6
-43
/
+104
2011-11-29
s4:libcli/raw: copy smbcli_transport_connect_* to clisocket.c
Stefan Metzmacher
2
-124
/
+123
2011-11-29
s4:libcli/raw: add transport->ev as copy of transport->socket->event.ctx
Stefan Metzmacher
8
-6
/
+9
2011-11-29
s4:torture: use tctx->ev as event context for polling
Stefan Metzmacher
6
-22
/
+14
2011-11-29
s4:gentest: get the tid from the smbcli_tree struct
Stefan Metzmacher
1
-2
/
+4
2011-11-29
s4:libcli/smb2: make sure only one idle event runs at a time
Stefan Metzmacher
2
-9
/
+17
[next]