abartlet/samba.git/.git
2000-03-21 Luke Leightonindent update to make t easier to see setuid mods in...
2000-03-21 Jeremy AllisonAdded preliminary user list code from HP. Needs to...
2000-03-20 Jeremy AllisonFix from christoph.pfisterer@rwg.de for large directory...
2000-03-16 Jeremy AllisonFixes to add "paranoid" option to popen. Checks some...
2000-03-16 Herb Lewisremoved extra arguements from make_nmb_name calls
2000-03-16 Jean-François... fix a bug in enumprinterdrivers
2000-03-16 Herb Lewisuse parameters to minimize changes in samba for irix...
2000-03-16 Herb Lewisuse proper parameter names instead of alias names
2000-03-15 Jeremy AllisonFix from NAKAJI Hiroyuki for a trailing '\n\ in asctime.
2000-03-14 Jeremy AllisonFixed parsing issue with HP printer defs reported by HP.
2000-03-13 Tim PotterAdding libtool support to HEAD branch. We're going...
2000-03-13 Jeremy Allisoninclude/smb.h:
2000-03-13 Jean-François... oops ! forgot smb.h in last commit
2000-03-13 Shirish KaleleCleaning up call_trans2getdfsreferral.
2000-03-13 Shirish KaleleCleaned up call_trans2getdfsreferral for when MS_DFS...
2000-03-13 Jean-François... small fix for addprinterex at level 2
2000-03-13 Jean-François... Interim fix for LPRng. If a lpq parsed line start with...
2000-03-13 Jean-François... parse correctly getprinterdriver2
2000-03-13 Jean-François... moved #endif to end of function to compile when dfs...
2000-03-13 Tim PotterAdded standard shell command thing using '!' as first...
2000-03-11 Jeremy AllisonFix stupid logic bug in detecting start-of-pdu in write...
2000-03-11 Jeremy AllisonYou *must* use O_EXCL when using mktemp (security issue).
2000-03-10 Shirish KaleleCleaned up unused variables, returns from non-void...
2000-03-10 Shirish KaleleCleaning warnings from configure.developer
2000-03-10 Shirish KaleleCleaning up the warnings from configure.developer.
2000-03-10 Jeremy AllisonFix for names with spaces and some I18N filename issues...
2000-03-10 Jeremy AllisonFixups for compiles with gcc flags -Wall -Wshadow ...
2000-03-10 Luke Leightonyou know, when you do a cvs commit, you _really_ expect...
2000-03-10 Jean-François... getprinter level 0: was to short, found most of the...
2000-03-10 Jean-François... removed unused variable
2000-03-10 Jean-François... 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... Enumprinters level 1: reply *exactly* like an NT server
2000-03-07 Jean-François... fixed enumprinterdata.
2000-03-06 Jean-François... 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... added enumprintprocessordatatypes
2000-02-26 Jean-François... rewrote enumprinterdata. still a bug in it but reproduc...
2000-02-25 Jeremy Allisonclient/client.c:
2000-02-24 Jean-François... made dynamic the Printer struct. No more limits :-)
2000-02-24 Jean-François... 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... 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... 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 Tim Potterfile ntdom.c was initially added on branch SAMBA_TNG.
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... Hum, I should remove my gloves when I'm in front of...
2000-02-07 Jean-François... make proto ...
2000-02-07 Jean-François... spoolss include definitions
2000-02-07 Jean-François... spoolss definitions.
2000-02-07 Jean-François... Jeremy can you check lib/util_unistr.c for codepages...
2000-02-07 Jean-François... 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()
next