summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * r17844: The AIX compiler thinks { } is a syntax errorVolker Lendecke2006-08-261-1/+2
| | | |
| | | * r17842: After talking to Simo, apply the next attempt to resolve the strnlenVolker Lendecke2006-08-264-3/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | problem. Timegm is the same. Simo says this is just a workaround, but it helps for now. Feel free to revert. Volker
| | | * r17841: Revert 17840, libldb.a defines strnlen. Sorry for the noiseVolker Lendecke2006-08-262-15/+1
| | | |
| | | * r17840: A step towards building on Solaris which appears not to have strnlen.Volker Lendecke2006-08-262-1/+15
| | | | | | | | | | | | | | | | Volker
| | | * r17839: do not reference possibleInferiors we have not extractedSimo Sorce2006-08-262-405/+81
| | | | | | | | | | | | | | | | trim duplicate may attributes
| | | * r17838: revert rev 17754Stefan Metzmacher2006-08-261-5/+16
| | | | | | | | | | | | | | | | | | | | | | | | readd --always-create option to mkproto.pl metze
| | | * r17830: Set the default_basedn (hey, it comes from the "default" naming ↵Simo Sorce2006-08-255-36/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | contex :-) once at connection time, after modules have been loaded. Introduce a function to retrieve the value where needed.
| | | * r17829: Fix the order of the bytesSimo Sorce2006-08-251-8/+8
| | | |
| | | * r17828: set the auto_baseDN opaque even on failure to fetch rootDSE. ThatAndrew Tridgell2006-08-251-3/+1
| | | | | | | | | | | | | | | | ensures we never try twice
| | | * r17827: Fix an error messageVolker Lendecke2006-08-251-2/+2
| | | |
| | | * r17826: Add line numbers to the d_printfsVolker Lendecke2006-08-251-19/+28
| | | |
| | | * r17825: I broken cracknames in my last patch - fix it upAndrew Tridgell2006-08-251-1/+1
| | | |
| | | * r17824: add a wrapper for the common partitions_basedn calculationAndrew Tridgell2006-08-2512-47/+38
| | | |
| | | * r17823: get rid of most of the samdb_base_dn() calls, as they are no longerAndrew Tridgell2006-08-2512-41/+37
| | | | | | | | | | | | | | | | needed in searches
| | | * r17822: the ildap ldb backend doesn't need the auto rootDSE logic any moreAndrew Tridgell2006-08-251-84/+2
| | | |
| | | * r17821: changed ldb_search() and the ldbsearch command line utility toAndrew Tridgell2006-08-253-0/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | automatically work out the basedn when basedn==NULL. The basedn is fetched from the rootDSE defaultNamingContext value (if there is one) This means we don't have to have the defaultNamingContext logic in lots of places. It makes a lot of sense to me to have basedn==NULL mean "use the default, as given by the database" Note that explicitly specifing a basedn of '' is not the same thing, and will not trigger this code The baseDN is cached in a ldb opaque, so we only have to fetch it once
| | | * r17820: simplify the code flow a littleAndrew Tridgell2006-08-251-20/+27
| | | |
| | | * r17811: Add .bzrignore fileJelmer Vernooij2006-08-241-0/+128
| | | |
| | | * r17794: ifdef out unused macrosStefan Metzmacher2006-08-241-0/+2
| | | | | | | | | | | | | | | | metze
| | | * r17793: add -Wmissing-prototypes, -Wmissing-declarations, ↵Stefan Metzmacher2006-08-241-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Wmissing-field-initializers gcc options, but don't enable them yet. we should step by step try to enable them, after removing the flood of warnings they would generate. metze
| | | * r17792: io.out.winsserver is a const char *,Stefan Metzmacher2006-08-242-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and iname->winserver = talloc_steal(iname, io.out.winsserver) generated a warning, so I changed iname->winsserver to also be a const char *. then a talloc_free(iname->winsserver) would generate a warning, but we can steal it into the tmp_ctx without a warning and that gets free'ed a few lines later. metze
| | | * r17791: get rid of another compiler warningStefan Metzmacher2006-08-241-2/+3
| | | | | | | | | | | | | | | | metze
| | | * r17790: replace uses -ldl and should directly depend on itStefan Metzmacher2006-08-242-2/+2
| | | | | | | | | | | | | | | | metze
| | | * r17789: remove compiler warningsStefan Metzmacher2006-08-241-3/+3
| | | | | | | | | | | | | | | | metze
| | | * r17788: fix compiler warningsStefan Metzmacher2006-08-243-5/+5
| | | | | | | | | | | | | | | | metze
| | | * r17787: ifdef out unused macros and generate a smb_panic()Stefan Metzmacher2006-08-241-2/+24
| | | | | | | | | | | | | | | | | | | | | | | | when the wrong macro is used on a field. metze
| | | * r17786: remove unused macros, fix compiler warningsStefan Metzmacher2006-08-242-21/+0
| | | | | | | | | | | | | | | | metze
| | | * r17785: fix compiler warningsStefan Metzmacher2006-08-244-15/+6
| | | | | | | | | | | | | | | | metze
| | | * r17784: fix compiler warningsStefan Metzmacher2006-08-241-0/+4
| | | | | | | | | | | | | | | | metze
| | | * r17783: fix compiler warningsStefan Metzmacher2006-08-241-1/+5
| | | | | | | | | | | | | | | | metze
| | | * r17782: fix compiler warningStefan Metzmacher2006-08-241-0/+2
| | | | | | | | | | | | | | | | metze
| | | * r17781: fix compiler warningStefan Metzmacher2006-08-241-3/+1
| | | | | | | | | | | | | | | | metze
| | | * r17780: better fix this one correctlyStefan Metzmacher2006-08-241-2/+8
| | | | | | | | | | | | | | | | metze
| | | * r17779: this macro is unusedStefan Metzmacher2006-08-241-0/+2
| | | | | | | | | | | | | | | | metze
| | | * r17778: fix compiler warningsStefan Metzmacher2006-08-241-1/+2
| | | | | | | | | | | | | | | | metze
| | | * r17777: these macros are unused...Stefan Metzmacher2006-08-241-0/+4
| | | | | | | | | | | | | | | | metze
| | | * r17776: these macros are also defined in libcli/raw/trans2.hStefan Metzmacher2006-08-241-12/+0
| | | | | | | | | | | | | | | | metze
| | | * r17775: use an enum to get rid of compiler warningsStefan Metzmacher2006-08-241-6/+6
| | | | | | | | | | | | | | | | metze
| | | * r17774: this macro is unusedStefan Metzmacher2006-08-241-2/+0
| | | | | | | | | | | | | | | | metze
| | | * r17773: this macros are unsed, with compiler warningsStefan Metzmacher2006-08-241-0/+2
| | | | | | | | | | | | | | | | metze
| | | * r17772: warn about unused macrosStefan Metzmacher2006-08-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | (only when defined in the .c file not in headers) metze
| | | * r17771: add a comment explaing the odd castAndrew Tridgell2006-08-241-0/+6
| | | |
| | | * r17770: don't force -L/usr/lib, it breaks us4Andrew Tridgell2006-08-241-2/+2
| | | |
| | | * r17769: only look for dlopen in -ldl if not found in libc. Needed for us4Andrew Tridgell2006-08-241-2/+1
| | | |
| | | * r17768: This merges in the current version of Brad Henry's windows testingAndrew Tridgell2006-08-2411-0/+1490
| | | | | | | | | | | | | | | | | | | | | | | | | | | | framework patch. There are some issues with the patch that I will discuss in a separate email to the list, but given the low (zero?) impact of the patch as it is, I think its better to integrate it now, then let Brad send some minor update patches later
| | | * r17765: fix handling of old solaris /bin/sh in ldb build/testAndrew Tridgell2006-08-243-5/+9
| | | |
| | | * r17764: more portable setenv() replacementAndrew Tridgell2006-08-241-8/+22
| | | |
| | | * r17763: moved setenv to ldb/replace/Andrew Tridgell2006-08-232-20/+1
| | | |
| | | * r17762: HPUX needs setenvAndrew Tridgell2006-08-232-1/+18
| | | |
| | | * r17756: I don't know why but this only works with the standaloneStefan Metzmacher2006-08-231-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | ldb build...I'll test more tomorrow. metze