several changes in this checkin
[gd/samba/.git] / source / include /
2002-07-24 Gerald Carterseveral changes in this checkin
2002-07-23 Gerald Carter* changed structure of REG_R_ENUM_VALUE structure since...
2002-07-23 Andrew Tridgellreran configure
2002-07-19 Gerald Carter* refactored registry operations some. subkey lists and
2002-07-18 Jeremy AllisonPrevent gcc warning about shadowed global "index".
2002-07-18 Gerald Cartervirtual registry framework with initial printing hooks.
2002-07-16 Jeremy Allisonprint_jobid in the fsp struct should be uint32.
2002-07-15 Gerald Cartersplitting off storage/retrieval routines for abstractin...
2002-07-15 Samba Release Accountpreparing for release of 3.0-alpha18
2002-07-14 Andrew Tridgellremoved some meaningless const casts that were causing...
2002-07-13 Richard SharpeSome fix ups but committing so Andrew can look at the...
2002-07-13 Richard SharpeFix up the include file that had problems as well.
2002-07-11 Gerald Carteradded copyright
2002-07-11 Gerald Carterintermediate work on DeletePrinterDriverEx(). This...
2002-07-11 Jeremy AllisonUp the printing tdb version number to 5 as I've changed it.
2002-07-09 Gerald Carter8-byte alignment needed for beginning driver_info_level_6.
2002-07-08 Gerald Carterfixup ADDPRINTERDRIVEREX some more. unknown uint32...
2002-07-08 Gerald Carteradded parsing routines for SPOOLSS_ADDPRINTERDRIVEREX and
2002-07-08 Gerald Carter* basic implementation of SPOOLSS_DELETEPRINTERDATAEX and
2002-07-08 Andrew Bartlett(this should have been part of the previous commit)
2002-07-05 Tim PotterRemove C++ comments.
2002-07-04 Andrew BartlettMore code from "Kai Krueger" <kai@kruegernetz.de>,...
2002-07-04 Andrew BartlettPatch to add security descriptors to the SAMR pipe.
2002-07-03 Gerald Carterfirst cut at implementing support for browsing printer...
2002-07-03 Andrew BartlettKill off codepage related stuff, now we don't use codep...
2002-07-02 Tim PotterMerge of constant renames from APPLIANCE_HEAD.
2002-07-01 Andrew Tridgellused findstatic.pl to make some variables static and...
2002-06-28 Jeremy AllisonSTRING was being redefined...
2002-06-28 Jeremy AllisonProper merge of all the working printing stuff from...
2002-06-25 Andrew BartlettUpdate cli_full_connection() to take a 'flags' paramate...
2002-06-24 Gerald Carterforgot new error code from 2.2
2002-06-24 Jeremy AllisonMerged across trans2.c from SAMBA_2_2. UNIX extensions...
2002-06-22 Andrew BartlettAdd module versioning to the passdb module system
2002-06-21 Jeremy AllisonDon't use uint. It doesn't exist on some platforms...
2002-06-18 Simo Sorcemore debug classess activated
2002-06-17 Gerald Cartercompile warngin fixes merged from 2.2
2002-06-16 Andrew BartlettFix up some of the SMB signing code:
2002-06-15 Andrew BartlettRework much of the service.c code:
2002-06-14 Jeremy AllisonFix spelling typo.
2002-06-14 Jeremy AllisonMore of SMB signing for client - not yet finished ...
2002-06-13 Jeremy AllisonMerge in mangle fixes from 2.2.
2002-06-13 Andrew BartlettLatest patch from metze <metze@metzemix.de> to move...
2002-06-12 Tim PotterRemoved eff_name field from cli_struct as it wasn't...
2002-06-11 Simo Sorcefew fixes from Elrond(elrond@samba-tng.org) and Billy...
2002-06-10 Jeremy AllisonMerge of Jerry's fix from 2.2.
2002-06-10 Andrew BartlettRemove "sids.h" as it really wasn't being used anywhere...
2002-06-07 Andrew BartlettGlobally replace 'global_sam_sid' with get_global_sam_s...
2002-06-07 Andrew BartlettAdd flags2 for security signitures
2002-06-06 Tim PotterFix compile error - doh!
2002-06-06 Tim PotterMoved some notify related constants into srv_spoolss_nt...
2002-06-03 Jim McDonoughAdd user name to netsessenum RPC to stop 1783 messages
2002-06-03 Andrew Tridgellput the ifdef for HAVE_VA_COPY in one place rather...
2002-06-01 Jim McDonoughAdd rpc for file close, expand file enum to take username
2002-05-31 Jeremy AllisonRemoved some unused variables - tidy up some formating...
2002-05-31 Jim McDonoughAdd error index to netshareadd rpc.
2002-05-31 Jim McDonoughUpdate netfileenum on both client and server sides...
2002-05-31 Jim McDonoughnetfileenum was missing the username filter.
2002-05-30 Tim PotterAdded some comments for NTLMSSP negotiation flags.
2002-05-29 Tim PotterCleaned up srvsvc constants a bit.
2002-05-26 Simo Sorcechange: pdb_getsampwrid() ->pdb_getsampwsid()
2002-05-26 Andrew BartlettAdd support for NTLMv2 (tested!) with NTLMSSP.
2002-05-24 Andrew BartlettMove the authenticaion subsystem over to the same ...
2002-05-24 Andrew BartlettDon't duplicat this here, use the existing function...
2002-05-22 Andrew BartlettCommit the header file for the LDAP/secrets changes
2002-05-21 Simo Sorceuhh, forgot to commit the DBGC_WINBIND definition :-)
2002-05-18 Simo Sorceso here it is the code to introduce seriously debuggggi...
2002-05-18 Andrew BartlettOops, I missed commiting this earlier.
2002-05-18 Andrew BartlettInclude the extra #define for the last set of smbpasswd...
2002-05-18 Andrew BartlettA few things in this commit:
2002-05-17 Andrew Bartlettindent
2002-05-17 Andrew BartlettA few more trusted domains updates from mimir.
2002-05-17 Andrew BartlettThis removes --with-ssl from Samba.
2002-05-16 Jim McDonoughAdd configure support for __va_copy, which is required...
2002-05-14 Richard SharpeFirst part of adding flags returns from name_query ...
2002-05-11 Jeremy AllisonFix to include -Ipopt in getpass test.
2002-05-10 Tim PotterFix for Solaris nscd issue pointed out by Mike Gerdts
2002-05-10 Jeremy AllisonOops. Broke the build be removing MSG_PRINTER_UPDATE...
2002-05-09 Jeremy AllisonMerged in printing fixes... There were many missing !
2002-05-09 Shirish KaleleSync'ing SAMBA_2_2 with HEAD.
2002-05-09 Gerald Cartercouple of PIDDIR merges I missed
2002-05-07 Tim PotterAdded cli_spoolss_enumjobs() function.
2002-05-07 Tim PotterDOS error 1307 is returned when an invalid owner for...
2002-04-24 Andrew Tridgellpatch from Alexander Bokovoy needed for dlopen on bsd...
2002-04-24 Tim PotterAdded constant and message for invalid security descrip...
2002-04-24 Andrew Tridgellprototypes for some systems that don't have them
2002-04-19 Jeremy AllisonAdded Martin's lpq parse fixes from 2.2.
2002-04-18 Andrew Tridgellfixed the fallback to a BDC for ADS connections
2002-04-16 Andrew Tridgellfixed a problem with the smb_buf() macro on some compilers
2002-04-16 Andrew Tridgellreran configure after adding a test for strnlen()
2002-04-16 Andrew Tridgelli forgot to commit these parts of the string handling...
2002-04-15 Tim PotterAdded hex values as comments for the standard access...
2002-04-14 Tim PotterAdded a status code for lsa_lookup_{sids,names} returni...
2002-04-14 Andrew BartlettPartly based on the work by mimir (Rafal Szczesniak
2002-04-13 Andrew BartlettThis is the 'multiple pdb backends' patch from ctrlsoft...
2002-04-12 Andrew BartlettRemove : from the list seperators, as this is used...
2002-04-11 Andrew Tridgelladded strndup() for systems that don't have it
2002-04-11 Andrew TridgellThis split the mangling code up to allow for the possib...
2002-04-11 Jeremy AllisonRemoved duplicate _LARGEFILE64_SOURCE added in error.
2002-04-11 Jeremy AllisonEnsure VFS modules will build correctly by adding defin...
2002-04-10 Jim McDonoughAdd ads ldap server controls
next