you know, when you do a cvs commit, you _really_ expect it to actually work.
[kai/samba.git] / source /
2000-03-10 Luke Leightonyou know, when you do a cvs commit, you _really_ expect...
2000-03-10 Jean-François Mico... getprinter level 0: was to short, found most of the...
2000-03-10 Jean-François Mico... removed unused variable
2000-03-10 Jean-François Mico... restore the spoolss pipe as Jeremy replaced srv_pipe...
2000-03-10 Luke Leightonindent went wrong. grr.
2000-03-09 Luke Leightoncomputer too slow to compile with debug info (100mins...
2000-03-09 Jeremy AllisonNot used. Functionality folded back into rpc_server...
2000-03-09 Jeremy AllisonBig update moving the multi-pdu support from 2.0.x...
2000-03-09 Jeremy AllisonFixups for Win2K security descriptors from the 2.0...
2000-03-09 Shirish KaleleCorrected DEBUG messages.
2000-03-08 Shirish Kaleledded Microsoft Dfs services.
2000-03-07 Luke Leightonadded a tcon test: make two tconXs with the same user...
2000-03-07 Jean-François Mico... Enumprinters level 1: reply *exactly* like an NT server
2000-03-07 Jean-François Mico... fixed enumprinterdata.
2000-03-06 Jean-François Mico... changed prs_unistr to parse empty and non-empty strings...
2000-03-02 Jeremy AllisonTidied up fchown code, error reporting.
2000-03-02 Jeremy AllisonCorrectly full buffer smbpasswd i/o streams.
2000-03-02 Jeremy AllisonUpdate last changed time for new password entry.
2000-03-02 Jeremy AllisonFixed bugs with -x smbpasswd entry. Thanks to Bruce...
2000-03-01 Jeremy AllisonOff by one error in detecting Win2k unicode bug.
2000-03-01 Jeremy AllisonAdded new codepage from Ded Marazm <DedMarazm@mail...
2000-03-01 Jeremy AllisonFixed smbpasswd crash bugs found by Giulio.
2000-03-01 Jeremy AllisonFix for Win2k unicode bug where doing SMB_NT_TRANSACT_C...
2000-03-01 Tim PotterCheck for null tdb context in tdb_exists()
2000-02-29 Jeremy AllisonFixes from Luke, back-ported from TNG to Win2k. Correct...
2000-02-29 Jeremy AllisonFixes for strange Win2K attempts to auto-inherit ACLs.
2000-02-28 Tim PotterMakefile for tdb directory.
2000-02-28 Tim PotterOops - put back filename argument to tdb_open().
2000-02-28 Tim PotterModifications to tdb_traverse() arguments to remove...
2000-02-28 Tim PotterAllow tdb databases to be created "in memory" without...
2000-02-28 Tim PotterAdded tdbtool to .cvsignore list.
2000-02-26 Jean-François Mico... added enumprintprocessordatatypes
2000-02-26 Jean-François Mico... rewrote enumprinterdata. still a bug in it but reproduc...
2000-02-25 Jeremy Allisonclient/client.c:
2000-02-24 Jean-François Mico... made dynamic the Printer struct. No more limits :-)
2000-02-24 Jean-François Mico... converted a couple of bzero() to memset()
2000-02-23 Jeremy AllisonMultiple-dot scope handling fix from Greg Bowering...
2000-02-23 Jeremy Allisonlib/system.c: Fixed gcc warnings.
2000-02-22 Luke Leightonrichard got the short request for GETDC right (hooray...
2000-02-21 Jeremy AllisonFix for crash bug from Paul Tyler <pct@ansto.gov.au>.
2000-02-21 Jean-François Mico... more rewrite ...
2000-02-18 Jeremy AllisonFix for reporting file system attributes correctly.
2000-02-18 Jeremy AllisonFixes for Eastern Europe code page.
2000-02-17 Tim PotterDon't assume that the (files_struct *) passed to fd_att...
2000-02-17 Tim PotterUpdated docs for tdb_traverse.
2000-02-16 Tim PotterMore checks for passing NULL tdb contexts to tdb functions.
2000-02-16 Jeremy AllisonAdded support for SO_REUSEPORT for systems that have it.
2000-02-16 Jeremy AllisonMake proto.
2000-02-16 Tim Pottertdb_traverse() now takes three arguments.
2000-02-16 Jeremy AllisonAdded "source environment" parameter from Nicolas Willi...
2000-02-15 Jeremy AllisonAdded replacement functions sys_popen and sys_pclose...
2000-02-15 Jean-François Mico... fix the reply of rpc_alter_context
2000-02-15 Tim PotterReturn "Invalid tdb context" instead of crashing when...
2000-02-15 Tim PotterNot enough args to DEBUG statement.
2000-02-14 Jeremy AllisonOoops. Fixed stupid typo with missing ! in cli error...
2000-02-10 Andrew Tridgelldamn, masktest now needs the mangle code from smbd
2000-02-10 Andrew Tridgellthe beginnings of a fnmatch() based wildcard matching...
2000-02-09 Jeremy AllisonFixed wildcard match bug with '****' with smbclient...
2000-02-09 Jeremy AllisonCorrect for for core dump in smbpasswd with cli_errstr().
2000-02-09 Jeremy AllisonDefensive programming for cli_error().
2000-02-09 Andrew Tridgellupdate masktest for new make_nmb_name() syntax
2000-02-09 Andrew Tridgelladded masktest to head branch, in preparation for anoth...
2000-02-08 Jeremy AllisonMoved over lib/util_sec (with added fixes) as the HEAD...
2000-02-07 Jean-François Mico... Hum, I should remove my gloves when I'm in front of...
2000-02-07 Jean-François Mico... make proto ...
2000-02-07 Jean-François Mico... spoolss include definitions
2000-02-07 Jean-François Mico... spoolss definitions.
2000-02-07 Jean-François Mico... Jeremy can you check lib/util_unistr.c for codepages...
2000-02-07 Jean-François Mico... First commit of the spoolss code to the HEAD branch.
2000-02-07 Jeremy AllisonAdded check for SGI IRIX brokenness with semaphores...
2000-02-07 Tim PotterFix some more compile warnings.
2000-02-07 Tim PotterFixed compile warning in locking.c:traverse_fn()
2000-02-04 Jean-François Mico... After 3AM, it's getting hard for Luke :-)
2000-02-04 Tim PotterFix some compile warnings.
2000-02-04 Luke Leighton1) added void* state argument to tdb_traverse. guess...
2000-02-03 Tim PotterPut back lots of missing calls to dos_to_unix(). Thanks to
2000-02-03 Tim PotterBacked out -rdynamic linker option. It seems to be...
2000-02-03 Tim Pottermake proto
2000-02-03 Tim PotterMega-VFS merge. Yeah baby!
2000-02-03 Tim PotterAdded 'vfs object' and 'vfs options' smb.conf parameters.
2000-02-03 Tim PotterComments to use vfs_* functions instead of dos_* unless...
2000-02-03 Tim PotterAdd -rdynamic to LDFLAGS if libdl found.
2000-02-03 Tim PotterAdded smbd/vfs.o and smbd/vfs-wrap.o to smbd objects.
2000-02-03 Tim PotterAdded .dummy file.
2000-02-03 Tim PotterBusting up of source/include/smb.h into smaller pieces...
2000-02-01 Tim Pottersystem_name not server_name
2000-01-31 Tim PotterPass arguments to ./configure
2000-01-30 Herb Lewismade "enable" and "disable" the default "lpresume"...
2000-01-29 Jeremy AllisonWrapped popen calls in HAVE_POPEN - needed if we are...
2000-01-29 Jeremy AllisonFix from Motonobu TAKAHASHI to sort code page parameter...
2000-01-28 Jeremy AllisonModified auto alignment of ud[] struct on stack to...
2000-01-27 Jeremy AllisonFixed code page conversions of messages outgoing/incoming.
2000-01-26 Jeremy AllisonAdded hash-based stat cache code from Ying Chen.
2000-01-26 Jeremy AllisonSecond set of inline optimisation fixes from Ying Chen...
2000-01-25 Jeremy AllisonFirst set of speed improvements from Ying Chen <ying...
2000-01-24 Jeremy Allisontdb record read error return check fix from Dave Airlie...
2000-01-24 Andrew Tridgellwe need -lc when making shared objects or glibc doesn...
2000-01-21 Luke Leightonmade cvs main up-to-date with samba_tng, with addition...
2000-01-20 Jeremy AllisonMoved Herb's global -> local changes to HEAD.
2000-01-18 Jeremy AllisonAdded Herb's swat fixes.
next