summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2004-04-03added the rest of the ldb_modify() code, which required a fairly largeAndrew Tridgell19-405/+922
2004-04-01allow "struct TDB_DATA" as well as just "TDB_DATA"Andrew Tridgell1-1/+1
2004-03-31building with Makefile.ldb now worksAndrew Tridgell5-857/+139
2004-03-31make a more recent snapshot of ldb available to interestedAndrew Tridgell36-0/+5656
2004-03-28merge some recent tdb changed from samba3Andrew Tridgell2-9/+74
2004-03-28switch from SIG_ATOMIC_T to sig_atomic_tAndrew Tridgell3-4/+4
2004-03-28after discussion with the copyright holders tdb is now under the LGPLAndrew Tridgell3-38/+56
2004-03-28added a TDB_MODIFY flag to tdb_store() that says "if the recordAndrew Tridgell2-0/+7
2004-03-28added a private pointer to tdb_traverse() to allow callers to supplyAndrew Tridgell2-4/+4
2004-03-28removed the state parameter to tdb_traverse and the TDB_MODIFY flagAndrew Tridgell2-12/+7
2004-02-24make proto should not catch any function of the lib/popt/*.c stuffStefan Metzmacher1-2/+2
2004-02-24let the popt replacement stuff survive a make protoStefan Metzmacher5-37/+67
2004-02-22- creat the LIBCMDLINE subsystemStefan Metzmacher3-493/+79
2004-02-18don't inlcude rpc/rpc.h and rpcsvc/*.h anymoreStefan Metzmacher1-42/+0
2004-02-18remove unused NISPLUS/AUTOMOUNT stuffStefan Metzmacher1-31/+0
2004-02-18move some cryto stuff to lib/crypto/*Stefan Metzmacher5-626/+5
2004-02-12move the tdb lib code to lib/tdb/*Stefan Metzmacher1-1/+1
2004-02-12move -lpopt replacement code from source/popt/* to source/lib/popt/*Stefan Metzmacher1-3/+3
2004-02-12move the -lpopt replacement to a LIBPOPT subsystemStefan Metzmacher1-15/+24
2004-02-12move more code to the config.m4 schemeStefan Metzmacher1-0/+24
2004-02-10- modified the dcerpc client security code to be generic, so ntlmsspAndrew Tridgell2-2/+2
2004-02-02- we now specify the object files in the subsystems config.m4 fileStefan Metzmacher1-0/+66
2004-02-02some compilers don't like the #warning preprocessing directiveStefan Metzmacher1-1/+0
2004-02-02remove unused filesStefan Metzmacher2-65/+0
2004-01-28remove a lot of unused stuff from the header filesStefan Metzmacher3-3/+17
2004-01-28merge the version.h autogeneration stuff from 3.0Stefan Metzmacher4-3/+45
2004-01-22initilize ev->maxfd = EVENT_INVALID_MAXFD; before the while() loop.Stefan Metzmacher1-0/+1
2004-01-22- make the recalculation of ev->maxfd a bit more efficient.Stefan Metzmacher1-35/+50
2004-01-21let the event_add_XXX() function return a pointer of the allocated event stru...Stefan Metzmacher1-12/+12
2004-01-08This patch adds a better dcerpc server infastructure.Stefan Metzmacher1-1/+13
2003-12-30"subsystems" should be staticAndrew Tridgell1-1/+1
2003-12-19added a bunch of alias functions in samr.idl based on work by Kai.Andrew Tridgell1-0/+6
2003-12-16removed some unused functionsAndrew Tridgell1-87/+0
2003-12-16it turns out that a wire policy handle isn't a blob either, its aAndrew Tridgell1-0/+26
2003-12-16added support for big-endian ucs2 strings (as used by big-endianAndrew Tridgell2-5/+33
2003-12-16a fairly large commit!Andrew Tridgell2-65/+5
2003-12-16enable rep_inet_ntoa() for non-pthread buildsAndrew Tridgell1-1/+4
2003-12-16more mutex portability.Andrew Tridgell1-5/+5
2003-12-16more portability fixes. We now almost compile on solarisAndrew Tridgell1-8/+8
2003-12-16use smb_rwlock_t instead of rwlock_t to avoid conflicts with systemAndrew Tridgell1-5/+5
2003-12-14fixed some memory leaks in the rpc server codeAndrew Tridgell1-0/+5
2003-12-13added a basic dcerpc endpoint mapper to Samba4. Currently onlyAndrew Tridgell4-14/+80
2003-12-12 * the RPC-ECHO pipe now works in smbd, as long as the data sizesAndrew Tridgell2-3/+2
2003-12-10 * removed some unused codeAndrew Tridgell4-49/+174
2003-12-04* added a debug thread id hook from jim myersAndrew Tridgell2-1/+15
2003-12-04don't use c++ commentsAndrew Tridgell2-4/+8
2003-12-04don't use c++ style commentsAndrew Tridgell1-2/+2
2003-12-02Initial step at cleaning and splitting up configure.in.Jelmer Vernooij1-0/+31
2003-12-01 * got rid of UNISTR2 and everything that depends on itAndrew Tridgell1-40/+0
2003-11-30 * removed a bunch of unused codeAndrew Tridgell3-581/+11