summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
* r12229: fix the expire time for released recordsStefan Metzmacher2005-12-141-1/+1
| | | | metze
* r12228: fix the expire time for RELEASED recordsStefan Metzmacher2005-12-142-7/+29
| | | | metze
* r12227: I realised that I wasn't yet seeing authenticated LDAP for the ldbAndrew Bartlett2005-12-1416-43/+113
| | | | | | | | | | | | | | backend. The idea is that every time we open an LDB, we can provide a session_info and/or credentials. This would allow any ldb to be remote to LDAP. We should also support provisioning to a authenticated ldap server. (They are separate so we can say authenticate as foo for remote, but here we just want a token of SYSTEM). Andrew Bartlett
* r12219: Use some more common functionsJelmer Vernooij2005-12-134-39/+29
|
* r12218: Use common functions for generating listsJelmer Vernooij2005-12-132-43/+29
|
* r12217: add my copyrightStefan Metzmacher2005-12-132-1/+3
| | | | metze
* r12216: Couple of small fixes: reduce include/includes.h a bit, simplify ↵Jelmer Vernooij2005-12-1318-64/+56
| | | | | | headers in build/smb_build/, remove unused pstring macros
* r12211: remove unused elementStefan Metzmacher2005-12-131-1/+1
| | | | metze
* r12209: Fix some issues with XML entities.Jelmer Vernooij2005-12-1318-31/+63
|
* r12208: Remove obsolete scons directoryJelmer Vernooij2005-12-137-210/+0
|
* r12206: Fix some issues in NOEMITJelmer Vernooij2005-12-132-5/+11
|
* r12205: Support 'TFS' command in conformance filesJelmer Vernooij2005-12-132-3/+28
|
* r12200: - move the the winsreplication client and server code to the ↵Stefan Metzmacher2005-12-128-553/+442
| | | | | | | | | | | packet_context system - this needs to be in one big patch, because of the merging code, that changes client in server connections and the other way around - use socket_connect_send/_recv() in the client code metze
* r12181: Use BASE_HEX rather then BASE_DEC by default for bitmaps. Patch by Guy Jelmer Vernooij2005-12-111-1/+1
| | | | Harris. Fixes #3313
* r12179: Allow our KDC to use LDAP to get to the backend database.Andrew Bartlett2005-12-117-26/+100
| | | | | | | | | | | To avoid a circular depenency, it is not allowed to use Krb5 as an authentication mechanism, so this must be removed from the list. An extension to the credentials system allows this function. Also remove proto.h use for any of the KDC, and use NTSTATUS returns in more places. Andrew Bartlett
* r12178: Make ldb_ildap work against localhost again, by setting the eventAndrew Bartlett2005-12-111-0/+4
| | | | | | | context into the ldb opaque. I'm sure this was done before, and must have been lost by some other change. Andrew Bartlett
* r12162: More comments.Rafal Szczesniak2005-12-101-5/+30
| | | | rafal
* r12161: Fix a memleak and do the -O1 janitor :-)Volker Lendecke2005-12-102-2/+11
|
* r12158: added ldif handlers for the ntSecurityDescriptor attribute, so whenAndrew Tridgell2005-12-093-8/+82
| | | | | | | | | displaying security descriptors in ldbsearch or ldbedit you can see the SDDL version. This also allows us to specify security descriptors in our setup/*.ldif files in SDDL format, which is much more convenient than the NDR binary format!
* r12157: ldb_dump_results() is useful to call from within gdb, so you can see aAndrew Tridgell2005-12-091-0/+17
| | | | set of results
* r12156: added samdb_domain_sid(), a routine to get the domain sid by lookingAndrew Tridgell2005-12-091-0/+66
| | | | | up the rootDomainNamingContext in the rootdse, then getting the objectsid from the root of the domain
* r12154: Torture test for bug # 3303.Volker Lendecke2005-12-091-0/+125
| | | | | | | | | | Jeremy, to run this against Samba3 at all you need to insert a "goto line 957" in line 548. Without this we fail some tests before # 16 and bail out. While looking at it, you wanted to fix the directory-based ones a while ago.... :-)) Volker
* r12153: work arround the fact that epoll reports EPOLLERR and EPOLLHUP, even ifStefan Metzmacher2005-12-091-10/+87
| | | | | | | | you don't ask for. with this patch the epoll mode behaves like the select mode metze
* r12151: match the select mode of the standard events system and the liboop ↵Stefan Metzmacher2005-12-091-2/+2
| | | | | | | | system, and report errors as read events metze
* r12150: ReformattingVolker Lendecke2005-12-091-8/+15
|
* r12148: add the docs for the paged results controlSimo Sorce2005-12-091-0/+395
|
* r12146: as epoll notifies EPOLLERR and EPOLLHUP implicit,Stefan Metzmacher2005-12-091-2/+2
| | | | | | let our code make it explicit, to make it clear metze
* r12141: - move epoll related code into one big #ifdef, and use dummy #define'sStefan Metzmacher2005-12-091-160/+174
| | | | | | | | | | for the case where, epoll isn't available at compile time - only pass the private std_event_context, to the local function, to get rid of the talloc_get_type() calls - use the private pointer to std_event_context_init() to decide if we want to disable epoll at runtime metze
* r12140: - add an additional_flags field to the fd_event struct, so that Stefan Metzmacher2005-12-094-3/+12
| | | | | | | the events backend can store private flags - add function to access the gtk event loop ops struct metze
* r12139: - fixed up the ace object flags checkingAndrew Tridgell2005-12-091-3/+8
| | | | - allow for arbitrary access masks in sddl_encode_ace()
* r12138: added use of 2 letter SID codes in sddl_encode_sid()Andrew Tridgell2005-12-091-3/+42
|
* r12137: added sddl_encode(), the reverse of the sddl_decode() function added aAndrew Tridgell2005-12-092-1/+191
| | | | | couple of days ago. Doesn't yet encode using the shorthand for well known SIDs.
* r12136: fixed a bug in NetWkstaTransportEnum() from the recent merge with ↵Andrew Tridgell2005-12-091-1/+0
| | | | ethereal idl
* r12135: Move named pipe connect on smb2 function to async implementation.Rafal Szczesniak2005-12-092-43/+121
| | | | | | | | | Completely untested, it's a bit difficult without having vista around (yet), so - Andrew, please test it and let me know what's wrong. rafal
* r12128: add --enable-socket-wrapperStefan Metzmacher2005-12-081-1/+4
| | | | metze
* r12127: add --option=rpc_login:samr_auth=yes, to work against w2k3Stefan Metzmacher2005-12-081-13/+36
| | | | metze
* r12126: get rid of the local ->terminate hacks, we do that genericly nowStefan Metzmacher2005-12-084-54/+19
| | | | metze
* r12125: make the deferred connection termination the default,Stefan Metzmacher2005-12-082-6/+30
| | | | | | so that I can remove all the other versions of it metze
* r12124: we don't need this comment twiceStefan Metzmacher2005-12-081-5/+0
| | | | metze
* r12123: handle fde == NULL at the correct levelStefan Metzmacher2005-12-084-15/+16
| | | | metze
* r12122: add forward declaration for packet_contextStefan Metzmacher2005-12-081-0/+2
| | | | metze
* r12121: remove some dublicate codeStefan Metzmacher2005-12-081-44/+19
| | | | metze
* r12116: got rid of composite_trigger_done() and composite_trigger_error(), andAndrew Tridgell2005-12-0814-58/+57
| | | | | | | | instead make the normal composite_done() and composite_error() functions automatically trigger a delayed callback if the caller has had no opportunity to setup a async callback this removes one of the common mistakes in writing a composite function
* r12115: bring SMB sesssetup_spnego in sync with SMB2 sesssetupStefan Metzmacher2005-12-071-46/+51
| | | | metze
* r12114: - smb2_keepalive() acts on the smb2_transportStefan Metzmacher2005-12-073-11/+13
| | | | | | - smb2_logoff() acts on the smb2_session metze
* r12113: in SMB2 we should only allocate a new sessionStefan Metzmacher2005-12-071-6/+6
| | | | | | | when the client sends UID = 0, otherwise we return NT_STATUS_USER_SESSION_DELETED metze
* r12105: Formatting.Rafal Szczesniak2005-12-061-3/+3
| | | | rafal
* r12104: Move to (sync) smb_composite_connect from smbcli_tree_full_connection()Rafal Szczesniak2005-12-061-2/+13
| | | | | | | This is one of the last places using the latter function. rafal
* r12103: Comments and a bit of formatting.Rafal Szczesniak2005-12-061-6/+28
| | | | rafal
* r12102: for SMB2 we need to allocate tcons per sessionStefan Metzmacher2005-12-069-53/+116
| | | | metze