Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-10-10 | r11442: Don't use BASE-NEGNOWAIT any more. It is a mostly meaningless test. | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r11441: Remove the auth_domain module from Samba4, as we will only do things | Andrew Bartlett | 2 | -169/+0 |
2007-10-10 | r11440: Actually check the right thing for 'is this a machine account' (thank... | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r11439: Make presedence on strcmp comparison clear, and fill in | Andrew Bartlett | 1 | -1/+3 |
2007-10-10 | r11438: Move enum samr_RejectReason into misc.idl so I can use it in a global | Andrew Bartlett | 3 | -6/+8 |
2007-10-10 | r11437: Fix (valid!) use of uninitialised value warnings. | Andrew Bartlett | 1 | -1/+2 |
2007-10-10 | r11429: - add owned,active,sgroup vs. unique, group and mhomed replica | Stefan Metzmacher | 1 | -0/+321 |
2007-10-10 | r11426: add owned,active,normalgroup vs. * replica sections | Stefan Metzmacher | 1 | -0/+428 |
2007-10-10 | r11425: add owned,active,unique vs. multi homed section | Stefan Metzmacher | 1 | -0/+135 |
2007-10-10 | r11424: Fix an uninitialized variable warning | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r11423: Add some TALLOC_CTX | Volker Lendecke | 4 | -13/+16 |
2007-10-10 | r11422: Remove unused args | Volker Lendecke | 3 | -8/+4 |
2007-10-10 | r11419: add owned,unique,active vs. special group replica section | Stefan Metzmacher | 1 | -0/+109 |
2007-10-10 | r11418: - add unique,owned,active vs. normal group section | Stefan Metzmacher | 1 | -24/+210 |
2007-10-10 | r11417: Add TODO for the build system | Jelmer Vernooij | 1 | -0/+12 |
2007-10-10 | r11416: add some more comments | Stefan Metzmacher | 1 | -0/+51 |
2007-10-10 | r11415: - create a seperate nbt socket for handling incoming packets | Stefan Metzmacher | 1 | -151/+234 |
2007-10-10 | r11414: Add passing around of logon_parameters to Samba4 auth_winbind | Andrew Bartlett | 1 | -0/+3 |
2007-10-10 | r11413: More comments, plus always check (and update) the credentials chain, | Andrew Bartlett | 1 | -5/+33 |
2007-10-10 | r11412: These comments may not be much, but my eyes scan code with even | Andrew Bartlett | 1 | -0/+61 |
2007-10-10 | r11411: Add to Samba4 the Samba3 patch I just posted for machine account | Andrew Bartlett | 3 | -26/+48 |
2007-10-10 | r11410: Fix rejoin as a BDC by modifying, rather than trying to recreate, the | Andrew Bartlett | 1 | -2/+37 |
2007-10-10 | r11409: The use of 'password server = ' here is still bogus, but for now at | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r11408: fixed the mapping of ldb errors to ldap errors in the ldap server | Andrew Tridgell | 1 | -41/+20 |
2007-10-10 | r11407: Push 'recreate account' logic into libnet/libnet_join.c. We don't | Andrew Bartlett | 3 | -17/+34 |
2007-10-10 | r11406: Clean up uninitialised value warnings found by -01. | Andrew Bartlett | 1 | -23/+17 |
2007-10-10 | r11405: Ensure we can never have secret4 be uninitialised. Found after | Andrew Bartlett | 1 | -3/+5 |
2007-10-10 | r11404: Another torture test and a new WERR. | Andrew Bartlett | 3 | -0/+15 |
2007-10-10 | r11403: improved the error handling in the ildap ldb backend. Now passes | Andrew Tridgell | 1 | -37/+53 |
2007-10-10 | r11402: In response to comments by volker, expand our Netlogon DsRGetDCName | Andrew Bartlett | 3 | -53/+207 |
2007-10-10 | r11401: A simple hack to have our central credentials system deny sending LM | Andrew Bartlett | 4 | -0/+19 |
2007-10-10 | r11400: fix compiler warnings | Stefan Metzmacher | 2 | -6/+6 |
2007-10-10 | r11399: Add another case where we need to fallback, if the KDC isn't there. | Andrew Bartlett | 1 | -0/+4 |
2007-10-10 | r11394: Allow KDC unreachable as another 'forget about gssapi' error on SPNEGO. | Andrew Bartlett | 1 | -0/+4 |
2007-10-10 | r11393: Avoid error messages and get more correctness with long plaintext pas... | Andrew Bartlett | 1 | -14/+15 |
2007-10-10 | r11392: After confirmation from Love, fix a compiler warning | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r11391: Add includedir to the list of directories to create | Jelmer Vernooij | 1 | -1/+1 |