summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* r11475: removed a extraneous ldb_delete() call (i had it there for debugging)Andrew Tridgell2007-10-101-1/+0
* r11474: - enable ldb transactions from ejsAndrew Tridgell2007-10-102-4/+100
* r11473: Based on work by Jelmer, implement the [async] flag for rpc requests....Volker Lendecke2007-10-108-40/+190
* r11472: use talloc_get_type() to try to catch an intermittent failure I'm see...Andrew Tridgell2007-10-101-26/+30
* r11471: Describe how kerberos forwarding works with the ntvfs.Andrew Bartlett2007-10-101-1/+25
* r11470: To a server trusted for delegation (checked for in the gss libs),Andrew Bartlett2007-10-101-1/+1
* r11469: Fix typo, and use the correct (RFC4120) session key for delegatingAndrew Bartlett2007-10-102-11/+13
* r11468: Merge a bit more of init_sec_context from Heimdal CVS into ourAndrew Bartlett2007-10-102-5/+29
* r11467: yay! mmc now accepts our schema. The trick was to get all the OIDAndrew Tridgell2007-10-101-0/+14
* r11466: Clear up some memory leaks in smbclient.Andrew Bartlett2007-10-102-18/+23
* r11463: more progress on the schema generator. mmc now accepts all partsAndrew Tridgell2007-10-101-3/+23
* r11462: Fix the build: somehow I lost the header for this samba-specific hack.Andrew Bartlett2007-10-101-0/+2
* r11459: display a schemaIDGUID as a guid in ldif, making it easier to workAndrew Tridgell2007-10-101-0/+8
* r11458: fixed our ejs smbscript interfaces to use arrays where appropriate. InAndrew Tridgell2007-10-108-42/+48
* r11457: fixed the winreg IDL and torture code so key and value enumerationsAndrew Tridgell2007-10-102-9/+12
* r11456: fixed a ejs parser bug for delete() statementsAndrew Tridgell2007-10-101-1/+3
* r11453: Fix warning, for a case that just can't happen.Andrew Bartlett2007-10-101-0/+3
* r11452: Update Heimdal to current lorikeet, including removing the ccache sideAndrew Bartlett2007-10-1017-171/+427
* r11447: fixed a problem with the ldap server spinning using CPU timeAndrew Tridgell2007-10-101-10/+22
* r11442: Don't use BASE-NEGNOWAIT any more. It is a mostly meaningless test.Andrew Bartlett2007-10-101-2/+2
* r11441: Remove the auth_domain module from Samba4, as we will only do thingsAndrew Bartlett2007-10-102-169/+0
* r11440: Actually check the right thing for 'is this a machine account' (thank...Andrew Bartlett2007-10-101-1/+1
* r11439: Make presedence on strcmp comparison clear, and fill inAndrew Bartlett2007-10-101-1/+3
* r11438: Move enum samr_RejectReason into misc.idl so I can use it in a globalAndrew Bartlett2007-10-103-6/+8
* r11437: Fix (valid!) use of uninitialised value warnings.Andrew Bartlett2007-10-101-1/+2
* r11436: this is work in progress for generating the schema we need for our ADSAndrew Tridgell2007-10-101-18/+507
* r11429: - add owned,active,sgroup vs. unique, group and mhomed replicaStefan Metzmacher2007-10-101-0/+321
* r11426: add owned,active,normalgroup vs. * replica sectionsStefan Metzmacher2007-10-101-0/+428
* r11425: add owned,active,unique vs. multi homed sectionStefan Metzmacher2007-10-101-0/+135
* r11424: Fix an uninitialized variable warningVolker Lendecke2007-10-101-1/+1
* r11423: Add some TALLOC_CTXVolker Lendecke2007-10-104-13/+16
* r11422: Remove unused argsVolker Lendecke2007-10-103-8/+4
* r11419: add owned,unique,active vs. special group replica sectionStefan Metzmacher2007-10-101-0/+109
* r11418: - add unique,owned,active vs. normal group sectionStefan Metzmacher2007-10-101-24/+210
* r11417: Add TODO for the build systemJelmer Vernooij2007-10-101-0/+12
* r11416: add some more commentsStefan Metzmacher2007-10-101-0/+51
* r11415: - create a seperate nbt socket for handling incoming packetsStefan Metzmacher2007-10-101-151/+234
* r11414: Add passing around of logon_parameters to Samba4 auth_winbindAndrew Bartlett2007-10-101-0/+3
* r11413: More comments, plus always check (and update) the credentials chain,Andrew Bartlett2007-10-101-5/+33
* r11412: These comments may not be much, but my eyes scan code with evenAndrew Bartlett2007-10-101-0/+61
* r11411: Add to Samba4 the Samba3 patch I just posted for machine accountAndrew Bartlett2007-10-103-26/+48
* r11410: Fix rejoin as a BDC by modifying, rather than trying to recreate, theAndrew Bartlett2007-10-101-2/+37
* r11409: The use of 'password server = ' here is still bogus, but for now atAndrew Bartlett2007-10-101-0/+2
* r11408: fixed the mapping of ldb errors to ldap errors in the ldap serverAndrew Tridgell2007-10-101-41/+20
* r11407: Push 'recreate account' logic into libnet/libnet_join.c. We don'tAndrew Bartlett2007-10-103-17/+34
* r11406: Clean up uninitialised value warnings found by -01.Andrew Bartlett2007-10-101-23/+17
* r11405: Ensure we can never have secret4 be uninitialised. Found afterAndrew Bartlett2007-10-101-3/+5
* r11404: Another torture test and a new WERR.Andrew Bartlett2007-10-103-0/+15
* r11403: improved the error handling in the ildap ldb backend. Now passesAndrew Tridgell2007-10-101-37/+53
* r11402: In response to comments by volker, expand our Netlogon DsRGetDCNameAndrew Bartlett2007-10-103-53/+207