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