summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* r142: Add detection of sendfile to configure.in so I can add support for send...Richard Sharpe2007-10-101-0/+228
* r141: A number of changes to get things working on FreeBSD and reduce the bre...Richard Sharpe2007-10-107-4/+124
* r138: fix typoStefan Metzmacher2007-10-101-1/+1
* r136: I forgot to add config.m4 for ldb in my ldb commitAndrew Tridgell2007-10-101-0/+7
* r135: some test ldif for an idea I am playing with to replace smb.conf with a...Andrew Tridgell2007-10-102-0/+62
* r134: - added ldb to the build of smbdAndrew Tridgell2007-10-105-6/+10
* r133: don't try to do a database deltas with a -1 seq numAndrew Tridgell2007-10-101-0/+4
* r132: fill in the correct default case for the WKSSVC GetInfo callAndrew Tridgell2007-10-101-0/+1
* r131: mark some scripts executableAndrew Tridgell2007-10-101-0/+0
* r130: added DCERPC_COMMON_OBJS to Makefile.inAndrew Tridgell2007-10-101-0/+2
* r129: Convert other utilities to new APIJelmer Vernooij2007-10-104-81/+169
* r128: Another registry update. Changes:Jelmer Vernooij2007-10-1019-587/+1486
* r127: NetWkstaGetInfo level 101Stefan Metzmacher2007-10-103-8/+21
* r126: - add first srvsvc and wkssvc server side stuffStefan Metzmacher2007-10-107-3/+1784
* r125: use AC_CONFIG_FILES() instead of AC_OUTPUT()Stefan Metzmacher2007-10-101-1/+1
* r114: - remember to initialise open_filesAndrew Tridgell2007-10-101-1/+2
* r113: added support for "read only = yes" in simple backendAndrew Tridgell2007-10-101-13/+39
* r112: the simple backend now registers as both "simple" and "default"Andrew Tridgell2007-10-101-4/+14
* r101: added lsa_SetSecret() and lsa_QuerySecret()Andrew Tridgell2007-10-107-75/+352
* r100: remember the user session key during session setup so it can be used in...Andrew Tridgell2007-10-103-0/+15
* r99: make sure we reap child processes in the standard process modelAndrew Tridgell2007-10-101-0/+1
* r67: added a destroy hook in the policy handle -> wire handle code to allow b...Andrew Tridgell2007-10-103-3/+6
* r66: fixed a segv when printing an error from a session setup failure. ThisAndrew Tridgell2007-10-101-5/+8
* r65: added support for file streams in the simple NTVFS backendAndrew Tridgell2007-10-103-13/+105
* r62: Fix the buildJelmer Vernooij2007-10-104-7/+12
* r61: - Implement first call in the winreg rpc serverJelmer Vernooij2007-10-105-5/+88
* r55: if you try to use a custom bind or unbind hook inStefan Metzmacher2007-10-101-14/+22
* r46: Add CreateKey function (still working on it)Jelmer Vernooij2007-10-103-25/+82
* r42: importing .cvsignore filesGerald Carter2007-10-1024-89/+0
* r36: - Start using memory pools in the registry libraryJelmer Vernooij2007-10-107-141/+102
* r33: Fix torture test after IDL changes.Jelmer Vernooij2007-10-101-11/+2
* r31: More registry updates. regdiff/regpatch work now.Jelmer Vernooij2007-10-109-178/+169
* r23: get rid of def_finfoAndrew Tridgell2007-10-103-14/+1
* r20: Add the registry library. Still needs a lot of work,Jelmer Vernooij2007-10-1030-1059/+5340
* [GLUE] Sync tree with SVN r17.Gerald (Jerry) Carter2007-10-103-0/+0
* added IDL and test for lsa_OpenSecret()Andrew Tridgell2004-04-032-2/+31
* added IDL and test suite for lsa_CreateSecret()Andrew Tridgell2004-04-032-1/+39
* added idl and test suite for lsa_CreateTrustedDomain()Andrew Tridgell2004-04-032-9/+58
* added the rest of the ldb_modify() code, which required a fairly largeAndrew Tridgell2004-04-0319-405/+922
* This is the start of a C API to the DCERPC client routines. CurrentlyTim Potter2004-04-033-1/+87
* Added one more test for "dirname\."Jeremy Allison2004-04-021-0/+5
* allow "struct TDB_DATA" as well as just "TDB_DATA"Andrew Tridgell2004-04-011-1/+1
* added lsaCreateAccount() and a test in the RPC-LSA test suiteAndrew Tridgell2004-03-312-23/+135
* building with Makefile.ldb now worksAndrew Tridgell2004-03-315-857/+139
* make a more recent snapshot of ldb available to interestedAndrew Tridgell2004-03-3136-0/+5656
* merge some recent tdb changed from samba3Andrew Tridgell2004-03-282-9/+74
* switch from SIG_ATOMIC_T to sig_atomic_tAndrew Tridgell2004-03-286-11/+9
* after discussion with the copyright holders tdb is now under the LGPLAndrew Tridgell2004-03-283-38/+56
* added a TDB_MODIFY flag to tdb_store() that says "if the recordAndrew Tridgell2004-03-282-0/+7
* added a private pointer to tdb_traverse() to allow callers to supplyAndrew Tridgell2004-03-282-4/+4