summaryrefslogtreecommitdiffstats
path: root/source3/include
Commit message (Expand)AuthorAgeFilesLines
...
* intermediate work on DeletePrinterDriverEx(). This callGerald Carter2002-07-111-7/+10
* Up the printing tdb version number to 5 as I've changed it.Jeremy Allison2002-07-111-1/+1
* 8-byte alignment needed for beginning driver_info_level_6.Gerald Carter2002-07-091-1/+0
* fixup ADDPRINTERDRIVEREX some more. unknown uint32 for now.Gerald Carter2002-07-081-0/+1
* added parsing routines for SPOOLSS_ADDPRINTERDRIVEREX andGerald Carter2002-07-081-0/+3
* * basic implementation of SPOOLSS_DELETEPRINTERDATAEX andGerald Carter2002-07-081-3/+76
* (this should have been part of the previous commit)Andrew Bartlett2002-07-082-13/+14
* Remove C++ comments.Tim Potter2002-07-051-5/+10
* More code from "Kai Krueger" <kai@kruegernetz.de>, this time starting to makeAndrew Bartlett2002-07-041-1/+21
* Patch to add security descriptors to the SAMR pipe.Andrew Bartlett2002-07-041-0/+164
* first cut at implementing support for browsing printer and driver driverGerald Carter2002-07-031-20/+25
* Kill off codepage related stuff, now we don't use codepages any more.Andrew Bartlett2002-07-032-28/+0
* Merge of constant renames from APPLIANCE_HEAD.Tim Potter2002-07-021-6/+4
* used findstatic.pl to make some variables static and remove some deadAndrew Tridgell2002-07-011-1/+0
* STRING was being redefined...Jeremy Allison2002-06-281-1/+0
* Proper merge of all the working printing stuff from APPLIANCE_HEAD.Jeremy Allison2002-06-284-24/+48
* Update cli_full_connection() to take a 'flags' paramater, and try to get aAndrew Bartlett2002-06-251-0/+4
* forgot new error code from 2.2Gerald Carter2002-06-241-0/+1
* Merged across trans2.c from SAMBA_2_2. UNIX extensions and passthroughJeremy Allison2002-06-241-1/+11
* Add module versioning to the passdb module systemAndrew Bartlett2002-06-221-0/+14
* Don't use uint. It doesn't exist on some platforms and we don't define it.Jeremy Allison2002-06-211-4/+4
* more debug classess activatedSimo Sorce2002-06-181-1/+1
* compile warngin fixes merged from 2.2Gerald Carter2002-06-171-2/+6
* Fix up some of the SMB signing code:Andrew Bartlett2002-06-161-0/+1
* Rework much of the service.c code:Andrew Bartlett2002-06-151-0/+3
* Fix spelling typo.Jeremy Allison2002-06-141-11/+11
* More of SMB signing for client - not yet finished (should be harmless).Jeremy Allison2002-06-142-2/+4
* Merge in mangle fixes from 2.2.Jeremy Allison2002-06-131-2/+5
* Latest patch from metze <metze@metzemix.de> to move most of samba acrossAndrew Bartlett2002-06-131-2/+2
* Removed eff_name field from cli_struct as it wasn't being used anywhere.Tim Potter2002-06-121-1/+0
* few fixes from Elrond(elrond@samba-tng.org) and Billy O'Connor(billy@oconnoro...Simo Sorce2002-06-111-5/+6
* Merge of Jerry's fix from 2.2.Jeremy Allison2002-06-101-3/+10
* Remove "sids.h" as it really wasn't being used anywhere, and was exportingAndrew Bartlett2002-06-102-40/+0
* Globally replace 'global_sam_sid' with get_global_sam_sid(), a selfAndrew Bartlett2002-06-071-1/+1
* Add flags2 for security signituresAndrew Bartlett2002-06-071-0/+1
* Fix compile error - doh!Tim Potter2002-06-061-0/+4
* Moved some notify related constants into srv_spoolss_nt.c sinceTim Potter2002-06-061-4/+3
* Add user name to netsessenum RPC to stop 1783 messagesJim McDonough2002-06-031-0/+3
* put the ifdef for HAVE_VA_COPY in one place rather than in lots ofAndrew Tridgell2002-06-031-0/+8
* Add rpc for file close, expand file enum to take usernameJim McDonough2002-06-011-0/+16
* Removed some unused variables - tidy up some formating, add struct toJeremy Allison2002-05-312-1/+16
* Add error index to netshareadd rpc.Jim McDonough2002-05-311-0/+4
* Update netfileenum on both client and server sides to do an arbitrary numberJim McDonough2002-05-311-18/+12
* netfileenum was missing the username filter.Jim McDonough2002-05-311-0/+3
* Added some comments for NTLMSSP negotiation flags.Tim Potter2002-05-301-4/+4
* Cleaned up srvsvc constants a bit.Tim Potter2002-05-291-17/+17
* change: pdb_getsampwrid() ->pdb_getsampwsid()Simo Sorce2002-05-261-2/+2
* Add support for NTLMv2 (tested!) with NTLMSSP.Andrew Bartlett2002-05-261-3/+10
* Move the authenticaion subsystem over to the same 'module:options' syntaxAndrew Bartlett2002-05-241-4/+5
* Don't duplicat this here, use the existing function prototype.Andrew Bartlett2002-05-241-4/+2