summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* talloc_stack: always include the location when creating a talloc_stackframe().Rusty Russell2012-07-182-8/+11
* talloc_stack: handle more than one talloc_stackframe_pool()Rusty Russell2012-07-181-8/+9
* talloc: don't allow a talloc_pool inside a talloc_pool.Rusty Russell2012-07-182-1/+9
* talloc: use a struct for pool headers.Rusty Russell2012-07-182-106/+90
* s3-linux-aio: Fix error handlingVolker Lendecke2012-07-171-4/+2
* Add debug message when SD hash doesn't match.Jeremy Allison2012-07-171-0/+5
* s3-autoconf: Fix the build.Günther Deschner2012-07-171-11/+3
* Enable AES in winbind.Andreas Schneider2012-07-171-1/+1
* s3-rpc_client: Fix updating netlogon credentials.Andreas Schneider2012-07-171-8/+7
* s3-rpc_client: Add capabilities check for AES encrypted connections.Andreas Schneider2012-07-171-1/+158
* s4-auth: Make sure we use the correct credential state.Andreas Schneider2012-07-171-1/+6
* s4-librpc: Add capabilities check for AES encrypted connections.Andreas Schneider2012-07-171-1/+110
* s4-torture: Improve samlogon test.Andreas Schneider2012-07-171-0/+8
* s4-torture: Add DCERPC_SCHANNEL_AES tests.Andreas Schneider2012-07-171-1/+5
* s3:rpc_server: add support for AES bases netlogon schannelStefan Metzmacher2012-07-171-0/+4
* s4:rpc_server/netlogon: add support for AES based netlogon schannelStefan Metzmacher2012-07-171-0/+4
* s4:librpc/rpc: add DCERPC_SCHANNEL_AES supportStefan Metzmacher2012-07-172-2/+18
* libcli/auth: add support for AES/HMAC-SHA256 to the netlogon schannel sign/sealStefan Metzmacher2012-07-171-51/+137
* libcli/auth: add support for AES/HMAC-SHA256 schannel session key supportStefan Metzmacher2012-07-171-3/+63
* s4:rpc_server/netlogon: only return STRONG_KEYS if the client asked for itStefan Metzmacher2012-07-171-26/+31
* s4:rpc_server/netlogon: implement netr_LogonGetCapabilitiesStefan Metzmacher2012-07-171-2/+20
* s4:librpc/rpc/dcerpc_schannel: just append NETLOGON_NEG_RODC_PASSTHROUGH as rodcStefan Metzmacher2012-07-172-6/+5
* s4:librpc/rpc/dcerpc_schannel: rework downgrade logicStefan Metzmacher2012-07-171-5/+38
* VERSION: Move on to beta5!Andrew Bartlett2012-07-171-2/+2
* VERSION: Mark as the beta4 releaseAndrew Bartlett2012-07-171-1/+1
* WHATSNEW: prepare for 4.0 beta4Andrew Bartlett2012-07-171-28/+44
* Revert "Remove XSLT script to generate image dependencies, instead rely on make"Jelmer Vernooij2012-07-162-17/+89
* pytdb: Check if the database is closed before we touch itAndrew Bartlett2012-07-162-10/+85
* pytdb: Check for errors parsing strings into TDB_DATAAndrew Bartlett2012-07-161-0/+16
* auth/credentials: Look in the secrets.tdb for the machine accountAndrew Bartlett2012-07-152-3/+50
* s4-param: Use a unique header nameAndrew Bartlett2012-07-151-3/+3
* s3-secrets: Use C99 typesAndrew Bartlett2012-07-152-11/+11
* Fix bug #9016 - Connection to outbound trusted domain goes offline.Jeremy Allison2012-07-141-6/+0
* s3: Make us survive smb2.lock.rw-shared with aio enabledVolker Lendecke2012-07-131-1/+1
* s3-auth_samba4: Explain that check_samba4_security is actually unusedAndrew Bartlett2012-07-131-0/+10
* lib/util: Allocate enough space to reference blob->data[len]Andrew Bartlett2012-07-131-3/+3
* s3-auth Remove unused global_machine_account_needs_changingAndrew Bartlett2012-07-133-82/+0
* s3-auth Remove confusing reference to global_machine_password_needs_changingAndrew Bartlett2012-07-131-8/+0
* s4-provision: Provide YP/NIS subtree to allow ADUC to see and set rfc2307 attrsGeza Gemes2012-07-133-2/+536
* Use HAVE_FSYNC, we bothered to test for it.Jeremy Allison2012-07-131-0/+2
* s4:registry:regdiff: use existing talloc context for the event contextMichael Adam2012-07-131-1/+1
* s4:registry:regdiff: add TALLOC_CTX * argument to open_backend()Michael Adam2012-07-131-6/+7
* s4:registry: add a TALLOC_CTX argument to reg_open_remote()Michael Adam2012-07-134-5/+7
* Linux-specific optimization in aio_open code.Jeremy Allison2012-07-131-0/+22
* Set fsp->initial_allocation_size before calling open_file_ntcreate().Jeremy Allison2012-07-121-0/+5
* Make sure we reset fsp->initial_allocation_size to zero if we didn't create t...Jeremy Allison2012-07-121-0/+2
* Add an optimization to pthread aio writes to also do fsync if requested.Jeremy Allison2012-07-123-0/+25
* s3: Make us survive base-delaywrite with aio enabledVolker Lendecke2012-07-121-0/+4
* s3: Factor out "mark_file_modified"Volker Lendecke2012-07-122-25/+43
* s3: rename sid_check_is_in_our_domain() to sid_check_is_in_our_sam()Michael Adam2012-07-1213-24/+24