Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | r17824: add a wrapper for the common partitions_basedn calculation | Andrew Tridgell | 2006-08-25 | 12 | -47/+38 | |
| | | | | ||||||
| | | * | r17823: get rid of most of the samdb_base_dn() calls, as they are no longer | Andrew Tridgell | 2006-08-25 | 12 | -41/+37 | |
| | | | | | | | | | | | | | | | | needed in searches | |||||
| | | * | r17822: the ildap ldb backend doesn't need the auto rootDSE logic any more | Andrew Tridgell | 2006-08-25 | 1 | -84/+2 | |
| | | | | ||||||
| | | * | r17821: changed ldb_search() and the ldbsearch command line utility to | Andrew Tridgell | 2006-08-25 | 3 | -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 little | Andrew Tridgell | 2006-08-25 | 1 | -20/+27 | |
| | | | | ||||||
| | | * | r17811: Add .bzrignore file | Jelmer Vernooij | 2006-08-24 | 1 | -0/+128 | |
| | | | | ||||||
| | | * | r17794: ifdef out unused macros | Stefan Metzmacher | 2006-08-24 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17793: add -Wmissing-prototypes, -Wmissing-declarations, ↵ | Stefan Metzmacher | 2006-08-24 | 1 | -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 Metzmacher | 2006-08-24 | 2 | -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 warning | Stefan Metzmacher | 2006-08-24 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17790: replace uses -ldl and should directly depend on it | Stefan Metzmacher | 2006-08-24 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17789: remove compiler warnings | Stefan Metzmacher | 2006-08-24 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17788: fix compiler warnings | Stefan Metzmacher | 2006-08-24 | 3 | -5/+5 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17787: ifdef out unused macros and generate a smb_panic() | Stefan Metzmacher | 2006-08-24 | 1 | -2/+24 | |
| | | | | | | | | | | | | | | | | | | | | | | | | when the wrong macro is used on a field. metze | |||||
| | | * | r17786: remove unused macros, fix compiler warnings | Stefan Metzmacher | 2006-08-24 | 2 | -21/+0 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17785: fix compiler warnings | Stefan Metzmacher | 2006-08-24 | 4 | -15/+6 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17784: fix compiler warnings | Stefan Metzmacher | 2006-08-24 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17783: fix compiler warnings | Stefan Metzmacher | 2006-08-24 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17782: fix compiler warning | Stefan Metzmacher | 2006-08-24 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17781: fix compiler warning | Stefan Metzmacher | 2006-08-24 | 1 | -3/+1 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17780: better fix this one correctly | Stefan Metzmacher | 2006-08-24 | 1 | -2/+8 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17779: this macro is unused | Stefan Metzmacher | 2006-08-24 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17778: fix compiler warnings | Stefan Metzmacher | 2006-08-24 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17777: these macros are unused... | Stefan Metzmacher | 2006-08-24 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17776: these macros are also defined in libcli/raw/trans2.h | Stefan Metzmacher | 2006-08-24 | 1 | -12/+0 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17775: use an enum to get rid of compiler warnings | Stefan Metzmacher | 2006-08-24 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17774: this macro is unused | Stefan Metzmacher | 2006-08-24 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17773: this macros are unsed, with compiler warnings | Stefan Metzmacher | 2006-08-24 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17772: warn about unused macros | Stefan Metzmacher | 2006-08-24 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | (only when defined in the .c file not in headers) metze | |||||
| | | * | r17771: add a comment explaing the odd cast | Andrew Tridgell | 2006-08-24 | 1 | -0/+6 | |
| | | | | ||||||
| | | * | r17770: don't force -L/usr/lib, it breaks us4 | Andrew Tridgell | 2006-08-24 | 1 | -2/+2 | |
| | | | | ||||||
| | | * | r17769: only look for dlopen in -ldl if not found in libc. Needed for us4 | Andrew Tridgell | 2006-08-24 | 1 | -2/+1 | |
| | | | | ||||||
| | | * | r17768: This merges in the current version of Brad Henry's windows testing | Andrew Tridgell | 2006-08-24 | 11 | -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/test | Andrew Tridgell | 2006-08-24 | 3 | -5/+9 | |
| | | | | ||||||
| | | * | r17764: more portable setenv() replacement | Andrew Tridgell | 2006-08-24 | 1 | -8/+22 | |
| | | | | ||||||
| | | * | r17763: moved setenv to ldb/replace/ | Andrew Tridgell | 2006-08-23 | 2 | -20/+1 | |
| | | | | ||||||
| | | * | r17762: HPUX needs setenv | Andrew Tridgell | 2006-08-23 | 2 | -1/+18 | |
| | | | | ||||||
| | | * | r17756: I don't know why but this only works with the standalone | Stefan Metzmacher | 2006-08-23 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | ldb build...I'll test more tomorrow. metze | |||||
| | | * | r17755: fix the build... | Stefan Metzmacher | 2006-08-23 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | I hope we can find a more clean approach to import lib/replace/ into ldb. metze | |||||
| | | * | r17754: remove the --always-create option from mkproto.pl | Stefan Metzmacher | 2006-08-23 | 1 | -16/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and make this behavior the default. as with make 3.81 and autodependencies this way is much faster as make can use faster codepathes internally. (without this make needed more and more startup time after using autodependencies for a few weeks) metze | |||||
| | | * | r17753: fix compiler warnings and make the code simpler | Stefan Metzmacher | 2006-08-23 | 1 | -10/+5 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17752: using -1 in a uint16_t value causes compiler warnings, | Stefan Metzmacher | 2006-08-23 | 1 | -4/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | use UINT16_MAX as invalid search handle metze | |||||
| | | * | r17750: these have moved to ldb/replace/ now | Andrew Tridgell | 2006-08-23 | 4 | -126/+2 | |
| | | | | ||||||
| | | * | r17749: more HPUX madness | Andrew Tridgell | 2006-08-23 | 2 | -0/+33 | |
| | | | | ||||||
| | | * | r17748: make the casts much easier to understand | Stefan Metzmacher | 2006-08-23 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17747: ldb's make test should not try to install something | Stefan Metzmacher | 2006-08-23 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17746: the automatic archive creation in make breaks on 3 platforms. Lets try | Andrew Tridgell | 2006-08-23 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | | manual archives and see if they work a bit better .... | |||||
| | | * | r17745: got rid of the final asprintf() in ldb | Andrew Tridgell | 2006-08-23 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | r17744: we explicit want to get warnings about declarations after statements:-) | Stefan Metzmacher | 2006-08-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r17743: fix compiler warnings | Stefan Metzmacher | 2006-08-23 | 2 | -10/+10 | |
| | | | | | | | | | | | | | | | | metze |