summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* samba.drs_utils: Use new style classes and exceptions, fix formatting of docs...Jelmer Vernooij2011-12-081-13/+19
* samba.kcc_utils: Fix formatting to match PEP8, make pydoctor happy.Jelmer Vernooij2011-12-081-246/+214
* Add tests for srvsvc python interface. Thanks Dhananjay SatheJelmer Vernooij2011-12-082-0/+70
* selftest: Some extra assertions.Jelmer Vernooij2011-12-081-0/+4
* dbcheck: cope with objects disappearing during checkingAndrew Tridgell2011-12-082-6/+16
* samba_kcc NTDSConnection translationDave Craft2011-12-082-218/+1292
* Invocation of samba_kcc from KCC taskDave Craft2011-12-083-21/+89
* Add subreq and status to kcc_service structDave Craft2011-12-081-2/+9
* s4-selftest re-enable nsstest on libnss_winbind.soAndrew Bartlett2011-12-071-1/+1
* s4-kdc: only build hdb plugin if we build against system HeimdalAndrew Bartlett2011-12-071-0/+1
* s4-dnsupdate: Do not attempt to add the PDC names if we are not a PDCAndrew Bartlett2011-12-071-5/+11
* pydsdb: provide a am_pdc hook like am_rodc to python scriptsAndrew Bartlett2011-12-072-0/+26
* s4-dns Use match-by-key in GSSAPI server if principal is not specifiedAndrew Bartlett2011-12-071-22/+5
* auth: Allow a NULL principal to be obtained from the credentialsAndrew Bartlett2011-12-072-3/+14
* dlz_bind9: Add command line options for URL and debugAmitay Isaacs2011-12-072-9/+28
* dlz_bind9: Set debugging output to stderrAmitay Isaacs2011-12-071-0/+3
* dlz_bind9: Use client supplied credentials for DNS record updateAmitay Isaacs2011-12-071-0/+79
* dlz_bind9: For creating a child entry, use only SEC_ADS_CREATE_CHILDAmitay Isaacs2011-12-071-1/+1
* Install (platform-independent) python scripts to the PYTHONDIR rather than PY...Jelmer Vernooij2011-12-061-1/+1
* s4-drs: do not try to contact for replication servers that are not anymore in...Matthieu Patou2011-12-051-6/+40
* s4-resolver: do not use all the A and AAAA records, those after a NS are not ...Matthieu Patou2011-12-052-1/+17
* s4-drs: mark WERR_DS_DRA_BUSY as a non error in DsReplicaUpdateRefsMatthieu Patou2011-12-051-2/+22
* s4: add blackbox test for the demote functionMatthieu Patou2011-12-052-0/+40
* samba-tool: refuse to demote if the current DC has still rolesMatthieu Patou2011-12-051-4/+12
* samba-tool: add a function to cleanly demote a DCMatthieu Patou2011-12-052-2/+257
* s4-python: factorize the definition of get_dsServiceNameMatthieu Patou2011-12-054-18/+14
* s4-python: externalize some function to the drs_utils module so that they can...Matthieu Patou2011-12-052-25/+66
* s4-python: rename conflicting variable with the import optionMatthieu Patou2011-12-051-2/+2
* s4 dns: Test SOA queriesKai Blin2011-12-031-0/+32
* Revert making public of the samba-module library.Jelmer Vernooij2011-12-0317-59/+59
* s4-ntvfs: added allow_override check based on use of NT ACLAndrew Tridgell2011-12-0110-41/+59
* s4-ntvfs: fixed a unix ACL mapping bugAndrew Tridgell2011-12-011-21/+25
* s4-tests: Use long option names in test list script, to prevent 'eating' --li...Jelmer Vernooij2011-11-301-38/+38
* s4-testlist: Write diagnostic info to stderr, and purely test info to stdout.Jelmer Vernooij2011-11-301-2/+2
* s4:lib/tls - call "gnutls_transport_set_lowat" only on GNUTLS < 3.0Matthias Dieter Wallnöfer2011-11-302-0/+8
* s4:gensec/spnego: only try the mechs that match the client given onesStefan Metzmacher2011-11-301-0/+4
* s4:libcli/raw: implement on top of smbXcli_conn/reqStefan Metzmacher2011-11-3020-1812/+1033
* s4:libcli: do the nbss session request within smbcli_sock_connect_*()Stefan Metzmacher2011-11-304-147/+108
* s4:libcli/raw: remove unused functionsStefan Metzmacher2011-11-302-76/+0
* s4:libcli: use smbcli_sock_connect() in smbcli_socket_connect()Stefan Metzmacher2011-11-301-5/+11
* s4:libcli: move smbcli_transport_establish() logic into smbcli_socket_connect()Stefan Metzmacher2011-11-304-38/+32
* s4:libcli: convert smbcli_transport_connect_* to tevent_reqStefan Metzmacher2011-11-303-92/+240
* s4:lib/socket: add socket_connect_multi_ex_*Stefan Metzmacher2011-11-302-10/+147
* s4-kdc: Add hdb plugin for samba4, to allow kadmin to workAndrew Bartlett2011-11-306-43/+104
* s4:libcli/raw: copy smbcli_transport_connect_* to clisocket.cStefan Metzmacher2011-11-292-124/+123
* s4:libcli/raw: add transport->ev as copy of transport->socket->event.ctxStefan Metzmacher2011-11-298-6/+9
* s4:torture: use tctx->ev as event context for pollingStefan Metzmacher2011-11-296-22/+14
* s4:gentest: get the tid from the smbcli_tree structStefan Metzmacher2011-11-291-2/+4
* s4:libcli/smb2: make sure only one idle event runs at a timeStefan Metzmacher2011-11-292-9/+17
* s4:python: add --machinepass option to 'samba-tool domain join'Stefan Metzmacher2011-11-291-5/+11