summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r10052: Add 'print' commandJelmer Vernooij1-0/+22
2007-10-10r10043: Only recompile subsystems that actually need recompilationJelmer Vernooij1-0/+1
2007-10-10r10038: Update instructions on using gcov with ldbJelmer Vernooij1-9/+5
2007-10-10r10030: Add hierarchical memory allocation to TDR's pull functionsJelmer Vernooij5-53/+44
2007-10-10r10028: More registry fixes.Jelmer Vernooij2-41/+115
2007-10-10r10027: Use blob length for keeping track of buffer length, add TODOJelmer Vernooij3-23/+48
2007-10-10r10026: Move registry header file to lib/registryJelmer Vernooij8-8/+186
2007-10-10r10025: Add some utility functions for storing/loading tdr encoded dataJelmer Vernooij2-92/+82
2007-10-10r10020: Support for malloc / realloc / free in HBIN blocksJelmer Vernooij3-25/+333
2007-10-10r10019: Only return NT_STATUS_NO_MEMORY if the alloc failed..Jelmer Vernooij1-1/+5
2007-10-10r10016: Support reading security descriptors on keys.Jelmer Vernooij4-3/+66
2007-10-10r10015: Change the NT4 registry backend to use the IDL-generate parse functions.Jelmer Vernooij3-1629/+257
2007-10-10r10013: Support zero-sized strings.Jelmer Vernooij1-0/+5
2007-10-10r10009: Fix bug in uint8 parsing functionsJelmer Vernooij1-2/+4
2007-10-10r10007: Merge data_blk and data_len member of registry_value into a DATA_BLOB.Jelmer Vernooij11-83/+75
2007-10-10r9995: Add file describing the REGF file format in IDL.Jelmer Vernooij1-0/+154
2007-10-10r9993: Gcc is fussy about the lack of parentheses around assignment statements.Tim Potter1-1/+1
2007-10-10r9959: Fix bug where data offset was incorrect after parsing element withJelmer Vernooij1-17/+2
2007-10-10r9957: Switch to using DATA_BLOBs internally in TDRJelmer Vernooij2-33/+25
2007-10-10r9949: Portability fixes for mingw32Jelmer Vernooij2-4/+3
2007-10-10r9948: Be a bit less verboseJelmer Vernooij1-1/+1
2007-10-10r9940: When guessing, don't make DEBUG(1,... errors.Andrew Bartlett1-2/+2
2007-10-10r9929: Fix indentationAndrew Bartlett2-3/+5
2007-10-10r9928: ncName is a DN, and needs to use DN matching rules.Andrew Bartlett1-0/+1
2007-10-10r9919: Remove debug statement from samba3samJelmer Vernooij2-2/+68
2007-10-10r9918: Fix two copy-n-paste bugs that were preventing the modificationJelmer Vernooij2-3/+3
2007-10-10r9915: Some more mappings. Fix weird sAMAccountName values.Jelmer Vernooij1-4/+32
2007-10-10r9912: Fix another bug in ldb_map.Jelmer Vernooij3-77/+97
2007-10-10r9908: Generate posixUser and posixGroup as wellJelmer Vernooij2-56/+66
2007-10-10r9899: Be more conservative about what is sent to the remote server in ldb_map.Jelmer Vernooij2-167/+350
2007-10-10r9885: Fix code before declarations.Tim Potter1-1/+2
2007-10-10r9881: I can't believe this can make a difference...Tim Potter1-2/+2
2007-10-10r9880: Convert remaining initialisers to more portable form. This shouldTim Potter1-6/+10
2007-10-10r9879: A quick check to see if nested initialisers (?) is portable across theTim Potter1-1/+5
2007-10-10r9857: Fix rename/delete issuesJelmer Vernooij2-12/+24
2007-10-10r9854: Finish ldb_map testsuiteJelmer Vernooij4-16/+19
2007-10-10r9842: More error checks in the ldb_map modules, extend testsuiteJelmer Vernooij1-44/+99
2007-10-10r9835: Make ldb_map compile in the stand-alone LDB buildJelmer Vernooij4-45/+48
2007-10-10r9827: Convert 'passdb backend' rather then 'passdb backends'Jelmer Vernooij1-1/+2
2007-10-10r9816: Work on testsuite for upgradeJelmer Vernooij2-3/+6
2007-10-10r9813: Conver testsuite for samba3sam module to EJSJelmer Vernooij1-61/+0
2007-10-10r9808: Improve code that selects what "passdb backend" to import from.Jelmer Vernooij3-5/+55
2007-10-10r9807: Use talloc in fd_lines_load() and file_lines_load(). The returnJelmer Vernooij1-7/+20
2007-10-10r9800: Add EJS interface to param. tridge, sorry this overlaps a bitJelmer Vernooij1-3/+5
2007-10-10r9798: Add generic functions for handling smb.conf files (the parameters don'...Jelmer Vernooij4-104/+29
2007-10-10r9792: Rename StrCaseCmp -> strcasecmp_m. All these years I was thinkingJelmer Vernooij5-9/+9
2007-10-10r9791: r11611@blu: tridge | 2005-08-30 21:48:22 +1000Andrew Tridgell1-1/+1
2007-10-10r9789: Patch from Volker that fixes the build on AIX.Jelmer Vernooij2-22/+33
2007-10-10r9786: Move ldb_map into ldb/modules/Jelmer Vernooij7-865/+5
2007-10-10r9775: r11607@blu: tridge | 2005-08-30 12:16:19 +1000Andrew Tridgell1-2/+2