Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | r11466: Clear up some memory leaks in smbclient. | Andrew Bartlett | 2005-11-02 | 2 | -18/+23 | |
| | | | | Andrew Bartlett | |||||
* | 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 | |||||
* | 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 | |||||
* | r11409: The use of 'password server = ' here is still bogus, but for now at | Andrew Bartlett | 2005-10-31 | 1 | -0/+2 | |
| | | | | | | least don't allow binding to become uninitialised. Andrew Bartlett | |||||
* | r11408: fixed the mapping of ldb errors to ldap errors in the ldap server | Andrew Tridgell | 2005-10-31 | 1 | -41/+20 | |
| | ||||||
* | r11407: Push 'recreate account' logic into libnet/libnet_join.c. We don't | Andrew Bartlett | 2005-10-31 | 3 | -17/+34 | |
| | | | | | | | return the pesky USER_EXISTS 'error' code any more, and it is much easier to handle this inline. Andrew Bartlett | |||||
* | r11406: Clean up uninitialised value warnings found by -01. | Andrew Bartlett | 2005-10-31 | 1 | -23/+17 | |
| | | | | | | | The warnings were caused by the structure assignements, which we don't need to do. The actual values are filled in by the NDR layer later. Andrew Bartlett | |||||
* | r11405: Ensure we can never have secret4 be uninitialised. Found after | Andrew Bartlett | 2005-10-31 | 1 | -3/+5 | |
| | | | | | | volker's urging on the use of -O1. Andrew Bartlett | |||||
* | r11404: Another torture test and a new WERR. | Andrew Bartlett | 2005-10-31 | 3 | -0/+15 | |
| | | | | Andrew Bartlett | |||||
* | r11403: improved the error handling in the ildap ldb backend. Now passes | Andrew Tridgell | 2005-10-31 | 1 | -37/+53 | |
| | | | | | through all ldap errors except on search. Search errors are only available via ldb_errstring() until we decide how to fix ldb_search(). | |||||
* | r11402: In response to comments by volker, expand our Netlogon DsRGetDCName | Andrew Bartlett | 2005-10-31 | 3 | -53/+207 | |
| | | | | | | | IDL and testsuites. The server-side of this remains a stub, we should probably be doing ldb searches for the server reference record. Andrew Bartlett | |||||
* | r11401: A simple hack to have our central credentials system deny sending LM | Andrew Bartlett | 2005-10-31 | 4 | -0/+19 | |
| | | | | | | | | authentication for user@realm logins and machine account logins. This should avoid various protocol downgrade attacks. Andrew Bartlett | |||||
* | r11400: fix compiler warnings | Stefan Metzmacher | 2005-10-30 | 2 | -6/+6 | |
| | | | | metze | |||||
* | r11399: Add another case where we need to fallback, if the KDC isn't there. | Andrew Bartlett | 2005-10-30 | 1 | -0/+4 | |
| | | | | Andrew Bartlett | |||||
* | r11394: Allow KDC unreachable as another 'forget about gssapi' error on SPNEGO. | Andrew Bartlett | 2005-10-29 | 1 | -0/+4 | |
| | | | | Andrew Bartlett | |||||
* | r11393: Avoid error messages and get more correctness with long plaintext ↵ | Andrew Bartlett | 2005-10-29 | 1 | -14/+15 | |
| | | | | | | passwords. Andrew Bartlett | |||||
* | r11392: After confirmation from Love, fix a compiler warning | Volker Lendecke | 2005-10-29 | 1 | -1/+1 | |
| | ||||||
* | r11391: Add includedir to the list of directories to create | Jelmer Vernooij | 2005-10-29 | 1 | -1/+1 | |
| | ||||||
* | r11388: Move dot-generating to a seperate perl executable | Jelmer Vernooij | 2005-10-28 | 3 | -28/+32 | |
| | ||||||
* | r11387: Remove pidl from the default 'install' target as it doesn't obey the | Jelmer Vernooij | 2005-10-28 | 1 | -1/+1 | |
| | | | | user specified install paths. | |||||
* | r11386: Add install rule for pidl | Jelmer Vernooij | 2005-10-28 | 2 | -2/+8 | |
| | ||||||
* | r11385: Fix issues in module.c. Calling function should pass in path | Jelmer Vernooij | 2005-10-28 | 2 | -16/+6 | |
| | | | | to directory rather then subsystem name now. |