summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2004-02-03- add 'print' to the DCERPC binding stringsStefan Metzmacher15-33/+16
2004-02-03if vfs_cifs want to modify the ntvfs_ops struct, it shouldStefan Metzmacher1-1/+6
2004-02-03move include/ntvfs.h to ntvfs/ntvfs.hStefan Metzmacher2-1/+1
2004-02-03- port AUTH and PASSDB subsystems to newStefan Metzmacher21-268/+569
2004-02-03make more function static, they are still available via the function pointersStefan Metzmacher2-2/+2
2004-02-03do some merging from 3.0Stefan Metzmacher4-16/+33
2004-02-03- move all SMB server stuff to smb_server/*Stefan Metzmacher19-771/+793
2004-02-02remove some unused stuffStefan Metzmacher3-55/+3
2004-02-02const fixesStefan Metzmacher2-3/+3
2004-02-02readd this fix:Stefan Metzmacher1-1/+1
2004-02-02- we now specify the object files in the subsystems config.m4 fileStefan Metzmacher15-196/+350
2004-02-02some DEBUG and comment fixesStefan Metzmacher9-14/+24
2004-02-02some compilers don't like the #warning preprocessing directiveStefan Metzmacher1-1/+0
2004-02-02remove unused filesStefan Metzmacher2-65/+0
2004-02-02remove unused .cvsignore fileStefan Metzmacher1-3/+0
2004-02-02some systems doesn't have ./ in PATHStefan Metzmacher1-2/+2
2004-02-02fix PROTO_OBJS ... fix make proto on some platformsStefan Metzmacher1-1/+1
2004-02-01Makefile.in cleanups:Stefan Metzmacher4-33/+34
2004-02-01merge:Stefan Metzmacher20-774/+1504
2004-01-29remove unused configure checks and optionsStefan Metzmacher2-744/+2
2004-01-29add find_unused_options.shStefan Metzmacher1-0/+42
2004-01-29remove a lot of unused smb.conf optionsStefan Metzmacher1-651/+16
2004-01-28remove a lot of unused stuff from the header filesStefan Metzmacher16-342/+49
2004-01-28- cosmetic fix in configure.inStefan Metzmacher2-4/+5
2004-01-28- remove all STFS related stuffStefan Metzmacher5-71/+57
2004-01-28remove autogenerated version.h from CVSStefan Metzmacher1-1/+0
2004-01-28merge the version.h autogeneration stuff from 3.0Stefan Metzmacher15-12/+285
2004-01-24Remove testing utility for removed SAM systemJelmer Vernooij2-489/+0
2004-01-22(merge from 3.0)Andrew Bartlett1-0/+2
2004-01-22- move the vars used by the backtrace stuff into the #ifdefStefan Metzmacher1-26/+39
2004-01-22fix last commit, which went in by mistakeStefan Metzmacher1-2/+0
2004-01-22sorry, the last commit went in by mistake:-(Stefan Metzmacher1-6/+6
2004-01-22initilize ev->maxfd = EVENT_INVALID_MAXFD; before the while() loop.Stefan Metzmacher3-2/+14
2004-01-22- make the recalculation of ev->maxfd a bit more efficient.Stefan Metzmacher1-35/+50
2004-01-22make dcerpc_pipes[] completely const.Stefan Metzmacher1-2/+2
2004-01-22added a little bit of const magic to get rid of the data in librpc/gen_ndr/*.oAndrew Tridgell2-2/+2
2004-01-21let the event_add_XXX() function return a pointer of the allocated event stru...Stefan Metzmacher1-12/+12
2004-01-21cope with a wider range of broken servers in the RAW-QFILEINFO testAndrew Tridgell1-8/+10
2004-01-20check for the correct fault code when the server fails a use of aAndrew Tridgell1-3/+9
2004-01-20added code to the RPC-SPOOLSS test that demonstrates that policyAndrew Tridgell5-3/+102
2004-01-20dcerpc server output now copes with the client blocking part wayAndrew Tridgell3-24/+64
2004-01-20avoid a copy of the data being input to the dcerpc server in the mostAndrew Tridgell1-4/+29
2004-01-19add make [un]installtortureStefan Metzmacher1-3/+9
2004-01-19remove all unused stuff from Makefile.inStefan Metzmacher4-646/+75
2004-01-19Add test to set single fields in fields_present with info21.Simo Sorce1-37/+53
2004-01-17make sure we initialise r.out.handle in openeventlogAndrew Tridgell1-0/+1
2004-01-15* fixed a segv when -U is not used in smbtorture.Andrew Tridgell2-6/+18
2004-01-13a script which find unused or undefined vars in Makefile or Makefile.inStefan Metzmacher1-0/+45
2004-01-13Add script for finding unused function checks in configure.inJelmer Vernooij1-0/+37
2004-01-11Fix --with-fhs for swatdirJelmer Vernooij1-0/+1