Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r890: convert samba4 to use [u]int8_t instead of [u]int8 | Stefan Metzmacher | 5 | -11/+11 |
2007-10-10 | r889: convert samba4 to use [u]int16_t instead of [u]int16 | Stefan Metzmacher | 6 | -18/+18 |
2007-10-10 | r888: more ..int32 -> ..int32_t stuff | Stefan Metzmacher | 1 | -5/+5 |
2007-10-10 | r884: convert samba4 to use [u]int32_t instead of [u]int32 | Stefan Metzmacher | 21 | -101/+101 |
2007-10-10 | r874: This patch is a pile of work on NTLMSSP: | Andrew Bartlett | 2 | -14/+57 |
2007-10-10 | r873: converted samba4 to use real 64 bit integers instead of | Andrew Tridgell | 5 | -117/+55 |
2007-10-10 | r862: remove acl and sendfile stuff | Stefan Metzmacher | 2 | -383/+0 |
2007-10-10 | r861: remove the next round of unused stuff | Stefan Metzmacher | 6 | -4168/+0 |
2007-10-10 | r858: - remove unused account policy stuff it's in our sam.ldb now:-) | Stefan Metzmacher | 1 | -2/+0 |
2007-10-10 | r857: fix the build of gregedit (typo:-) | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r853: remove a real big bunch of unused code | Stefan Metzmacher | 2 | -84/+1 |
2007-10-10 | r851: convert lib/registry/ to a config.mk file | Stefan Metzmacher | 2 | -17/+147 |
2007-10-10 | r849: move tdb/tools/Makefile to tdb/Makefile.tdb | Stefan Metzmacher | 2 | -29/+29 |
2007-10-10 | r848: convert lib/tdb into the same layout as lib/ldb | Stefan Metzmacher | 15 | -3/+1307 |
2007-10-10 | r845: convert SUBSYSTEM LIBBASIC to a .mk file | Stefan Metzmacher | 2 | -24/+65 |
2007-10-10 | r834: Fix gconf and dir backends | Jelmer Vernooij | 3 | -14/+40 |
2007-10-10 | r833: Compile error | Jelmer Vernooij | 1 | -1/+2 |
2007-10-10 | r832: Only show menu items for backends if they're present | Jelmer Vernooij | 2 | -24/+39 |
2007-10-10 | r831: These functions duplicate the push/pull charcnv interfaces that we use | Andrew Bartlett | 1 | -83/+0 |
2007-10-10 | r830: Use pull_ucs2_talloc() instead of acnv_u2ux() and fix a memory leak. | Jelmer Vernooij | 1 | -5/+2 |
2007-10-10 | r829: Implement 'hive' command | Jelmer Vernooij | 2 | -1/+20 |
2007-10-10 | r828: Some fixes in the core and regshell concerning hives and | Jelmer Vernooij | 6 | -17/+33 |
2007-10-10 | r827: remove a few more unused functions that we are unlikely to use again | Andrew Tridgell | 2 | -263/+1 |
2007-10-10 | r826: removed a pile of old code, in preparation for a new ACL handling syste... | Andrew Tridgell | 5 | -1528/+1 |
2007-10-10 | r825: - Introduce support for multiple roots (or 'hives') | Jelmer Vernooij | 12 | -168/+213 |
2007-10-10 | r819: Fix seg fault in rpc backend, found by Andrew Bartlett | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r816: - Make use of tridge's new samdb_result_sid_prefix() helper function. | Andrew Bartlett | 1 | -70/+0 |
2007-10-10 | r811: make the ldb_modify REPLACE semantics better match LDAP (ie. no error | Andrew Tridgell | 1 | -7/+6 |
2007-10-10 | r808: fix libtdb build by ifedffing out an smb_panic() and copying over Catch... | Simo Sorce | 1 | -3/+44 |
2007-10-10 | r792: - changed the ldb ldif_* functions to be in the ldb_ namespace | Andrew Tridgell | 12 | -39/+80 |
2007-10-10 | r791: added ldb man page build to ldb makefile | Andrew Tridgell | 1 | -2/+5 |
2007-10-10 | r790: started working on some documentation (manual pages) for ldb | Andrew Tridgell | 3 | -0/+309 |
2007-10-10 | r743: Start on a NETLOGON server in Samba4. | Andrew Bartlett | 1 | -6/+5 |
2007-10-10 | r734: Fix crash bug | Jelmer Vernooij | 1 | -3/+8 |
2007-10-10 | r728: - let libldb_tdb depend on new subsystem LIBTDB | Stefan Metzmacher | 7 | -62/+140 |
2007-10-10 | r715: Finish the ldb conversion for the auth_sam module. | Andrew Bartlett | 1 | -1/+2 |
2007-10-10 | r714: make sure ldb formats are portable between big/little endian machines | Andrew Tridgell | 2 | -16/+24 |
2007-10-10 | r711: don't hide attributes inside the special ldb_tdb records (so the fact | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r700: fix SMB_LIBRARY() to disable the lib by default | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r697: make use of SMB_EXT_LIB for LDAP and KRB5 | Stefan Metzmacher | 1 | -1/+4 |
2007-10-10 | r693: Make static | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r692: Add libwinregistry | Jelmer Vernooij | 1 | -0/+5 |
2007-10-10 | r690: - ignore source/tags | Stefan Metzmacher | 2 | -0/+17 |
2007-10-10 | r686: - Add SMB_EXT_LIB_FROM_PKGCONFIG() | Jelmer Vernooij | 1 | -9/+16 |
2007-10-10 | r685: The SAM is dead! Long live the new SAM! ;-) | Andrew Bartlett | 3 | -387/+81 |
2007-10-10 | r681: don't init r.out.result.v | Stefan Metzmacher | 1 | -1/+0 |
2007-10-10 | r673: disable registry_gconf for now | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r672: disable gregedit for now | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r668: fix the build | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r665: merge over the new build system from my tmp branch | Stefan Metzmacher | 20 | -121/+189 |