a fairly big change in spoolss.
[samba.git] / source3 / include /
2000-05-24 Andrew Tridgella fairly big change in spoolss.
2000-05-18 Shirish KaleleAdded the NETDFS pipe to allow remote administration...
2000-05-17 Jeremy AllisonFixed bug I introduced last night (sorry). Now truncate...
2000-05-16 Jeremy AllisonSynced up srv_samr with HP changes. Added error checkin...
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 AllisonAdded Shirish's reg changes to HEAD. Sync up with 2...
2000-05-15 Andrew Tridgelladdd grow_size to prs_struct so we know how much data...
2000-05-12 Andrew Tridgellrebuilt proto
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 Tridgelluse "winbind separator" option for domain/user separato...
2000-05-10 Jeremy Allisonlib/util_unistr.c:
2000-05-10 Andrew Tridgell- changed smb_getpwnam() to use winbind style usernames
2000-05-10 Andrew Tridgellproto rebuild
2000-05-10 Andrew Tridgellmore merging voodoo
2000-05-10 Andrew Tridgellmore merging
2000-05-10 Herb LewisFix for misunderstanding of fsync added when vfs layer
2000-05-09 Andrew Tridgellthe beginnings of a new scheme I've working on to allow...
2000-05-09 Andrew Tridgellbrought across some rpc header files from tng
2000-05-08 Andrew Tridgelladded secrets.tdb and changed storage of trust account...
2000-05-05 Jeremy AllisonFix for uninitialized memory read in brlock code. brl_l...
2000-05-04 Andrew Tridgella minimal change to get appliance mode to work with...
2000-05-04 Andrew Tridgell - use full_name instead of real_name
2000-05-03 Jeremy AllisonInsure uninitialized memory read fixes.
2000-05-02 Andrew Tridgelladded support for deleting printers into the spoolss...
2000-05-02 Andrew Tridgellsplit the username in the vuser structure into a separate
2000-05-02 Jeremy AllisonMoved uglyness needed in fcntl locking (64->32 bit...
2000-05-02 Jeremy AllisonAdded sys_fork() and sys_getpid() functions to stop...
2000-05-01 Andrew Tridgellallow a DEFAULT_PRINTING to be specified in CFLAGS
2000-04-30 Andrew Tridgelladded cli_list_old() to allow for old style directory...
2000-04-30 Andrew Tridgellwe don't need fnmatch.c any more
2000-04-30 Andrew Tridgell- removed all our old wildcard matching code and replac...
2000-04-30 Andrew TridgellYIPEE!!!!!
2000-04-28 Jeremy AllisonOk - this is the *third* implementation of this (third...
2000-04-28 Shirish KaleleAdded info level 1005 to netsharegetinfo (is the share...
2000-04-28 Jeremy AllisonAdded tdb_get/set_int_byblob, which takes a size_t...
2000-04-28 Jeremy AllisonMade changes suggested by Andrew review.
2000-04-27 Jeremy AllisonOk - this is more subtle than it looks :-).
2000-04-27 Jeremy AllisonFixed subtle unlocking bug when a file is closed. We...
2000-04-27 Jeremy AllisonDid the rewrite Andrew wanted where all knowledge of...
2000-04-27 Jeremy AllisonFixed crash bugs Andrew pointed out with LOCK4 smbtorture
2000-04-25 Jeremy AllisonAdded the hard code :-).
2000-04-25 Andrew Tridgellmoved trans2.h and nterr.h into includes.h with all...
2000-04-24 Jeremy AllisonAdded the code that keeps fd's open across a close...
2000-04-24 Jeremy AllisonNow that fsp's are created on successful file open...
2000-04-22 Jeremy AllisonThis is a *big* checkin that may break some things...
2000-04-19 Andrew Tridgellsplit fsusage() into a separate module (to fix linking...
2000-04-19 Andrew Tridgellpatch from luke to split out lanman code from ipc.c...
2000-04-19 Andrew Tridgell- got rid of the "passive" option
2000-04-17 Andrew Tridgellgot rid of some more old configure tests and includes
2000-04-17 Andrew Tridgellremoved some obsolete configure tests (sysv ipc etc)
2000-04-16 Andrew Tridgellconverted a couple more functions to use a fd instead...
2000-04-16 Andrew Tridgellconverted a bunch more functions to use a fd instead...
2000-04-16 Andrew Tridgelladded fdprintf()
2000-04-16 Andrew Tridgellthe fsp needs a jobid in it now
2000-04-15 Andrew Tridgelldon't need this monster any more
2000-04-15 Andrew Tridgella quick hack to reduce the size of the unicode map...
2000-04-15 Jeremy AllisonLog file check patch from Mattias Gronlund <Mattias...
2000-04-12 Jeremy AllisonCode to map tdb locks onto POSIX. Mainly placeholder...
2000-04-12 Jeremy AllisonEnsure that CHECK_FNUM rejects fd == -1 correctly.
2000-04-12 Jeremy AllisonRoll back to using static MACHINE.SID after consultatio...
2000-04-11 Jeremy AllisonAndrew made it faster :-).
2000-04-11 Jeremy AllisonBloody typo ! It should be & 3 , & 1 *not* &~3, &~1.
2000-04-11 Jeremy AllisonThe latest open() code changes broke the NT directory...
2000-04-11 Jeremy Allisoninclude/byteorder.h: ALIGN4/ALIGN2 macros.
2000-04-11 Andrew Tridgellprototypes
2000-04-11 Andrew Tridgellnew prototypes
2000-04-10 Andrew Tridgellnew prototypes
2000-04-10 Andrew Tridgellgot rid of the file_fd_struct structure completely.
2000-04-06 Jeremy AllisonModified interfaces and added checks around *all* ...
2000-04-05 Jean-François Mico... changed all the status code to ERROR_xxx instead of...
2000-04-04 Jeremy AllisonChange to vfs API. POSIX states fsync should return...
2000-04-04 Tim PotterRemoved unused parameter vuid from rpc_server api_...
2000-03-29 Jeremy AllisonAdded check for LL suffix to long long ints needed...
2000-03-29 Jean-François Mico... rewrote getprinterdriver level 3, now correctly handle...
2000-03-27 Andrew Tridgellchanged the definition of dos_PutUniCode
2000-03-27 Andrew Tridgellthe final part of the nmbd merge between head and tng...
2000-03-27 Luke Leightonmoved nmblib-specific code from util.c to nmblib.c.
2000-03-22 Jeremy AllisonCorrectly convert from little-endian UNICODE to dos_cod...
2000-03-22 Jeremy Allisonacconfig.h configure configure.in: Added check for...
2000-03-16 Jeremy AllisonFixes to add "paranoid" option to popen. Checks some...
2000-03-13 Jeremy Allisoninclude/smb.h:
2000-03-13 Jean-François Mico... oops ! forgot smb.h in last commit
2000-03-13 Jean-François Mico... parse correctly getprinterdriver2
2000-03-10 Shirish KaleleCleaned up unused variables, returns from non-void...
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 Mico... getprinter level 0: was to short, found most of the...
2000-03-10 Luke Leightonindent went wrong. grr.
2000-03-09 Jeremy AllisonBig update moving the multi-pdu support from 2.0.x...
2000-03-08 Shirish Kaleledded Microsoft Dfs services.
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-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-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:
next