summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s3-auth remove auth_ntlmssp_start(), call auth_generic_start() directlyAndrew Bartlett2011-12-225-14/+9
* s3-auth rename auth_ntlmssp_prepare() -> auth_generic_prepare()Andrew Bartlett2011-12-227-13/+13
* s3-auth rename auth_ntlmssp_state -> auth_generic_stateAndrew Bartlett2011-12-2214-35/+35
* s3-rpc_server request the DCE_STYLE feature in ntlmssp_server_auth_startAndrew Bartlett2011-12-221-0/+4
* s3-netlogon: use dsgetdcname() instead of get_dc_name()Sumit Bose2011-12-221-2/+7
* s3-netlogon: Add support to authenticate trusted domains.Sumit Bose2011-12-221-0/+13
* s4-torture: Test rpc schannel netr_LogonGetCapability.Stefan Metzmacher2011-12-222-0/+62
* s3-rpc_server: Pass in our flags to netlogon_creds_server_init().Stefan Metzmacher2011-12-221-1/+1
* s3-netlogon: Add support for LogonGetCapabilities.Stefan Metzmacher2011-12-221-1/+21
* s4-librpc: Fix netlogon schannel client connect.Andreas Schneider2011-12-221-0/+2
* s3:torture/test_smb2: also try PROTOCOL_SMB2_24Stefan Metzmacher2011-12-221-6/+9
* lib/param: add support for "SMB2_24" in smb.conf optionsStefan Metzmacher2011-12-221-0/+1
* s3:smb2_negprot: add support for PROTOCOL_SMB2_24Stefan Metzmacher2011-12-221-0/+15
* libcli/smb: add PROTOCOL_SMB2_24 supportStefan Metzmacher2011-12-222-1/+3
* libcli/smb: add SMB2_DIALECT_REVISION_224Stefan Metzmacher2011-12-221-0/+1
* s3-auth Restore shortcut for guest security tokenAndrew Bartlett2011-12-221-11/+11
* runcmd: use set_close_on_exec()Andrew Tridgell2011-12-221-0/+8
* runcmd: use a pipe for stdin to child processesAndrew Tridgell2011-12-221-7/+46
* Change the signature of pthreadpool_finished_job() to return 0Jeremy Allison2011-12-224-16/+19
* param: domain_logons and domain_master are of type enum_bool_autoAmitay Isaacs2011-12-223-3/+3
* s3-rpc_server: Add my copyright for my previous work hereAndrew Bartlett2011-12-221-0/+1
* s3-rpc_server: Remove old commentAndrew Bartlett2011-12-221-5/+0
* s3-rpc: added "rpc_server:default" config optionAndrew Tridgell2011-12-221-4/+12
* s3-loadparm: mark a few parameters as having P_BYTES typeAndrew Tridgell2011-12-221-12/+12
* param: Fix the data type for bAvailableAmitay Isaacs2011-12-221-1/+1
* s3: There's no reason not to at least build winbind on darwinVolker Lendecke2011-12-221-0/+2
* s3-dns: prevent from potentially doing wrong SRV DNS lookups.Günther Deschner2011-12-211-1/+1
* idl: Avoid c++ style commentsVolker Lendecke2011-12-211-1/+1
* tdb: don't free old recovery area when expanding if already at EOF.Rusty Russell2011-12-211-17/+30
* tdb: use same expansion factor logic when expanding for new recovery area.Rusty Russell2011-12-213-21/+34
* Allow an object to be deleted from a directory if the caller has DELETE_CHILD...Jeremy Allison2011-12-201-1/+9
* s3: Fix some False/NULL hickupsVolker Lendecke2011-12-208-17/+17
* samba-tool: Add transaction wrapper for creating GPOAmitay Isaacs2011-12-201-51/+44
* tdb2: Avoid a malloc/memcpy in _tdb1_storeVolker Lendecke2011-12-191-19/+8
* tdb: Avoid a malloc/memcpy in _tdb_storeVolker Lendecke2011-12-191-17/+8
* s4-dsdb: Relax the conditions where we can't do a subtree deleteMatthieu Patou2011-12-191-1/+19
* s4:drsuapi/getncchanges: return WERR_NOMEM if talloc_array() failsStefan Metzmacher2011-12-191-0/+3
* s4-drs: introduce a timeout in the getncchanges processing to always return s...Matthieu Patou2011-12-191-6/+27
* s4-drs: avoid calling unecesserly ldb_msg_find_attr_as_* as this call in unef...Matthieu Patou2011-12-191-26/+45
* s4-becomedc: replicate first with DRS_CRITICAL_ONLY and DRS_GET_ANC objects f...Matthieu Patou2011-12-191-0/+13
* s4-join: replicate first with DRS_CRITICAL_ONLY and DRS_GET_ANC objects for t...Matthieu Patou2011-12-191-0/+10
* tdb: be more careful on 4G files.Rusty Russell2011-12-196-23/+53
* patch tdb-oob-fix.patchRusty Russell2011-12-190-0/+0
* s3-net: Fix the return codes. 0 on success, -1 on failureAmitay Isaacs2011-12-191-2/+2
* s3: Fix the clustering buildVolker Lendecke2011-12-176-10/+10
* libcli/util: add NT_STATUS_NETWORK_SESSION_EXPIRED and NT_STATUS_ALL_SIDS_FIL...Stefan Metzmacher2011-12-172-0/+4
* s4 dns: Allow updates based on smb.conf settingKai Blin2011-12-176-2/+51
* s4 dns: Add some debug outputKai Blin2011-12-171-0/+3
* s4 dns: Actually handle the update requestKai Blin2011-12-173-0/+383
* s4 dns: Implement RFC-compatible update prescanKai Blin2011-12-172-6/+41