summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
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
2003-11-28fixed some warningsAndrew Tridgell1-1/+1
2003-11-27added -m for 'max protocol' as a standard optionAndrew Tridgell2-0/+10
2003-11-26fixed some memory leaks in the dcerpc use of ntlmssp signingAndrew Tridgell1-3/+2
2003-11-26signed DCERPC over TCP now works !Andrew Tridgell5-126/+136
2003-11-25CVS: ----------------------------------------------------------------------Jelmer Vernooij2-47/+74
2003-11-24 * fixed byte order in epmapper parsingAndrew Tridgell1-1/+1
2003-11-23Removed unused variable.Tim Potter1-2/+0
2003-11-23Add a strlen_m_term() function for returning the length of a stringTim Potter1-0/+15
2003-11-23reduced the number of magic types we need in mkproto.plAndrew Tridgell2-40/+1
2003-11-20 * fixed level2 of QueryUserInfoAndrew Tridgell1-2/+7