summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * r17414: add new error codeStefan Metzmacher2006-08-052-0/+2
| | | | | | | | | | | | | | | | metze
| | | * r17413: add a new case for the this:Stefan Metzmacher2006-08-051-0/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | top->level1->level2->level3 level3 has a deny destructor talloc_free(level1) result: top->level3 metze
| | | * r17412: fix missing colonSimo Sorce2006-08-051-1/+1
| | | |
| | | * r17411: Try and compile on older versions of GnuTLS.Andrew Bartlett2006-08-042-0/+7
| | | | | | | | | | | | | | | | Andrew Bartlett
| | | * r17398: avoid a memleak when we are returned 0 results and make a more ↵Simo Sorce2006-08-041-8/+8
| | | | | | | | | | | | | | | | creative use of memory contexts
| | | * r17397: Add const, and use a more local memory context.Andrew Bartlett2006-08-041-12/+22
| | | | | | | | | | | | | | | | Andrew Bartlett
| | | * r17396: Bump the time up again. RPC-SAMR can slow, I probably need to breakAndrew Bartlett2006-08-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | it up again... Andrew Bartlett
| | | * r17395: Add some more time to the default runtime. Now 7.5 mins.Andrew Bartlett2006-08-041-1/+1
| | | | | | | | | | | | | | | | Andrew Bartlett
| | | * r17394: Pregenerate all the files for TLS. Make the 'make test' startup ↵Andrew Bartlett2006-08-041-0/+60
| | | | | | | | | | | | | | | | | | | | | | | | *much* faster. Andrew Bartlett
| | | * r17381: - we don't need debug messages twiceStefan Metzmacher2006-08-031-12/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - also user_info->mapped is maybe uninitialized in auth_password_check() as it we do the mapping in auth_password_check_send() that to Kai Blin <kai.blin@gmail.com> and valgrind to find this bug metze
| | | * r17380: An expanded test, cross-referencing the global catalog to the main port.Andrew Bartlett2006-08-031-4/+69
| | | | | | | | | | | | | | | | Andrew Bartlett
| | | * r17379: Pre-generate DH parameters, to avoid doing this at runtime in our ↵Andrew Bartlett2006-08-033-2/+30
| | | | | | | | | | | | | | | | | | | | | | | | testsuite. Andrew Bartlett
| | | * r17377: This attribute is maintained by the modules, don't override it.Andrew Bartlett2006-08-031-3/+0
| | | | | | | | | | | | | | | | Andrew Bartlett
| | | * r17370: Fix tdb searches, we need to return an LDAP_REPLY_DONE packet when done.Simo Sorce2006-08-021-0/+15
| | | | | | | | | | | | | | | | Awesome how this didn't break everything around...
| | | * r17368: Add 'const' to ldb_match_msg().Andrew Bartlett2006-08-012-22/+22
| | | | | | | | | | | | | | | | Andrew Bartlett
| | | * r17362: session_info and smbpid are available from the ntvfs_handleStefan Metzmacher2006-08-013-25/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | so we don't need them on the pvfs_file struct. also we don't need to check is the handle has the correct session as this is job of the frontend server metze
| | | * r17361: check that file handles are only accessableStefan Metzmacher2006-08-011-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | by the correct session in the SMB frontend server metze
| | | * r17360: add some commentsStefan Metzmacher2006-08-011-3/+23
| | | | | | | | | | | | | | | | metze
| | | * r17359: http://www.cs.wisc.edu/~cao/cs739/draft-leach-cifs-v1-spec-01.txtStefan Metzmacher2006-08-011-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | says that with the 0xffff fid all files only for the given pid should be flushed Does samba3 handle this correct? metze
| | | * r17357: - fix the buildStefan Metzmacher2006-08-012-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - generate the IDL_NDR_* variables before using them (this was the reason I didn't noticed this error) metze
| | | * r17352: Don't do a modify on the objectClasses, as OpenLDAP doesn't likeAndrew Bartlett2006-08-012-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | this. Instead, handle this one in the add. Andrew Bartlett
| | | * r17351: Remove extra LDB partition we don't actually use (these are in theAndrew Bartlett2006-08-011-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | main database, under cn=templates). Andrew Bartlett
| | | * r17350: Avoid a couple of memleaks, unnecessary code and use a more linear styleSimo Sorce2006-08-012-27/+28
| | | |
| | | * r17349: We can't just return sucess here, modules below us expect the asyncAndrew Bartlett2006-08-012-44/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reply rules to be followed. Add code to do a fake async callback on the skipped records. Andrew Bartlett
| | | * r17344: move the gensec_update_request structure into the header fileStefan Metzmacher2006-07-312-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | and add a private_data for the backends. metze
| | | * r17343: let auth_winbind use IRPC against the winbind task.Stefan Metzmacher2006-07-312-7/+124
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (currently this uses the sync IRPC_CALL(), but when auth_check_password will be async for the backend this will change to IRPC_CALL_SEND() the old module which uses the samba3 protocol against winbind is still available as 'winbind_samba3' metze
| | | * r17342: implement a SamLogon via IRPC in samba4's winbindStefan Metzmacher2006-07-318-5/+322
| | | | | | | | | | | | | | | | metze
| | | * r17341: pass a messaging context to auth_context_create()Stefan Metzmacher2006-07-3117-56/+128
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and gensec_server_start(). calling them with NULL for event context or messaging context is no longer allowed! metze
| | | * r17340: initialize elements od dcesrc_call_state in one central placeStefan Metzmacher2006-07-312-11/+14
| | | | | | | | | | | | | | | | | | | | | | | | and pass the messaging context to the call metze
| | | * r17339: pass the event context and messaging context together to theStefan Metzmacher2006-07-313-4/+28
| | | | | | | | | | | | | | | | | | | | | | | | smb ejs functions metze
| | | * r17337: make better usage of the composite apiStefan Metzmacher2006-07-311-26/+28
| | | | | | | | | | | | | | | | | | | | | | | | and create an event context explicit metze
| | | * r17336: make the logic a bit more easier to understand...Stefan Metzmacher2006-07-311-55/+51
| | | | | | | | | | | | | | | | metze
| | | * r17332: May as well make this a round numberAndrew Bartlett2006-07-311-1/+1
| | | |
| | | * r17331: Oops, how did I commit this empty file...Andrew Bartlett2006-07-311-0/+0
| | | | | | | | | | | | | | | | Andrew Bartlett
| | | * r17330: Enable the partitions module.Andrew Bartlett2006-07-313-15/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This module redirects various samdb requests into different modules, depending on the prefix. It also makes moving to an LDAP backend easier, as it is just a different partition backend. This adds yet another stage to the provision process, as we must setup the partitions before we setup the magic attributes. Andrew Bartlett
| | | * r17329: - after a composite_continue() we need to call return;Stefan Metzmacher2006-07-301-12/+11
| | | | | | | | | | | | | | | | | | | | | | | | - add some comments metze
| | | * r17328: make better usage of the composite apiStefan Metzmacher2006-07-301-111/+32
| | | | | | | | | | | | | | | | metze
| | | * r17327: when the connect with the ipv6 socket was ok,Stefan Metzmacher2006-07-301-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | we need to inform the caller... metze
| | | * r17326: make better usage of the composite apiStefan Metzmacher2006-07-302-23/+8
| | | | | | | | | | | | | | | | metze
| | | * r17325: make better usage of the composite apiStefan Metzmacher2006-07-301-90/+38
| | | | | | | | | | | | | | | | metze
| | | * r17324: make better usage of the composite apiStefan Metzmacher2006-07-301-20/+19
| | | | | | | | | | | | | | | | metze
| | | * r17323: make better use of the composite api and fix the memoryStefan Metzmacher2006-07-301-52/+24
| | | | | | | | | | | | | | | | | | | | | | | | hierachy metze
| | | * r17322: make better use of the composite apiStefan Metzmacher2006-07-301-47/+22
| | | | | | | | | | | | | | | | metze
| | | * r17321: give better error codesStefan Metzmacher2006-07-301-2/+2
| | | | | | | | | | | | | | | | metze
| | | * r17320: - print the debug message before the composite context get received ↵Stefan Metzmacher2006-07-301-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | by the caller - steal pipe2 to the state structure so we don't need to take about freeing is later metze
| | | * r17319: make better usage of the composite apiStefan Metzmacher2006-07-301-28/+20
| | | | | | | | | | | | | | | | metze
| | | * r17318: make better usage of the composite apiStefan Metzmacher2006-07-302-51/+13
| | | | | | | | | | | | | | | | metze
| | | * r17317: - add a composite_create() function that allocates and initializeStefan Metzmacher2006-07-302-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the composite_context structue, we should try to convert all code to use this because there're a lot of places where the we have bugs with this task... - add a composite_continue_smb2() helper We should try to hide the internals of the composite code from the users to avoid errors (and I found a lot of them... and will fix then step by step) metze
| | | * r17306: fix compiler warningStefan Metzmacher2006-07-291-1/+1
| | | | | | | | | | | | | | | | metze
| | | * r17305: allow 'declare [...] union foo;'Stefan Metzmacher2006-07-292-461/+486
| | | | | | | | | | | | | | | | metze