summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* make more function static, they are still available via the function pointersStefan Metzmacher2004-02-032-2/+2
* do some merging from 3.0Stefan Metzmacher2004-02-034-16/+33
* - move all SMB server stuff to smb_server/*Stefan Metzmacher2004-02-0319-771/+793
* remove some unused stuffStefan Metzmacher2004-02-023-55/+3
* const fixesStefan Metzmacher2004-02-022-3/+3
* readd this fix:Stefan Metzmacher2004-02-021-1/+1
* - we now specify the object files in the subsystems config.m4 fileStefan Metzmacher2004-02-0215-196/+350
* some DEBUG and comment fixesStefan Metzmacher2004-02-029-14/+24
* some compilers don't like the #warning preprocessing directiveStefan Metzmacher2004-02-021-1/+0
* remove unused filesStefan Metzmacher2004-02-022-65/+0
* remove unused .cvsignore fileStefan Metzmacher2004-02-021-3/+0
* some systems doesn't have ./ in PATHStefan Metzmacher2004-02-021-2/+2
* fix PROTO_OBJS ... fix make proto on some platformsStefan Metzmacher2004-02-021-1/+1
* Makefile.in cleanups:Stefan Metzmacher2004-02-014-33/+34
* merge:Stefan Metzmacher2004-02-0120-774/+1504
* remove unused configure checks and optionsStefan Metzmacher2004-01-292-744/+2
* add find_unused_options.shStefan Metzmacher2004-01-291-0/+42
* remove a lot of unused smb.conf optionsStefan Metzmacher2004-01-291-651/+16
* remove a lot of unused stuff from the header filesStefan Metzmacher2004-01-2816-342/+49
* - cosmetic fix in configure.inStefan Metzmacher2004-01-282-4/+5
* - remove all STFS related stuffStefan Metzmacher2004-01-285-71/+57
* remove autogenerated version.h from CVSStefan Metzmacher2004-01-281-1/+0
* merge the version.h autogeneration stuff from 3.0Stefan Metzmacher2004-01-2815-12/+285
* Remove testing utility for removed SAM systemJelmer Vernooij2004-01-242-489/+0
* (merge from 3.0)Andrew Bartlett2004-01-221-0/+2
* - move the vars used by the backtrace stuff into the #ifdefStefan Metzmacher2004-01-221-26/+39
* fix last commit, which went in by mistakeStefan Metzmacher2004-01-221-2/+0
* sorry, the last commit went in by mistake:-(Stefan Metzmacher2004-01-221-6/+6
* initilize ev->maxfd = EVENT_INVALID_MAXFD; before the while() loop.Stefan Metzmacher2004-01-223-2/+14
* - make the recalculation of ev->maxfd a bit more efficient.Stefan Metzmacher2004-01-221-35/+50
* make dcerpc_pipes[] completely const.Stefan Metzmacher2004-01-221-2/+2
* added a little bit of const magic to get rid of the data in librpc/gen_ndr/*.oAndrew Tridgell2004-01-222-2/+2
* let the event_add_XXX() function return a pointer of the allocated event stru...Stefan Metzmacher2004-01-211-12/+12
* cope with a wider range of broken servers in the RAW-QFILEINFO testAndrew Tridgell2004-01-211-8/+10
* check for the correct fault code when the server fails a use of aAndrew Tridgell2004-01-201-3/+9
* added code to the RPC-SPOOLSS test that demonstrates that policyAndrew Tridgell2004-01-205-3/+102
* dcerpc server output now copes with the client blocking part wayAndrew Tridgell2004-01-203-24/+64
* avoid a copy of the data being input to the dcerpc server in the mostAndrew Tridgell2004-01-201-4/+29
* add make [un]installtortureStefan Metzmacher2004-01-191-3/+9
* remove all unused stuff from Makefile.inStefan Metzmacher2004-01-194-646/+75
* Add test to set single fields in fields_present with info21.Simo Sorce2004-01-191-37/+53
* make sure we initialise r.out.handle in openeventlogAndrew Tridgell2004-01-171-0/+1
* * fixed a segv when -U is not used in smbtorture.Andrew Tridgell2004-01-152-6/+18
* a script which find unused or undefined vars in Makefile or Makefile.inStefan Metzmacher2004-01-131-0/+45
* Add script for finding unused function checks in configure.inJelmer Vernooij2004-01-131-0/+37
* Fix --with-fhs for swatdirJelmer Vernooij2004-01-111-0/+1
* added dom_sid_string() functionAndrew Tridgell2004-01-111-7/+15
* Update Copyright to 1992-2004Stefan Metzmacher2004-01-091-1/+1
* fixed the rpc epmapper server. This fixes rpc over tcp.Andrew Tridgell2004-01-091-1/+18
* This patch adds a better dcerpc server infastructure.Stefan Metzmacher2004-01-0824-408/+970