summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r853: remove a real big bunch of unused codeStefan Metzmacher2-84/+1
2007-10-10r851: convert lib/registry/ to a config.mk fileStefan Metzmacher2-17/+147
2007-10-10r849: move tdb/tools/Makefile to tdb/Makefile.tdbStefan Metzmacher2-29/+29
2007-10-10r848: convert lib/tdb into the same layout as lib/ldbStefan Metzmacher15-3/+1307
2007-10-10r845: convert SUBSYSTEM LIBBASIC to a .mk fileStefan Metzmacher2-24/+65
2007-10-10r834: Fix gconf and dir backendsJelmer Vernooij3-14/+40
2007-10-10r833: Compile errorJelmer Vernooij1-1/+2
2007-10-10r832: Only show menu items for backends if they're presentJelmer Vernooij2-24/+39
2007-10-10r831: These functions duplicate the push/pull charcnv interfaces that we useAndrew Bartlett1-83/+0
2007-10-10r830: Use pull_ucs2_talloc() instead of acnv_u2ux() and fix a memory leak.Jelmer Vernooij1-5/+2
2007-10-10r829: Implement 'hive' commandJelmer Vernooij2-1/+20
2007-10-10r828: Some fixes in the core and regshell concerning hives andJelmer Vernooij6-17/+33
2007-10-10r827: remove a few more unused functions that we are unlikely to use againAndrew Tridgell2-263/+1
2007-10-10r826: removed a pile of old code, in preparation for a new ACL handling syste...Andrew Tridgell5-1528/+1
2007-10-10r825: - Introduce support for multiple roots (or 'hives')Jelmer Vernooij12-168/+213
2007-10-10r819: Fix seg fault in rpc backend, found by Andrew BartlettJelmer Vernooij1-1/+1
2007-10-10r816: - Make use of tridge's new samdb_result_sid_prefix() helper function.Andrew Bartlett1-70/+0
2007-10-10r811: make the ldb_modify REPLACE semantics better match LDAP (ie. no errorAndrew Tridgell1-7/+6
2007-10-10r808: fix libtdb build by ifedffing out an smb_panic() and copying over Catch...Simo Sorce1-3/+44
2007-10-10r792: - changed the ldb ldif_* functions to be in the ldb_ namespaceAndrew Tridgell12-39/+80
2007-10-10r791: added ldb man page build to ldb makefileAndrew Tridgell1-2/+5
2007-10-10r790: started working on some documentation (manual pages) for ldbAndrew Tridgell3-0/+309
2007-10-10r743: Start on a NETLOGON server in Samba4.Andrew Bartlett1-6/+5
2007-10-10r734: Fix crash bugJelmer Vernooij1-3/+8
2007-10-10r728: - let libldb_tdb depend on new subsystem LIBTDBStefan Metzmacher7-62/+140
2007-10-10r715: Finish the ldb conversion for the auth_sam module.Andrew Bartlett1-1/+2
2007-10-10r714: make sure ldb formats are portable between big/little endian machinesAndrew Tridgell2-16/+24
2007-10-10r711: don't hide attributes inside the special ldb_tdb records (so the factAndrew Tridgell1-1/+1
2007-10-10r700: fix SMB_LIBRARY() to disable the lib by defaultStefan Metzmacher1-1/+1
2007-10-10r697: make use of SMB_EXT_LIB for LDAP and KRB5Stefan Metzmacher1-1/+4
2007-10-10r693: Make staticJelmer Vernooij1-2/+2
2007-10-10r692: Add libwinregistryJelmer Vernooij1-0/+5
2007-10-10r690: - ignore source/tagsStefan Metzmacher2-0/+17
2007-10-10r686: - Add SMB_EXT_LIB_FROM_PKGCONFIG()Jelmer Vernooij1-9/+16
2007-10-10r685: The SAM is dead! Long live the new SAM! ;-)Andrew Bartlett3-387/+81
2007-10-10r681: don't init r.out.result.vStefan Metzmacher1-1/+0
2007-10-10r673: disable registry_gconf for nowStefan Metzmacher1-1/+2
2007-10-10r672: disable gregedit for nowStefan Metzmacher1-1/+2
2007-10-10r668: fix the buildStefan Metzmacher1-1/+1
2007-10-10r665: merge over the new build system from my tmp branchStefan Metzmacher20-121/+189
2007-10-10r655: Fix if() logicJelmer Vernooij1-2/+2
2007-10-10r623: setUserInfo level 24 (password set) now works in the SAMR server. This ...Andrew Tridgell1-1/+1
2007-10-10r609: allow ldbedit to take a list of attributes to edit, just likeAndrew Tridgell1-2/+9
2007-10-10r607: When our code is looking for an 'empty' data blobAndrew Bartlett1-0/+1
2007-10-10r606: added a HIDDEN attribute on fields in ldb (in @ATTRIBUTES). This allows...Andrew Tridgell3-0/+6
2007-10-10r601: added the server code for all the samr_SetUserInfo and samr_QueryUserIn...Andrew Tridgell2-22/+40
2007-10-10r587: added server code for samr_EnumDomainUsers, and started addingAndrew Tridgell1-0/+18
2007-10-10r583: fixed two bugs in the handling of index entry deletionAndrew Tridgell2-8/+13
2007-10-10r576: added a ldap_timestring() function (needed for fields like whenChanged ...Andrew Tridgell1-0/+19
2007-10-10r574: - another attempt at const cleanliness in ldbAndrew Tridgell13-37/+111