summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-07-16Don't keep an extra ldb around forever.Andrew Bartlett1-1/+5
2008-07-15Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett1-1/+1
2008-07-15Simplify the contextCSN determination.Andrew Bartlett2-145/+68
2008-07-15Lock down the LDAP backend - only samba may read or writeAndrew Bartlett1-1/+1
2008-07-15Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett18-61/+216
2008-07-15Revert Fedrora DS backend to use extensibleObject.Andrew Bartlett1-1/+1
2008-07-15Kill of some bogus debugs for the world who does not use the LDAP backendAndrew Bartlett1-3/+3
2008-07-15Fix asking for credentials for non-LDAP provisions.Andrew Bartlett1-1/+1
2008-07-15Rework provision to handle both simple and SASL binds.Andrew Bartlett3-12/+15
2008-07-15Connect to the LDAP backend with SASL credentials.Andrew Bartlett9-21/+111
2008-07-15Make up a full hostname for ldapi connections.Andrew Bartlett1-2/+7
2008-07-15Add a standard filter for finding the LDAP secrets.Andrew Bartlett1-0/+1
2008-07-15Cleanup ldap_bind_sasl.Andrew Bartlett1-4/+3
2008-07-15Use secrets.ldb to store credentials to contact LDAP backend.Andrew Bartlett3-11/+35
2008-07-15Allow ldap credentials to be (optionally) stored in secrets.ldbAndrew Bartlett1-11/+33
2008-07-15Try to make NTLMSSP less fussy for unimportant messages.Andrew Bartlett1-2/+13
2008-07-15Fix 'make gdbtest-enb' and the GDB_PROVISION option.Andrew Bartlett2-2/+2
2008-07-14Remove C++ keywords from events.h header.Andrew Bartlett1-4/+4
2008-07-12rename sambaPassword -> userPassword.Andrew Bartlett14-68/+49
2008-07-11Use common code to fill in allowedAttributes in kludge_acl.Andrew Bartlett3-39/+41
2008-07-10Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett1-2/+14
2008-07-10Avoid the use of extensibleObject in ldap mapping backend.Andrew Bartlett3-21/+143
2008-07-10Make ad2oLschema even simpler, by moving the heavy work into dsdb.Andrew Bartlett4-368/+368
2008-07-09(Hopefully) fix the build by re-adding security.NTACLJeremy Allison1-0/+2
2008-07-09Add in a version2 of the NT security descriptor storeJeremy Allison1-3/+13
2008-07-09ldb_map: eliminate "discards qualifyer" warning (const).Michael Adam1-1/+1
2008-07-09libnet_domain: eliminate "discards qualifier" warning (const).Michael Adam1-1/+1
2008-07-09dsdb: eliminate disards qualifyer compile warning.Michael Adam1-1/+1
2008-07-09Revert "tdbtool: fix off-by-one error in argument length. (bug #2344)"Michael Adam1-1/+1
2008-07-08tdbtool: fix off-by-one error in argument length. (bug #2344)Michael Adam1-1/+1
2008-07-07rpc_server: use the transport session_info if availableStefan Metzmacher1-8/+12
2008-07-07packet: make it possible to free the packet_context from the send_callbackStefan Metzmacher1-0/+6
2008-07-07smb_server/smb: handle incoming multi fragmented nttrans requestsStefan Metzmacher1-16/+152
2008-07-07smb_server/smb: prepare multi fragmented nttrans requestsStefan Metzmacher2-4/+7
2008-07-07libcli/raw: remove unused smb_raw_max_trans_data() functionStefan Metzmacher1-12/+0
2008-07-07torture: .in.max_data should not depend on the smb max sizeStefan Metzmacher2-9/+9
2008-07-07rap: trans->in.max_data should not depend on the smb max sizeStefan Metzmacher1-1/+1
2008-07-07dcerpc_smb: trans->in.max_data should not depend on the smb max sizeStefan Metzmacher1-1/+8
2008-07-07libcli/raw: make multi fragmented nttrans requests possibleStefan Metzmacher1-17/+178
2008-07-07smb_server/smb: trans(2) setup count is uint8_tStefan Metzmacher1-2/+3
2008-07-07libcli/raw: trans(2) setup count is uint8_tStefan Metzmacher1-4/+6
2008-07-07libcli/raw: remove unused smbcli_request_receive_more() functionStefan Metzmacher1-13/+0
2008-07-07libcli/raw: use the new recv_helper infrastructure for trans/trans2 repliesStefan Metzmacher1-184/+313
2008-07-07libcli/raw: use the new recv_helper infrastructure for nttrans repliesStefan Metzmacher1-102/+145
2008-07-07libcli/raw: add a recv_helper hook infrastructureStefan Metzmacher2-1/+23
2008-07-07libcli/raw: the nttrans setup count is only 8-bitStefan Metzmacher1-1/+1
2008-07-07smb_server/smb: transs and transs2 calls have different word countsStefan Metzmacher1-1/+12
2008-07-07smb_server/smb: fix crash bug with fragmented trans callsStefan Metzmacher1-13/+20
2008-07-03dcerpc.idl: the signing overhead can be more than 32 bytesStefan Metzmacher1-1/+1
2008-07-03rpc_server: use the same chunk_size logic as we we use in the clientStefan Metzmacher1-7/+7