Age | Commit message (Expand) | Author | Files | Lines |
2004-02-03 | - move all SMB server stuff to smb_server/* | Stefan Metzmacher | 19 | -771/+793 |
2004-02-02 | remove some unused stuff | Stefan Metzmacher | 3 | -55/+3 |
2004-02-02 | const fixes | Stefan Metzmacher | 2 | -3/+3 |
2004-02-02 | readd this fix: | Stefan Metzmacher | 1 | -1/+1 |
2004-02-02 | - we now specify the object files in the subsystems config.m4 file | Stefan Metzmacher | 15 | -196/+350 |
2004-02-02 | some DEBUG and comment fixes | Stefan Metzmacher | 9 | -14/+24 |
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-02-02 | remove unused .cvsignore file | Stefan Metzmacher | 1 | -3/+0 |
2004-02-02 | some systems doesn't have ./ in PATH | Stefan Metzmacher | 1 | -2/+2 |
2004-02-02 | fix PROTO_OBJS ... fix make proto on some platforms | Stefan Metzmacher | 1 | -1/+1 |
2004-02-01 | Makefile.in cleanups: | Stefan Metzmacher | 4 | -33/+34 |
2004-02-01 | merge: | Stefan Metzmacher | 20 | -774/+1504 |
2004-01-29 | remove unused configure checks and options | Stefan Metzmacher | 2 | -744/+2 |
2004-01-29 | add find_unused_options.sh | Stefan Metzmacher | 1 | -0/+42 |
2004-01-29 | remove a lot of unused smb.conf options | Stefan Metzmacher | 1 | -651/+16 |
2004-01-28 | remove a lot of unused stuff from the header files | Stefan Metzmacher | 16 | -342/+49 |
2004-01-28 | - cosmetic fix in configure.in | Stefan Metzmacher | 2 | -4/+5 |
2004-01-28 | - remove all STFS related stuff | Stefan Metzmacher | 5 | -71/+57 |
2004-01-28 | remove autogenerated version.h from CVS | Stefan Metzmacher | 1 | -1/+0 |
2004-01-28 | merge the version.h autogeneration stuff from 3.0 | Stefan Metzmacher | 15 | -12/+285 |
2004-01-24 | Remove testing utility for removed SAM system | Jelmer Vernooij | 2 | -489/+0 |
2004-01-22 | (merge from 3.0) | Andrew Bartlett | 1 | -0/+2 |
2004-01-22 | - move the vars used by the backtrace stuff into the #ifdef | Stefan Metzmacher | 1 | -26/+39 |
2004-01-22 | fix last commit, which went in by mistake | Stefan Metzmacher | 1 | -2/+0 |
2004-01-22 | sorry, the last commit went in by mistake:-( | Stefan Metzmacher | 1 | -6/+6 |
2004-01-22 | initilize ev->maxfd = EVENT_INVALID_MAXFD; before the while() loop. | Stefan Metzmacher | 3 | -2/+14 |
2004-01-22 | - make the recalculation of ev->maxfd a bit more efficient. | Stefan Metzmacher | 1 | -35/+50 |
2004-01-22 | make dcerpc_pipes[] completely const. | Stefan Metzmacher | 1 | -2/+2 |
2004-01-22 | added a little bit of const magic to get rid of the data in librpc/gen_ndr/*.o | Andrew Tridgell | 2 | -2/+2 |
2004-01-21 | let the event_add_XXX() function return a pointer of the allocated event stru... | Stefan Metzmacher | 1 | -12/+12 |
2004-01-21 | cope with a wider range of broken servers in the RAW-QFILEINFO test | Andrew Tridgell | 1 | -8/+10 |
2004-01-20 | check for the correct fault code when the server fails a use of a | Andrew Tridgell | 1 | -3/+9 |
2004-01-20 | added code to the RPC-SPOOLSS test that demonstrates that policy | Andrew Tridgell | 5 | -3/+102 |
2004-01-20 | dcerpc server output now copes with the client blocking part way | Andrew Tridgell | 3 | -24/+64 |
2004-01-20 | avoid a copy of the data being input to the dcerpc server in the most | Andrew Tridgell | 1 | -4/+29 |
2004-01-19 | add make [un]installtorture | Stefan Metzmacher | 1 | -3/+9 |
2004-01-19 | remove all unused stuff from Makefile.in | Stefan Metzmacher | 4 | -646/+75 |
2004-01-19 | Add test to set single fields in fields_present with info21. | Simo Sorce | 1 | -37/+53 |
2004-01-17 | make sure we initialise r.out.handle in openeventlog | Andrew Tridgell | 1 | -0/+1 |
2004-01-15 | * fixed a segv when -U is not used in smbtorture. | Andrew Tridgell | 2 | -6/+18 |
2004-01-13 | a script which find unused or undefined vars in Makefile or Makefile.in | Stefan Metzmacher | 1 | -0/+45 |
2004-01-13 | Add script for finding unused function checks in configure.in | Jelmer Vernooij | 1 | -0/+37 |
2004-01-11 | Fix --with-fhs for swatdir | Jelmer Vernooij | 1 | -0/+1 |
2004-01-11 | added dom_sid_string() function | Andrew Tridgell | 1 | -7/+15 |
2004-01-09 | Update Copyright to 1992-2004 | Stefan Metzmacher | 1 | -1/+1 |
2004-01-09 | fixed the rpc epmapper server. This fixes rpc over tcp. | Andrew Tridgell | 1 | -1/+18 |
2004-01-08 | This patch adds a better dcerpc server infastructure. | Stefan Metzmacher | 24 | -408/+970 |
2004-01-08 | remove a useless assignment | Stefan Metzmacher | 1 | -1/+1 |
2004-01-02 | Add note about new configure structure. | Jelmer Vernooij | 1 | -1/+3 |