summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
* r9394: avoid to use BOOL in ldbSimo Sorce2007-10-102-8/+4
* r9393: Fix ldb standalone buildSimo Sorce2007-10-102-0/+6
* r9392: Fix ldb_dn_compose to make build farm happySimo Sorce2007-10-102-5/+22
* r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce2007-10-1031-459/+994
* r9390: fixed mixing of code and dataAndrew Tridgell2007-10-101-1/+2
* r9387: regedit uses "New Key #nn" for newly created keys, which conflicts wit...Andrew Tridgell2007-10-103-4/+17
* r9386: OpenKey with a bad name must return WERR_BADFILE (w2k3 regedit relies ...Andrew Tridgell2007-10-101-1/+1
* r9381: Line wrapping.Tim Potter2007-10-101-8/+8
* r9378: initialise the last_mod attribute in the ldb backend. Better to returnAndrew Tridgell2007-10-101-0/+2
* r9374: HPUX is also missing setegid()Andrew Tridgell2007-10-102-1/+13
* r9370: need a configure test for setresuid()Andrew Tridgell2007-10-101-1/+1
* r9369: an attempt to fix the build on HPUX. This is based on work by DonAndrew Tridgell2007-10-102-79/+29
* r9357: Remove DBGC_CLASS cruft copied over from Samba 3. I would like toTim Potter2007-10-104-12/+0
* r9338: fixed the winreg IDL to be correct for the EnumKey and EnumValueAndrew Tridgell2007-10-101-23/+26
* r9318: fix searches with scope ONE and SUB,Stefan Metzmacher2007-10-102-1/+5
* r9311: Missing null pointer check in ejsLibSteve French2007-10-101-1/+2
* r9299: fixed the evaluation of pointer expressions that evaluate to booleanAndrew Tridgell2007-10-101-2/+25
* r9209: - fixed the ldb registry backend to work with the new provision ldifAndrew Tridgell2007-10-102-6/+8
* r9183: more workarounds for the global variables in ejs. I will discuss getti...Andrew Tridgell2007-10-102-0/+30
* r9173: catch ep->local being NULLAndrew Tridgell2007-10-101-1/+3
* r9172: - fixed a nasty bug in the 'deep copy' mpr code that caused variablesAndrew Tridgell2007-10-101-2/+4
* r9110: use printf againStefan Metzmacher2007-10-101-2/+2
* r9106: look for something more usefull in the -lnslStefan Metzmacher2007-10-101-2/+2
* r9078: - move charset stuff to lib/charsetStefan Metzmacher2007-10-104-11/+20
* r9063: - don't pollute the global $LIBS variable with -ldlStefan Metzmacher2007-10-104-1/+150
* r8985: Automatically generate make dependency rules forJelmer Vernooij2007-10-101-7/+3
* r8972: More simplifications...Jelmer Vernooij2007-10-101-1/+1
* r8966: Simplify the makefile generation system a bit.Jelmer Vernooij2007-10-103-0/+15
* r8940: Add TDR (Trivial Data Representation). The aim is to use this later forJelmer Vernooij2007-10-103-0/+284
* r8923: put the IRPC default timeout back to 10s (I didn't mean to commit this...Andrew Tridgell2007-10-101-1/+1
* r8917: Better support for extended ldap search operationsSimo Sorce2007-10-101-0/+2
* r8905: don't try to do DNS lookups on interface names with wildcardsAndrew Tridgell2007-10-101-0/+4
* r8887: fixed the irpc error that caused ia64 to fail the LOCAL-IRPC testAndrew Tridgell2007-10-102-11/+16
* r8886: Exchange the arguments of timeval_compare, this makes it behave like s...Volker Lendecke2007-10-102-9/+10
* r8883: Apply some const.Volker Lendecke2007-10-101-11/+16
* r8875: Rename timeval_diff to timeval_until and revert the arguments. timeval...Volker Lendecke2007-10-102-9/+9
* r8826: Make configure generate config.mk files (with the external librariesJelmer Vernooij2007-10-101-1/+0
* r8819: fixed a memory leak in irpc_call()Andrew Tridgell2007-10-101-1/+3
* r8810: Fix missing headers. Still doesn't fix the build but getting closer th...Rafal Szczesniak2007-10-101-0/+1
* r8779: Add rdn module to makefile and headersSimo Sorce2007-10-103-2/+5
* r8750: drat, on some systems dirfd() is a macroAndrew Tridgell2007-10-101-0/+3
* r8749: for completeness, add rewinddir() and dirfd()Andrew Tridgell2007-10-101-0/+10
* r8747: remove unused codeAndrew Tridgell2007-10-101-90/+0
* r8746: replace opendir/readdir/telldir/seekdir/closedir on systems where theyAndrew Tridgell2007-10-103-1/+166
* r8740: Extend the rdn_name module to handle adding the rdn as an attribute. ie:Andrew Bartlett2007-10-101-1/+26
* r8736: this fixes the ldb speed (raises BENCH-WINS from 15 ops/sec to over 4000)Andrew Tridgell2007-10-101-0/+7
* r8710: another attempt at fixing HPUXAndrew Tridgell2007-10-101-1/+2
* r8703: cope with null string in interpret_addr()Andrew Tridgell2007-10-101-1/+1
* r8698: attempt to cope with lack of strtoull() on HPUXAndrew Tridgell2007-10-101-1/+9
* r8696: fixed ejs to more strictly follow the va_list rules. Might fix thatAndrew Tridgell2007-10-102-3/+5