Age | Commit message (Expand) | Author | Files | Lines |
2004-02-18 | don't inlcude rpc/rpc.h and rpcsvc/*.h anymore | Stefan Metzmacher | 1 | -42/+0 |
2004-02-18 | remove unused NISPLUS/AUTOMOUNT stuff | Stefan Metzmacher | 1 | -31/+0 |
2004-02-18 | move some cryto stuff to lib/crypto/* | Stefan Metzmacher | 5 | -626/+5 |
2004-02-12 | move the tdb lib code to lib/tdb/* | Stefan Metzmacher | 1 | -1/+1 |
2004-02-12 | move -lpopt replacement code from source/popt/* to source/lib/popt/* | Stefan Metzmacher | 1 | -3/+3 |
2004-02-12 | move the -lpopt replacement to a LIBPOPT subsystem | Stefan Metzmacher | 1 | -15/+24 |
2004-02-12 | move more code to the config.m4 scheme | Stefan Metzmacher | 1 | -0/+24 |
2004-02-10 | - modified the dcerpc client security code to be generic, so ntlmssp | Andrew Tridgell | 2 | -2/+2 |
2004-02-02 | - we now specify the object files in the subsystems config.m4 file | Stefan Metzmacher | 1 | -0/+66 |
2004-02-02 | some compilers don't like the #warning preprocessing directive | Stefan Metzmacher | 1 | -1/+0 |
2004-02-02 | remove unused files | Stefan Metzmacher | 2 | -65/+0 |
2004-01-28 | remove a lot of unused stuff from the header files | Stefan Metzmacher | 3 | -3/+17 |
2004-01-28 | merge the version.h autogeneration stuff from 3.0 | Stefan Metzmacher | 4 | -3/+45 |
2004-01-22 | initilize ev->maxfd = EVENT_INVALID_MAXFD; before the while() loop. | Stefan Metzmacher | 1 | -0/+1 |
2004-01-22 | - make the recalculation of ev->maxfd a bit more efficient. | Stefan Metzmacher | 1 | -35/+50 |
2004-01-21 | let the event_add_XXX() function return a pointer of the allocated event stru... | Stefan Metzmacher | 1 | -12/+12 |
2004-01-08 | This patch adds a better dcerpc server infastructure. | Stefan Metzmacher | 1 | -1/+13 |
2003-12-30 | "subsystems" should be static | Andrew Tridgell | 1 | -1/+1 |
2003-12-19 | added a bunch of alias functions in samr.idl based on work by Kai. | Andrew Tridgell | 1 | -0/+6 |
2003-12-16 | removed some unused functions | Andrew Tridgell | 1 | -87/+0 |
2003-12-16 | it turns out that a wire policy handle isn't a blob either, its a | Andrew Tridgell | 1 | -0/+26 |
2003-12-16 | added support for big-endian ucs2 strings (as used by big-endian | Andrew Tridgell | 2 | -5/+33 |
2003-12-16 | a fairly large commit! | Andrew Tridgell | 2 | -65/+5 |
2003-12-16 | enable rep_inet_ntoa() for non-pthread builds | Andrew Tridgell | 1 | -1/+4 |
2003-12-16 | more mutex portability. | Andrew Tridgell | 1 | -5/+5 |
2003-12-16 | more portability fixes. We now almost compile on solaris | Andrew Tridgell | 1 | -8/+8 |
2003-12-16 | use smb_rwlock_t instead of rwlock_t to avoid conflicts with system | Andrew Tridgell | 1 | -5/+5 |
2003-12-14 | fixed some memory leaks in the rpc server code | Andrew Tridgell | 1 | -0/+5 |
2003-12-13 | added a basic dcerpc endpoint mapper to Samba4. Currently only | Andrew Tridgell | 4 | -14/+80 |
2003-12-12 | * the RPC-ECHO pipe now works in smbd, as long as the data sizes | Andrew Tridgell | 2 | -3/+2 |
2003-12-10 | * removed some unused code | Andrew Tridgell | 4 | -49/+174 |
2003-12-04 | * added a debug thread id hook from jim myers | Andrew Tridgell | 2 | -1/+15 |
2003-12-04 | don't use c++ comments | Andrew Tridgell | 2 | -4/+8 |
2003-12-04 | don't use c++ style comments | Andrew Tridgell | 1 | -2/+2 |
2003-12-02 | Initial step at cleaning and splitting up configure.in. | Jelmer Vernooij | 1 | -0/+31 |
2003-12-01 | * got rid of UNISTR2 and everything that depends on it | Andrew Tridgell | 1 | -40/+0 |
2003-11-30 | * removed a bunch of unused code | Andrew Tridgell | 3 | -581/+11 |
2003-11-28 | fixed some warnings | Andrew Tridgell | 1 | -1/+1 |
2003-11-27 | added -m for 'max protocol' as a standard option | Andrew Tridgell | 2 | -0/+10 |
2003-11-26 | fixed some memory leaks in the dcerpc use of ntlmssp signing | Andrew Tridgell | 1 | -3/+2 |
2003-11-26 | signed DCERPC over TCP now works ! | Andrew Tridgell | 5 | -126/+136 |
2003-11-25 | CVS: ---------------------------------------------------------------------- | Jelmer Vernooij | 2 | -47/+74 |
2003-11-24 | * fixed byte order in epmapper parsing | Andrew Tridgell | 1 | -1/+1 |
2003-11-23 | Removed unused variable. | Tim Potter | 1 | -2/+0 |
2003-11-23 | Add a strlen_m_term() function for returning the length of a string | Tim Potter | 1 | -0/+15 |
2003-11-23 | reduced the number of magic types we need in mkproto.pl | Andrew Tridgell | 2 | -40/+1 |
2003-11-20 | * fixed level2 of QueryUserInfo | Andrew Tridgell | 1 | -2/+7 |
2003-11-15 | run LookupDomain on each domain returned from EnumDomains in samr | Andrew Tridgell | 1 | -0/+20 |
2003-11-13 | removed a bunch of the old rpc code in preparation for replacing it all with ... | Andrew Tridgell | 1 | -0/+15 |
2003-10-10 | fixed snprintf.c for systems that have only some of the *printf() family of f... | Andrew Tridgell | 1 | -8/+9 |