Fix to return buffer output properly.
[ira/wip.git] / source3 /
2000-05-24 Andrew Tridgelladded tdb_pack() and tdb_unpack()
2000-05-24 Andrew Tridgellgot rid of lp_revalidate()
2000-05-24 Andrew Tridgella fairly big change in spoolss.
2000-05-24 Andrew Tridgella fairly big change in spoolss.
2000-05-24 Andrew Tridgella fairly big change in spoolss.
2000-05-24 Andrew Tridgelluse \\ in front of filenames
2000-05-24 Andrew Tridgelluse lp_workgroup()
2000-05-24 Andrew Tridgelluse lp_workgroup()
2000-05-24 Luke Leightontorture test:
2000-05-23 Jeremy AllisonDid a proper fix for the file access on IPC$. Denied...
2000-05-23 Jeremy AllisonFixed bug where file access was allowed on IPC$ share.
2000-05-22 Tim PotterAdded -W workgroup command line option.
2000-05-22 Jeremy AllisonModify NT driver heirarchy to fix HP bug with duplicate...
2000-05-22 Andrew Tridgellmore aparser stuff - we now handle everything but the...
2000-05-18 Shirish KaleleAdded the NETDFS pipe to allow remote administration...
2000-05-17 Jeremy AllisonChanged name of case_sensitive in mask_match to avaid...
2000-05-17 Jeremy AllisonFixed bug I introduced last night (sorry). Now truncate...
2000-05-17 Andrew Tridgellerror check in vluke.c
2000-05-17 Andrew Tridgellstarted converting matty's srvsvc.idl to a .struct...
2000-05-17 Andrew Tridgelladded primitive define macros
2000-05-17 Andrew Tridgell- added typedefs
2000-05-17 Jeremy AllisonFixed bug where mallocd size of prs_struct could be...
2000-05-17 Andrew Tridgellminor parse updates
2000-05-17 Jeremy AllisonCutover from 2.2.x - missed in merge.
2000-05-16 Jeremy AllisonSynced up srv_samr with HP changes. Added error checkin...
2000-05-16 Andrew Tridgella useful script, just go "./build foo.struct" and you...
2000-05-16 Andrew Tridgellthe vluke program now takes a structure name on the...
2000-05-16 Andrew Tridgelltake the sructure name to run through vluke on the...
2000-05-16 Andrew Tridgelladded the ".trailer" type, to mark where a packet turns...
2000-05-16 Andrew Tridgellanother awk parser update
2000-05-16 Shirish KaleleRemoved extra unistr_to_dos prototype from msdfs/msdfs.c
2000-05-16 Shirish KaleleThe new msdfs implementation that uses symlinks to...
2000-05-15 Jeremy AllisonCheck error returns.
2000-05-15 Jeremy AllisonAdded Shirish's reg changes to HEAD. Sync up with 2...
2000-05-15 Jeremy AllisonAdded fix for Win2k ACL query code from Shirish. I...
2000-05-15 Jeremy Allisonpassdb/secrets.c: Fix typo in comment.
2000-05-15 Andrew Tridgellstarted update to handle arbitrary arrays
2000-05-15 Andrew Tridgellcall prs_dump() on every input and output packet so...
2000-05-15 Andrew Tridgelldon't call prs_dump() here
2000-05-15 Andrew Tridgellupdate grow_size in prs_grow
2000-05-15 Andrew Tridgelladdd grow_size to prs_struct so we know how much data...
2000-05-15 Andrew Tridgellneed to allocate the union pointer
2000-05-15 Andrew Tridgellalign at the end of every structure parser
2000-05-15 Andrew Tridgelluse grow_size to determine size of dump
2000-05-15 Andrew Tridgelladded grow_size to prs structure
2000-05-15 Andrew Tridgelladd prs_dump() at the top level rpc switch
2000-05-15 Andrew Tridgellmake prs_dump() store up to 100 variants of each msg...
2000-05-14 Andrew Tridgelladd uint16 support, start to parse more of spoolss
2000-05-14 Andrew Tridgellmoved *.tpl templates into templates/ subdirectory
2000-05-14 Andrew Tridgellvastly improved awk based code generator
2000-05-14 Andrew Tridgellremoved old files ready for new awk parser
2000-05-13 Jeremy AllisonAdded code to do a one-way migration of the old DOMAIN...
2000-05-12 Andrew Tridgellrenamed the harness program to vluke (for "virtual...
2000-05-12 Andrew Tridgellpreliminary support for unions
2000-05-12 Andrew Tridgellthis is a awk based code generator. Very primitive...
2000-05-12 Andrew Tridgellrebuilt proto
2000-05-12 Andrew Tridgellchanged uniarray_2_ascarray to uniarray_2_dosarray
2000-05-12 Jeremy AllisonAdded unicode_to_dos_char() function to address convert...
2000-05-12 Andrew Tridgelladded spool_io_printer_driver_info_level_6()
2000-05-12 Andrew Tridgellfixed two uninitialised variables
2000-05-12 Andrew Tridgelluse "winbind separator" option for domain/user separato...
2000-05-12 Tim PotterWhile we're all making incompatible tdb changes, I...
2000-05-12 Andrew Tridgelluse "winbind separator" in tng as well
2000-05-12 Andrew Tridgellfixed error code for buffer_too_large in trans reply
2000-05-12 Andrew Tridgellfixed a problem with appliance operation
2000-05-12 Andrew Tridgelluse gcc not insure by default in tdb build
2000-05-12 Andrew Tridgelluse our primary domain trust account for trusted domain...
2000-05-12 Andrew Tridgellan imcompatible tdb format change (sorry!)
2000-05-12 Jeremy AllisonCheck fstat return for error.
2000-05-10 Jeremy Allisonlib/util_unistr.c:
2000-05-10 Jeremy AllisonHo hum - forgot timeout case.
2000-05-10 Jeremy AllisonFix from David Collier-Brown - sys_select return was...
2000-05-10 Andrew Tridgell- changed smb_getpwnam() to use winbind style usernames
2000-05-10 Andrew Tridgellin head as well ...
2000-05-10 Andrew Tridgelltreat a blank "password server =" line as a "*" if...
2000-05-10 Andrew Tridgellwhen creating the database zero the reserved space
2000-05-10 Andrew Tridgellproto rebuild
2000-05-10 Andrew Tridgellcheck for sighup on each packet - otherwise it can...
2000-05-10 Andrew Tridgellfail a print start on a deleted auto printer
2000-05-10 Andrew TridgellI found a better way of handling deleted auto printers
2000-05-10 Andrew Tridgellformatting fix
2000-05-10 Andrew Tridgellremove autoloaded printers that are no longer in /etc...
2000-05-10 Andrew Tridgellpatch from Dominik Kubla <dominik.kubla@uni-mainz.de>
2000-05-10 Andrew Tridgellmore merging voodoo
2000-05-10 Andrew Tridgellmore merging
2000-05-10 Andrew Tridgell- add some reserved space to every tdb, this will be
2000-05-10 Herb LewisUse a prime for default tdb hash size - this makes...
2000-05-10 Herb LewisFix for misunderstanding of fsync added when vfs layer
2000-05-10 Herb LewisUsing a structure for a tdb key can lead to insideous...
2000-05-09 Herb LewisFix for check_kernel_oplocks looking for the var directory
2000-05-09 Herb LewisThis is reall Jeremy commiting as Herb at SGI labs...
2000-05-09 Andrew Tridgell- use smb_gwtpwnam() in another couple of places
2000-05-09 Andrew Tridgellfixed some winbind cache bugs
2000-05-09 Andrew Tridgellthe beginnings of a new scheme I've working on to allow...
2000-05-09 Andrew Tridgelldon't attempt to build rpcclient in the head branch
2000-05-09 Andrew Tridgellbrought across some rpc header files from tng
2000-05-09 Andrew Tridgellbrought the winbindd code into head
2000-05-09 Andrew Tridgelladded some rules for winbindd and pam_winbind
2000-05-09 Tim PotterAdded tdb_store_by_string() and tdb_fetch_by_string...
2000-05-08 Jeremy AllisonFix for VMS platforms from "John E. Malmberg" <wb8tyw...
next