Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | r11485: prevent us from calling the request handler recursiv when | Stefan Metzmacher | 2005-11-03 | 1 | -0/+3 | |
| | | | | | | the handler calls talloc_free(wrepl_socket) metze | |||||
* | r11484: test some multi homed record merging | Stefan Metzmacher | 2005-11-03 | 1 | -50/+563 | |
| | | | | metze | |||||
* | r11481: Disable pre-linking on VMS | Jelmer Vernooij | 2005-11-02 | 1 | -0/+5 | |
| | ||||||
* | r11480: demonstrate the only the positive name query response cares, | Stefan Metzmacher | 2005-11-02 | 1 | -7/+135 | |
| | | | | | | not the addresses that are returned in it metze | |||||
* | r11479: fix compiler warning | Stefan Metzmacher | 2005-11-02 | 1 | -2/+2 | |
| | | | | metze | |||||
* | r11478: add owned,active,multi homed vs. * section | Stefan Metzmacher | 2005-11-02 | 1 | -341/+893 | |
| | | | | metze | |||||
* | r11477: This seems really nasty, but as I understand it an attacker cannot | Andrew Bartlett | 2005-11-02 | 1 | -2/+11 | |
| | | | | | | | | | change this checksum, as it is inside the encrypted packets. Where the client (such as Samba3) fakes up GSSAPI, allow it to continue. We can't rid the world of all Samba3 and similar clients... Andrew Bartlett | |||||
* | r11476: finally fixed the intermittent registry server bug! This has been | Andrew Tridgell | 2005-11-02 | 1 | -1/+0 | |
| | | | | | | cropping up occasionally for ages. The problem was the generic reg code setting up a backend_data value, which it has no business doing (backend_data is for backends ...) | |||||
* | r11475: removed a extraneous ldb_delete() call (i had it there for debugging) | Andrew Tridgell | 2005-11-02 | 1 | -1/+0 | |
| | ||||||
* | r11474: - enable ldb transactions from ejs | Andrew Tridgell | 2005-11-02 | 2 | -4/+100 | |
| | | | | | - speed up provisioning a bit using a ldb transaction (also means you can't end up with a ldb being half done) | |||||
* | r11473: Based on work by Jelmer, implement the [async] flag for rpc ↵ | Volker Lendecke | 2005-11-02 | 8 | -40/+190 | |
| | | | | | | | | | | | requests. If it's not there (it's not yet on *any* call... :-)), the rpc client strictly sequences calls to an rpc pipe. Might need some more work on the exact sequencing semantics when a pipe with both sync and async calls is actually deployed, but I want it in for winbind simplification. Volker | |||||
* | r11472: use talloc_get_type() to try to catch an intermittent failure I'm ↵ | Andrew Tridgell | 2005-11-02 | 1 | -26/+30 | |
| | | | | seeing in the ldb winreg backend | |||||
* | r11471: Describe how kerberos forwarding works with the ntvfs. | Andrew Bartlett | 2005-11-02 | 1 | -1/+25 | |
| | | | | Andrew Bartlett | |||||
* | r11470: To a server trusted for delegation (checked for in the gss libs), | Andrew Bartlett | 2005-11-02 | 1 | -1/+1 | |
| | | | | | | delegate by default. Andrew Bartlett | |||||
* | r11469: Fix typo, and use the correct (RFC4120) session key for delegating | Andrew Bartlett | 2005-11-02 | 2 | -11/+13 | |
| | | | | | | credentials. This means we now delegate to windows correctly. Andrew Bartlett | |||||
* | r11468: Merge a bit more of init_sec_context from Heimdal CVS into our | Andrew Bartlett | 2005-11-02 | 2 | -5/+29 | |
| | | | | | | | | | | | | | | | | | DCE_STYLE modified version, and add parametric options to control delegation. It turns out the only remaining issue is sending delegated credentials to a windows server, probably due to the bug lha mentions in his blog (using the wrong key). If I turn delgation on in smbclient, but off in smbd, I can proxy a cifs session. I can't wait till Heimdal 0.8, so I'll see if I can figure out the fix myself :-) Andrew Bartlett | |||||
* | r11467: yay! mmc now accepts our schema. The trick was to get all the OID | Andrew Tridgell | 2005-11-02 | 1 | -0/+14 | |
| | | | | | | | mappings right for the attributeTypes field of the aggregate schema now to add the display specifiers and I won't need the proxy module any more | |||||
* | r11466: Clear up some memory leaks in smbclient. | Andrew Bartlett | 2005-11-02 | 2 | -18/+23 | |
| | | | | Andrew Bartlett | |||||
* | r11463: more progress on the schema generator. mmc now accepts all parts | Andrew Tridgell | 2005-11-02 | 1 | -3/+23 | |
| | | | | | | | | | except the attributeTypes fields of the Aggregrate record. Proxying just that field and the display specifiers gives us a working mmc client hopefully i'll work out what it doesn't like about the attributeTypes field soon | |||||
* | r11462: Fix the build: somehow I lost the header for this samba-specific hack. | Andrew Bartlett | 2005-11-02 | 1 | -0/+2 | |
| | | | | Andrew Bartlett | |||||
* | r11459: display a schemaIDGUID as a guid in ldif, making it easier to work | Andrew Tridgell | 2005-11-02 | 1 | -0/+8 | |
| | | | | with schemas in ldbedit | |||||
* | r11458: fixed our ejs smbscript interfaces to use arrays where appropriate. In | Andrew Tridgell | 2005-11-02 | 8 | -42/+48 | |
| | | | | | | | | js arrays are a special type of object where the length property is automatic, and cannot be modified manually. Our code was manually setting length, which made it abort when someone passed in a real ejs array. To fix this we need to create real arrays instead of objects, and remove the code that manually sets the length | |||||
* | r11457: fixed the winreg IDL and torture code so key and value enumerations | Andrew Tridgell | 2005-11-02 | 2 | -9/+12 | |
| | | | | | | | work again. The automatic value() is fine for the length, but cannot be used for the size as the size is not the number of bytes being sent, but the number of bytes that the server is allowed to use in the reply | |||||
* | r11456: fixed a ejs parser bug for delete() statements | Andrew Tridgell | 2005-11-02 | 1 | -1/+3 | |
| | ||||||
* | r11453: Fix warning, for a case that just can't happen. | Andrew Bartlett | 2005-11-02 | 1 | -0/+3 | |
| | | | | Andrew Bartlett | |||||
* | r11452: Update Heimdal to current lorikeet, including removing the ccache side | Andrew Bartlett | 2005-11-02 | 17 | -171/+427 | |
| | | | | | | | | | | | | of the gsskrb5_acquire_cred hack. Add support for delegated credentials into the auth and credentials subsystem, and specifically into gensec_gssapi. Add the CIFS NTVFS handler as a consumer of delegated credentials, when no user/domain/password is specified. Andrew Bartlett | |||||
* | r11447: fixed a problem with the ldap server spinning using CPU time | Andrew Tridgell | 2005-11-01 | 1 | -10/+22 | |
| | ||||||
* | r11442: Don't use BASE-NEGNOWAIT any more. It is a mostly meaningless test. | Andrew Bartlett | 2005-11-01 | 1 | -2/+2 | |
| | | | | Andrew Bartlett | |||||
* | r11441: Remove the auth_domain module from Samba4, as we will only do things | Andrew Bartlett | 2005-11-01 | 2 | -169/+0 | |
| | | | | | | via winbindd in Samba4. Andrew Bartlett | |||||
* | r11440: Actually check the right thing for 'is this a machine account' ↵ | Andrew Bartlett | 2005-11-01 | 1 | -1/+1 | |
| | | | | | | (thanks metze). Andrew Bartlett | |||||
* | r11439: Make presedence on strcmp comparison clear, and fill in | Andrew Bartlett | 2005-11-01 | 1 | -1/+3 | |
| | | | | | | logon_parameters for the auth subsystem. Andrew Bartlett | |||||
* | r11438: Move enum samr_RejectReason into misc.idl so I can use it in a global | Andrew Bartlett | 2005-11-01 | 3 | -6/+8 | |
| | | | | | | prototype. Andrew Bartlett | |||||
* | r11437: Fix (valid!) use of uninitialised value warnings. | Andrew Bartlett | 2005-11-01 | 1 | -1/+2 | |
| | | | | Andrew Bartlett | |||||
* | r11436: this is work in progress for generating the schema we need for our ADS | Andrew Tridgell | 2005-11-01 | 1 | -18/+507 | |
| | | | | | | | ldap server. It's still not quite right, and I'm chasing down a few errors that mmc throws up, but its a lot closer than it was. I had to change the approach quite substantially over the last couple of days, but this approach now seems to be working out. | |||||
* | r11429: - add owned,active,sgroup vs. unique, group and mhomed replica | Stefan Metzmacher | 2005-10-31 | 1 | -0/+321 | |
| | | | | | | special group vs. special group will be done later metze | |||||
* | r11426: add owned,active,normalgroup vs. * replica sections | Stefan Metzmacher | 2005-10-31 | 1 | -0/+428 | |
| | | | | metze | |||||
* | r11425: add owned,active,unique vs. multi homed section | Stefan Metzmacher | 2005-10-31 | 1 | -0/+135 | |
| | | | | metze | |||||
* | r11424: Fix an uninitialized variable warning | Volker Lendecke | 2005-10-31 | 1 | -1/+1 | |
| | ||||||
* | r11423: Add some TALLOC_CTX | Volker Lendecke | 2005-10-31 | 4 | -13/+16 | |
| | ||||||
* | r11422: Remove unused args | Volker Lendecke | 2005-10-31 | 3 | -8/+4 | |
| | ||||||
* | r11419: add owned,unique,active vs. special group replica section | Stefan Metzmacher | 2005-10-31 | 1 | -0/+109 | |
| | | | | metze | |||||
* | r11418: - add unique,owned,active vs. normal group section | Stefan Metzmacher | 2005-10-31 | 1 | -24/+210 | |
| | | | | | | - we handle incoming release demands for that metze | |||||
* | r11417: Add TODO for the build system | Jelmer Vernooij | 2005-10-31 | 1 | -0/+12 | |
| | ||||||
* | r11416: add some more comments | Stefan Metzmacher | 2005-10-31 | 1 | -0/+51 | |
| | | | | metze | |||||
* | r11415: - create a seperate nbt socket for handling incoming packets | Stefan Metzmacher | 2005-10-31 | 1 | -151/+234 | |
| | | | | | | | | | - remove useless .release attribute, we have seperate tests for this now - add first owned,active vs. replica test, including handling incoming name queries from the server metze | |||||
* | r11414: Add passing around of logon_parameters to Samba4 auth_winbind | Andrew Bartlett | 2005-10-31 | 1 | -0/+3 | |
| | | | | Andrew Bartlett | |||||
* | r11413: More comments, plus always check (and update) the credentials chain, | Andrew Bartlett | 2005-10-31 | 1 | -5/+33 | |
| | | | | | | regardless the authentication result on a particular user. Andrew Bartlett | |||||
* | r11412: These comments may not be much, but my eyes scan code with even | Andrew Bartlett | 2005-10-31 | 1 | -0/+61 | |
| | | | | | | | minimal comments much better (much like volker scans code of less than 80 cols better ;-) Andrew Bartlett | |||||
* | r11411: Add to Samba4 the Samba3 patch I just posted for machine account | Andrew Bartlett | 2005-10-31 | 3 | -26/+48 | |
| | | | | | | | | | | | logins (changing the winbindd interface). Clean up the wbsrv_samba3_async_epilogue() handling, as it was mixing auth and other replies, such that all replies were having the auth error strings set. We now do a better job of filling in the right errors in the right places. Andrew Bartlett | |||||
* | r11410: Fix rejoin as a BDC by modifying, rather than trying to recreate, the | Andrew Bartlett | 2005-10-31 | 1 | -2/+37 | |
| | | | | | | server reference. Andrew Bartlett |