Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r11525: Move lookups (including the attribute search) for users from | Andrew Bartlett | 2 | -112/+127 |
2007-10-10 | r11524: More work on our hdb backend in the KDC. | Andrew Bartlett | 1 | -116/+78 |
2007-10-10 | r11523: Working towards having Samba3 join Samba4, this allows the SASL | Andrew Bartlett | 1 | -3/+7 |
2007-10-10 | r11522: Add support for delegated credentials and machine account credentials | Andrew Bartlett | 2 | -2/+28 |
2007-10-10 | r11521: Add in client support for checking supportedSASLmechanisms, and then | Andrew Bartlett | 4 | -7/+129 |
2007-10-10 | r11520: indent | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r11519: And an uninitialized variable... | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r11518: Fix a warning | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r11517: Cleanup time, this looks larger than it is. This mainly gets rid of | Volker Lendecke | 16 | -703/+489 |
2007-10-10 | r11516: Fix a valgrind bug I introduce with queued requests | Volker Lendecke | 1 | -3/+6 |
2007-10-10 | r11515: Add some talloc_get_type | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r11514: Fixup debug message | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r11513: Add the ability to use the local machine account instead of a static | Andrew Bartlett | 2 | -15/+71 |
2007-10-10 | r11512: fix typo | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r11503: be quite... | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r11502: make sure we always use the 7 chars for the unix socket name. | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r11501: change provision code to use the new display specifiers | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r11500: fixed a bug in the variable substition code using the new limit argum... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r11499: added a minimal set of display specifiers for mmc to use to display | Andrew Tridgell | 1 | -0/+108 |
2007-10-10 | r11498: added an optional extra argument to split to limit the number of | Andrew Tridgell | 1 | -8/+19 |
2007-10-10 | r11497: Don't name parameters 'floor'. Rename fl and floor to epm_floor for | Andrew Bartlett | 1 | -58/+58 |
2007-10-10 | r11496: add a minimal ads-compatible schema into our sam.ldb setup. This is | Andrew Tridgell | 3 | -2/+8509 |
2007-10-10 | r11489: add the one replication cycle test to NBT-WINSREPLICATION-QUICK | Stefan Metzmacher | 3 | -1/+23 |
2007-10-10 | r11488: handle the stupid name release demand a windows there send... | Stefan Metzmacher | 1 | -5/+22 |
2007-10-10 | r11487: thanks to make test I noticed a dead lock bug, in the last change, | Stefan Metzmacher | 1 | -19/+39 |
2007-10-10 | r11485: prevent us from calling the request handler recursiv when | Stefan Metzmacher | 1 | -0/+3 |
2007-10-10 | r11484: test some multi homed record merging | Stefan Metzmacher | 1 | -50/+563 |
2007-10-10 | r11481: Disable pre-linking on VMS | Jelmer Vernooij | 1 | -0/+5 |
2007-10-10 | r11480: demonstrate the only the positive name query response cares, | Stefan Metzmacher | 1 | -7/+135 |
2007-10-10 | r11479: fix compiler warning | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r11478: add owned,active,multi homed vs. * section | Stefan Metzmacher | 1 | -341/+893 |
2007-10-10 | r11477: This seems really nasty, but as I understand it an attacker cannot | Andrew Bartlett | 1 | -2/+11 |
2007-10-10 | r11476: finally fixed the intermittent registry server bug! This has been | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r11475: removed a extraneous ldb_delete() call (i had it there for debugging) | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r11474: - enable ldb transactions from ejs | Andrew Tridgell | 2 | -4/+100 |
2007-10-10 | r11473: Based on work by Jelmer, implement the [async] flag for rpc requests.... | Volker Lendecke | 8 | -40/+190 |
2007-10-10 | r11472: use talloc_get_type() to try to catch an intermittent failure I'm see... | Andrew Tridgell | 1 | -26/+30 |
2007-10-10 | r11471: Describe how kerberos forwarding works with the ntvfs. | Andrew Bartlett | 1 | -1/+25 |
2007-10-10 | r11470: To a server trusted for delegation (checked for in the gss libs), | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r11469: Fix typo, and use the correct (RFC4120) session key for delegating | Andrew Bartlett | 2 | -11/+13 |
2007-10-10 | r11468: Merge a bit more of init_sec_context from Heimdal CVS into our | Andrew Bartlett | 2 | -5/+29 |
2007-10-10 | r11466: Clear up some memory leaks in smbclient. | Andrew Bartlett | 2 | -18/+23 |
2007-10-10 | r11462: Fix the build: somehow I lost the header for this samba-specific hack. | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r11459: display a schemaIDGUID as a guid in ldif, making it easier to work | Andrew Tridgell | 1 | -0/+8 |
2007-10-10 | r11458: fixed our ejs smbscript interfaces to use arrays where appropriate. In | Andrew Tridgell | 8 | -42/+48 |
2007-10-10 | r11457: fixed the winreg IDL and torture code so key and value enumerations | Andrew Tridgell | 2 | -9/+12 |
2007-10-10 | r11456: fixed a ejs parser bug for delete() statements | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r11453: Fix warning, for a case that just can't happen. | Andrew Bartlett | 1 | -0/+3 |
2007-10-10 | r11452: Update Heimdal to current lorikeet, including removing the ccache side | Andrew Bartlett | 17 | -171/+427 |
2007-10-10 | r11447: fixed a problem with the ldap server spinning using CPU time | Andrew Tridgell | 1 | -10/+22 |