summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
* r11466: Clear up some memory leaks in smbclient.Andrew Bartlett2005-11-022-18/+23
| | | | Andrew Bartlett
* r11462: Fix the build: somehow I lost the header for this samba-specific hack.Andrew Bartlett2005-11-021-0/+2
| | | | Andrew Bartlett
* r11459: display a schemaIDGUID as a guid in ldif, making it easier to workAndrew Tridgell2005-11-021-0/+8
| | | | with schemas in ldbedit
* r11458: fixed our ejs smbscript interfaces to use arrays where appropriate. InAndrew Tridgell2005-11-028-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 enumerationsAndrew Tridgell2005-11-022-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() statementsAndrew Tridgell2005-11-021-1/+3
|
* r11453: Fix warning, for a case that just can't happen.Andrew Bartlett2005-11-021-0/+3
| | | | Andrew Bartlett
* r11452: Update Heimdal to current lorikeet, including removing the ccache sideAndrew Bartlett2005-11-0217-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 timeAndrew Tridgell2005-11-011-10/+22
|
* r11442: Don't use BASE-NEGNOWAIT any more. It is a mostly meaningless test.Andrew Bartlett2005-11-011-2/+2
| | | | Andrew Bartlett
* r11441: Remove the auth_domain module from Samba4, as we will only do thingsAndrew Bartlett2005-11-012-169/+0
| | | | | | via winbindd in Samba4. Andrew Bartlett
* r11440: Actually check the right thing for 'is this a machine account' ↵Andrew Bartlett2005-11-011-1/+1
| | | | | | (thanks metze). Andrew Bartlett
* r11439: Make presedence on strcmp comparison clear, and fill inAndrew Bartlett2005-11-011-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 globalAndrew Bartlett2005-11-013-6/+8
| | | | | | prototype. Andrew Bartlett
* r11437: Fix (valid!) use of uninitialised value warnings.Andrew Bartlett2005-11-011-1/+2
| | | | Andrew Bartlett
* r11429: - add owned,active,sgroup vs. unique, group and mhomed replicaStefan Metzmacher2005-10-311-0/+321
| | | | | | special group vs. special group will be done later metze
* r11426: add owned,active,normalgroup vs. * replica sectionsStefan Metzmacher2005-10-311-0/+428
| | | | metze
* r11425: add owned,active,unique vs. multi homed sectionStefan Metzmacher2005-10-311-0/+135
| | | | metze
* r11424: Fix an uninitialized variable warningVolker Lendecke2005-10-311-1/+1
|
* r11423: Add some TALLOC_CTXVolker Lendecke2005-10-314-13/+16
|
* r11422: Remove unused argsVolker Lendecke2005-10-313-8/+4
|
* r11419: add owned,unique,active vs. special group replica sectionStefan Metzmacher2005-10-311-0/+109
| | | | metze
* r11418: - add unique,owned,active vs. normal group sectionStefan Metzmacher2005-10-311-24/+210
| | | | | | - we handle incoming release demands for that metze
* r11417: Add TODO for the build systemJelmer Vernooij2005-10-311-0/+12
|
* r11416: add some more commentsStefan Metzmacher2005-10-311-0/+51
| | | | metze
* r11415: - create a seperate nbt socket for handling incoming packetsStefan Metzmacher2005-10-311-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_winbindAndrew Bartlett2005-10-311-0/+3
| | | | Andrew Bartlett
* r11413: More comments, plus always check (and update) the credentials chain,Andrew Bartlett2005-10-311-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 evenAndrew Bartlett2005-10-311-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 accountAndrew Bartlett2005-10-313-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, theAndrew Bartlett2005-10-311-2/+37
| | | | | | server reference. Andrew Bartlett
* r11409: The use of 'password server = ' here is still bogus, but for now atAndrew Bartlett2005-10-311-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 serverAndrew Tridgell2005-10-311-41/+20
|
* r11407: Push 'recreate account' logic into libnet/libnet_join.c. We don'tAndrew Bartlett2005-10-313-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 Bartlett2005-10-311-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 afterAndrew Bartlett2005-10-311-3/+5
| | | | | | volker's urging on the use of -O1. Andrew Bartlett
* r11404: Another torture test and a new WERR.Andrew Bartlett2005-10-313-0/+15
| | | | Andrew Bartlett
* r11403: improved the error handling in the ildap ldb backend. Now passesAndrew Tridgell2005-10-311-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 DsRGetDCNameAndrew Bartlett2005-10-313-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 LMAndrew Bartlett2005-10-314-0/+19
| | | | | | | | authentication for user@realm logins and machine account logins. This should avoid various protocol downgrade attacks. Andrew Bartlett
* r11400: fix compiler warningsStefan Metzmacher2005-10-302-6/+6
| | | | metze
* r11399: Add another case where we need to fallback, if the KDC isn't there.Andrew Bartlett2005-10-301-0/+4
| | | | Andrew Bartlett
* r11394: Allow KDC unreachable as another 'forget about gssapi' error on SPNEGO.Andrew Bartlett2005-10-291-0/+4
| | | | Andrew Bartlett
* r11393: Avoid error messages and get more correctness with long plaintext ↵Andrew Bartlett2005-10-291-14/+15
| | | | | | passwords. Andrew Bartlett
* r11392: After confirmation from Love, fix a compiler warningVolker Lendecke2005-10-291-1/+1
|
* r11391: Add includedir to the list of directories to createJelmer Vernooij2005-10-291-1/+1
|
* r11388: Move dot-generating to a seperate perl executableJelmer Vernooij2005-10-283-28/+32
|
* r11387: Remove pidl from the default 'install' target as it doesn't obey the Jelmer Vernooij2005-10-281-1/+1
| | | | user specified install paths.
* r11386: Add install rule for pidlJelmer Vernooij2005-10-282-2/+8
|
* r11385: Fix issues in module.c. Calling function should pass in path Jelmer Vernooij2005-10-282-16/+6
| | | | to directory rather then subsystem name now.