Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | r17344: move the gensec_update_request structure into the header file | Stefan Metzmacher | 2006-07-31 | 2 | -12/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | and add a private_data for the backends. metze | |||||
| | | * | r17343: let auth_winbind use IRPC against the winbind task. | Stefan Metzmacher | 2006-07-31 | 2 | -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 winbind | Stefan Metzmacher | 2006-07-31 | 8 | -5/+322 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17341: pass a messaging context to auth_context_create() | Stefan Metzmacher | 2006-07-31 | 17 | -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 place | Stefan Metzmacher | 2006-07-31 | 2 | -11/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | and pass the messaging context to the call metze | |||||
| | | * | r17339: pass the event context and messaging context together to the | Stefan Metzmacher | 2006-07-31 | 3 | -4/+28 | |
| | | | | | | | | | | | | | | | | | | | | | | | | smb ejs functions metze | |||||
| | | * | r17337: make better usage of the composite api | Stefan Metzmacher | 2006-07-31 | 1 | -26/+28 | |
| | | | | | | | | | | | | | | | | | | | | | | | | and create an event context explicit metze | |||||
| | | * | r17336: make the logic a bit more easier to understand... | Stefan Metzmacher | 2006-07-31 | 1 | -55/+51 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17332: May as well make this a round number | Andrew Bartlett | 2006-07-31 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | r17331: Oops, how did I commit this empty file... | Andrew Bartlett | 2006-07-31 | 1 | -0/+0 | |
| | | | | | | | | | | | | | | | | Andrew Bartlett | |||||
| | | * | r17330: Enable the partitions module. | Andrew Bartlett | 2006-07-31 | 3 | -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 Metzmacher | 2006-07-30 | 1 | -12/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | - add some comments metze | |||||
| | | * | r17328: make better usage of the composite api | Stefan Metzmacher | 2006-07-30 | 1 | -111/+32 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17327: when the connect with the ipv6 socket was ok, | Stefan Metzmacher | 2006-07-30 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | we need to inform the caller... metze | |||||
| | | * | r17326: make better usage of the composite api | Stefan Metzmacher | 2006-07-30 | 2 | -23/+8 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17325: make better usage of the composite api | Stefan Metzmacher | 2006-07-30 | 1 | -90/+38 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17324: make better usage of the composite api | Stefan Metzmacher | 2006-07-30 | 1 | -20/+19 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17323: make better use of the composite api and fix the memory | Stefan Metzmacher | 2006-07-30 | 1 | -52/+24 | |
| | | | | | | | | | | | | | | | | | | | | | | | | hierachy metze | |||||
| | | * | r17322: make better use of the composite api | Stefan Metzmacher | 2006-07-30 | 1 | -47/+22 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17321: give better error codes | Stefan Metzmacher | 2006-07-30 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17320: - print the debug message before the composite context get received ↵ | Stefan Metzmacher | 2006-07-30 | 1 | -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 api | Stefan Metzmacher | 2006-07-30 | 1 | -28/+20 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17318: make better usage of the composite api | Stefan Metzmacher | 2006-07-30 | 2 | -51/+13 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17317: - add a composite_create() function that allocates and initialize | Stefan Metzmacher | 2006-07-30 | 2 | -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 warning | Stefan Metzmacher | 2006-07-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17305: allow 'declare [...] union foo;' | Stefan Metzmacher | 2006-07-29 | 2 | -461/+486 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17304: Improve ldb_tdb error strings a bit more. | Andrew Bartlett | 2006-07-29 | 1 | -2/+23 | |
| | | | | | | | | | | | | | | | | Andrew Bartlett | |||||
| | | * | r17303: More testing results: Don't try and call a NULL callback, and use the | Andrew Bartlett | 2006-07-29 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | correct parameter, as this is called for more than just 'add'. Andrew Bartlett | |||||
| | | * | r17302: Testing! | Andrew Bartlett | 2006-07-29 | 3 | -7/+62 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This confirms that records are replicated into the correct databases, and that the case insensitive flags really work. Andrew Bartlett | |||||
| | | * | r17301: Add a new function to copy a list of attributes, while adding one to | Andrew Bartlett | 2006-07-29 | 1 | -0/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | the end. Andrew Bartlett | |||||
| | | * | r17300: Try to fix some segfaults in ldb_ildap module, when the remote server | Andrew Bartlett | 2006-07-29 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | drops the connection. The reconnect code needs to be hooked in here. Andrew Bartlett | |||||
| | | * | r17299: Improve the partition module to replicate attribute records into all | Andrew Bartlett | 2006-07-29 | 2 | -59/+246 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | partitions. Test that we do that correctly. Andrew Bartlett | |||||
| | | * | r17298: Fix up the local_password module to the current LDB API, and build ↵ | Andrew Bartlett | 2006-07-28 | 2 | -96/+108 | |
| | | | | | | | | | | | | | | | | | | | | | | | | it by default. Andrew Bartlett | |||||
| | | * | r17297: Some compilers don't seem to like the ;; | Andrew Bartlett | 2006-07-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Andrew Bartlett | |||||
| | | * | r17290: don't do any stuff that can fail in the _recv function | Stefan Metzmacher | 2006-07-28 | 1 | -7/+10 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17289: Fix the build: I havn't commited this module yet. | Andrew Bartlett | 2006-07-28 | 1 | -10/+0 | |
| | | | | | | | | | | | | | | | | Andrew Bartlett | |||||
| | | * | r17288: Don't mess with entries in the local password prefix, and fix const | Andrew Bartlett | 2006-07-28 | 1 | -5/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | warnings. Andrew Bartlett | |||||
| | | * | r17287: Add the local_password module to the tree, so it doesn't get lost in | Andrew Bartlett | 2006-07-28 | 3 | -3/+904 | |
| | | | | | | | | | | | | | | | | | | | | | | | | ldb API changes. Andrew Bartlett | |||||
| | | * | r17286: Simply fail the tls_initialise if we don't have TLS compiled in. | Andrew Bartlett | 2006-07-28 | 2 | -8/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Adjust the web_server code to cope with this. Andrew Bartlett | |||||
| | | * | r17285: some reformating | Stefan Metzmacher | 2006-07-27 | 1 | -10/+23 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17284: move the input checking stuff from ntlmssp_update() into its | Stefan Metzmacher | 2006-07-27 | 1 | -40/+44 | |
| | | | | | | | | | | | | | | | | | | | | | | | | own function. metze | |||||
| | | * | r17283: use the async calls of auth_check_password() and gensec_update() | Stefan Metzmacher | 2006-07-27 | 2 | -245/+330 | |
| | | | | | | | | | | | | | | | | | | | | | | | | in the smb server. metze | |||||
| | | * | r17282: test some simple operation with the LANMAN1 and LANMAN2 protocol, | Stefan Metzmacher | 2006-07-27 | 1 | -1/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | that finally tests our RAW_SESSSETUP_OLD code metze | |||||
| | | * | r17281: we now have client/server max protol | Stefan Metzmacher | 2006-07-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17280: NT_STATUS_INVALID_HANDLE maps to ERRbadfid, which is wrong in this | Stefan Metzmacher | 2006-07-27 | 1 | -14/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | places, so only overwrite ERRbaduid and ERRinvnid when NTSTATUS support is given. metze | |||||
| | | * | r17278: fix un uninitialized value found by valgrind | Stefan Metzmacher | 2006-07-27 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17277: we need to trigger an event when we return directly, | Stefan Metzmacher | 2006-07-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | otherwise the callers callback function will not be called and the caller is hanging forever... metze | |||||
| | | * | r17275: ignore generated header | Stefan Metzmacher | 2006-07-27 | 0 | -0/+0 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17274: fix typos | Stefan Metzmacher | 2006-07-27 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17273: add an async version of auth_check_password() on the public | Stefan Metzmacher | 2006-07-27 | 2 | -31/+185 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | auth interface and implement the sync version as wrapper to auth_check_password_send/recv() as next all callers need to be converted to the async interface and then the modules metze |