summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r2728: Break arg parsing stuff out of samr.py into a standalone program.Tim Potter2-47/+53
2007-10-10r2727: mark the password fields as hiddenStefan Metzmacher1-1/+6
2007-10-10r2726: added a -r option to ldbdel to allow easy delete of a wholeAndrew Tridgell1-3/+39
2007-10-10r2725: fixed ldbtest to give the basedn to ldb_search()Andrew Tridgell1-2/+2
2007-10-10r2724: - use ldapsrv_service and set it up with the rootDSE and default parti...Stefan Metzmacher1-13/+42
2007-10-10r2723: fix some debug messagesStefan Metzmacher1-2/+2
2007-10-10r2722: remove tmp debug messagesStefan Metzmacher1-4/+1
2007-10-10r2721: added a -b option to ldbtest so it can be used with the new smbd ldap ...Andrew Tridgell1-8/+10
2007-10-10r2720: -implement sldb_Modify() callStefan Metzmacher1-1/+117
2007-10-10r2718: - added a talloc_unreference() function as requested by metze.Andrew Tridgell2-19/+164
2007-10-10r2714: - add sldb_Add() implementationStefan Metzmacher1-36/+185
2007-10-10r2713: better handling of binary values in index key creationAndrew Tridgell1-1/+1
2007-10-10r2712: fixed a bug in ldbtest to make it cope with an existing indexAndrew Tridgell1-2/+4
2007-10-10r2711: added a simple talloc speed tester. I get the following on my laptop:Andrew Tridgell1-0/+55
2007-10-10r2710: continue with the new style of providing a parent context wheneverAndrew Tridgell19-96/+124
2007-10-10r2709: finally solved the talloc reference problem.Andrew Tridgell4-48/+220
2007-10-10r2705: Don't try RemQueryInterface2 for now (doesn't validate)Jelmer Vernooij1-2/+2
2007-10-10r2704: Complain about 'object interfaces' that don't have version 0.0 (the st...Jelmer Vernooij2-1/+7
2007-10-10r2699: Correct handle ServerAlive() and ServerAlive2() + add torture testsJelmer Vernooij3-16/+130
2007-10-10r2696: DCOM updates:Jelmer Vernooij8-90/+212
2007-10-10r2695: revert "Del" renamingSimo Sorce6-34/+34
2007-10-10r2694: DN -> DC these are domain components ...Simo Sorce1-1/+1
2007-10-10r2693: - send a reply when no attributes thereStefan Metzmacher1-3/+11
2007-10-10r2690: deleted by mistakeSimo Sorce1-0/+3
2007-10-10r2689: Use consistent naming Del -> DeleteSimo Sorce6-32/+73
2007-10-10r2688: - fix case where listed attributes are askedStefan Metzmacher4-115/+129
2007-10-10r2687: Add ORPC flag (used by DCOM)Jelmer Vernooij1-0/+1
2007-10-10r2686: remove unused gtk+ checkStefan Metzmacher1-2/+0
2007-10-10r2685: ALLOC_CHECK() after talloc_steal() isn't neededStefan Metzmacher1-4/+0
2007-10-10r2684: Free the right talloc context (don't panic when encountering illegal m...Jelmer Vernooij1-1/+1
2007-10-10r2683: Fix a couple of compile warnings, depend on gtk+-2.4Jelmer Vernooij6-34/+41
2007-10-10r2682: as sambdb holds all search data, don't double free the dataStefan Metzmacher1-2/+0
2007-10-10r2681: commit the first semi working search implementationStefan Metzmacher2-3/+89
2007-10-10r2680: switched the libcli/raw/ code over to use talloc_reference(), which si...Andrew Tridgell9-67/+26
2007-10-10r2679: fixed an uninitialised variable found with valgrindAndrew Tridgell1-1/+2
2007-10-10r2678: from_name and to_name aren't needed in smb_iconv_tAndrew Tridgell2-4/+0
2007-10-10r2677: - fixed a bug in the recursive logic talloc_free() when there areAndrew Tridgell1-21/+50
2007-10-10r2676: add a test of the reference counting logic in the SAMR server into theAndrew Tridgell1-86/+31
2007-10-10r2675: added a convenience functionAndrew Tridgell2-47/+46
2007-10-10r2674: I have realised that talloc() should have its context marked const, asAndrew Tridgell6-50/+106
2007-10-10r2673: in the rpc server, free up the old call when we decide to extend anAndrew Tridgell1-1/+3
2007-10-10r2672: don't call a variable "dup" as that conflicts with a standard system c...Andrew Tridgell1-3/+3
2007-10-10r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell30-79/+84
2007-10-10r2670: use a destructor to auto-close the samr ldb when the last userAndrew Tridgell1-15/+18
2007-10-10r2669: convert make_user_info() and associated functions from malloc to tallocAndrew Tridgell4-56/+70
2007-10-10r2668: steal the cli pointer into the pipe context so a single free destroys ...Andrew Tridgell1-1/+2
2007-10-10r2667: Remove forward declaration of static function from function. GCC 3.5 a...Jelmer Vernooij1-2/+3
2007-10-10r2664: fixed the final server leak for normal operation. We now get a clean r...Andrew Tridgell2-5/+8
2007-10-10r2663: fix an epmapper server leak - another talloc_realloc(NULL, ) leakAndrew Tridgell1-3/+3
2007-10-10r2662: make --leak-check completely silent if not blocks are allocatedAndrew Tridgell1-0/+3