summaryrefslogtreecommitdiff
path: root/source/include
Commit message (Collapse)AuthorAgeFilesLines
* added pam_ntdom. amazingly, it actually works.Luke Leighton2000-04-092-68/+76
|
* Removed the rpc_client-protos from proto.hElrond2000-04-081-1384/+663
| | | | | Seems to compile fine for me. added LC_ALL=C, LC_COLLATE=C to mkproto.sh
* jf, looks like you put some extra error codes in...Luke Leighton2000-04-071-1/+0
|
* cut too much across.Luke Leighton2000-04-072-8/+15
|
* spoolss from cvs mainLuke Leighton2000-04-073-839/+833
|
* vfs change. POSIX states fsync must return an int, not void.Jeremy Allison2000-04-042-2/+2
| | | | Jeremy.
* This one isn't as big, as it looks.Elrond2000-04-041-1/+0
| | | | | | | | | I just added #include "rpc_client.h" to 50 files. and #include "rpcclient.h" to some in rpcclient/. Oh, and made the readline-function in dfs_cmds.c static If we're lucky, we can remove the rpc_client-prototypes from the normal proto.h
* Okay,Elrond2000-04-044-731/+743
| | | | | | | | this is mostly net_share_del, client-side is complete, server-side still returns a fault-pdu (will change soon to "Access denied") ... and some of the things, I tried to commit yesterday.
* Learned from yesterday and now doing the thing in smallerElrond2000-04-042-0/+33
| | | | | | | steps. - added rpc_client.h as wrapper for rpc_client_proto.h - added net_share_del-reply to rpc_srvsvc.h
* Bruce Tenison <btenison@dibbs.net> wrote a patch for the delete userLuke Leighton2000-04-042-16/+38
| | | | | | functionality from cvs main. THANK YOU!! :)
* make proto. hey, cool, it doesn't overwrite unless changed! nice one,Luke Leighton2000-04-041-4/+5
| | | | | | elrond! printing/print_cups not print_cups, in Makefile.in
* more merge of cvs main printing into tng.Luke Leighton2000-04-041-0/+1
| | | | i also missed srv_lsa.c in the remove-rpcsrv_struct frenzy.
* merge from cvs main of jean-francois' spoolss work.Luke Leighton2000-04-035-53/+113
|
* merge of cvs main headers.Luke Leighton2000-04-033-97/+152
|
* removed rpcsrv_struct* argument from server-marshalling routines.Luke Leighton2000-04-032-24/+21
| | | | | once tim commits the removal of uint16 vuid arg from the same functions in cvs main, these functions will all have the same function protos
* merge of smbd and related files, from cvs main.Luke Leighton2000-04-0312-752/+1271
|
* moving code around to the right places: create_ntlmssp_resp() was inLuke Leighton2000-03-312-780/+792
| | | | the wrong place in smbencrypt.c.
* readline function test.Luke Leighton2000-03-311-0/+1
|
* make protoLuke Leighton2000-03-312-732/+732
|
* acknowledging where the md5 source comes from (the ssh 1.2.27 sources)Luke Leighton2000-03-311-16/+3
|
* attempting to get rid of compiler warnings on every _single_ damn module,Luke Leighton2000-03-312-6/+8
| | | | | because of a declaration of int getopt(), on sparc (which doesn't have a working getopt()).
* - fixed SAM_USER_INFO_21 to work in some cases (i hope) and well, we'llLuke Leighton2000-03-301-0/+1
| | | | | | | just have to see what happens with the other cases, such as AS/U :) - added SAM_USER_INFO_21 level to samr_set_userinfo21, it's used by usrmgr.exe to change non-password user profile info.
* HAVE_CRYPT_DECL causing grief.Luke Leighton2000-03-301-5/+0
|
* Adding AIX fix into TNG. Check for compiler support for LL suffix on long ↵Jeremy Allison2000-03-301-0/+1
| | | | | | long ints. Jeremy.
* oops! getopt was causing grief for make proto.Luke Leighton2000-03-302-4/+3
|
* From johanh@fusion.kth.se Thu Mar 30 09:42:56 2000Luke Leighton2000-03-301-0/+1
| | | | | | | | | | | | | | | | | | | Date: Wed, 29 Mar 2000 17:20:28 +0200 (MET DST) From: Johan Hedin <johanh@fusion.kth.se> To: samba-patches@samba.org Cc: lkcl@samba.org Subject: Patch for broken AFS renewable ticket support in Samba TNG Hi In the latest CVS version of SAMBA_TNG, the AFS renewable ticket support is broken due to that some parts of the configure.in regarding the Kerberos inconsistenty between KTH-KRB and Solaris 2.6 disapeared. The following patch will put it back in again. Regards Johan Hedin
* This commit was manufactured by cvs2svn to create branch 'SAMBA_TNG'.cvs2svn Import User2000-03-291-0/+86
|\
| * Added check for LL suffix to long long ints needed by AIX 4.3.x compilerJeremy Allison2000-03-291-0/+1
| | | | | | | | | | to allow successful build. Jeremy.
| * rewrote getprinterdriver level 3, now correctly handle the dependentJean-François Micouleau2000-03-292-10/+12
| | | | | | | | | | | | | | | | files. A number of memleak fixed some error return values fixed. J.F.
| * changed the definition of dos_PutUniCodeAndrew Tridgell2000-03-271-1/+1
| | | | | | | | | | | | | | | | | | the previous definition could result is us overflowing a buffer. The null termination was always added yet the size returned did not include the null termination. the new function takes a BOOL null_terminate, and always returns the total number of bytes consumed by the string.
| * the final part of the nmbd merge between head and tng - this gets theAndrew Tridgell2000-03-272-343/+344
| | | | | | | | GETDC stuff sorted out
| * moved nmblib-specific code from util.c to nmblib.c.Luke Leighton2000-03-271-344/+343
| |
| * Correctly convert from little-endian UNICODE to dos_codepage when doingJeremy Allison2000-03-221-16/+18
| | | | | | | | | | secure file create. Jeremy.
| * acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison2000-03-223-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | include/byteorder.h: Added alignment macros. include/nameserv.h: Added defines for msg_type field options - from rfc1002. lib/time.c: Typo fix. lib/util_unistr.c: Updates from UNICODE branch. printing/nt_printing.c: bzero -> memset. smbd/connection.c: Added check for UT_SYSLEN for utmp code. Other fixes : Rollback of unapproved commit from Luke. Please *ask* next time before doing large changes to HEAD. Jeremy.
| * Fixes to add "paranoid" option to popen. Checks some basic things.Jeremy Allison2000-03-161-1/+1
| | | | | | | | Jeremy
| * include/smb.h:Jeremy Allison2000-03-131-0/+3
| | | | | | | | | | | | | | | | smbd/negprot.c: smbd/reply.c: Fixes to recognise Win2k. param/loadparm.c: Put debug timestamp parameter back to correct default. smbd/nttrans.c: Fix to detect Win2k unicode bug with transact create. Jeremy.
| * oops ! forgot smb.h in last commitJean-François Micouleau2000-03-133-0/+14
| | | | | | | | | | | | added info level 1 parsing code for addprinter(ex) J.F.
| * parse correctly getprinterdriver2Jean-François Micouleau2000-03-132-6/+8
| | | | | | | | | | | | | | | | | | found a stupid bug in enumprinters fixed some memleaks found a coredump in enumprinterdata getprinterdriverdir responds correctly now. J.F.
| * Cleaned up unused variables, returns from non-void functions etc.Shirish Kalele2000-03-101-5/+1
| |
| * Fixups for compiles with gcc flags -Wall -Wshadow -Wstrict-prototypes ↵Jeremy Allison2000-03-103-33/+22
| | | | | | | | | | | | | | -Wpointer-arith -Wcast-qual Partially implemented rpc daemon redirect (needs more work). Jeremy.
| * you know, when you do a cvs commit, you _really_ expect it to actually work.Luke Leighton2000-03-102-24/+34
| | | | | | | | this explains why j-f wasn't happy.
| * getprinter level 0: was to short, found most of the fields, undocumented,Jean-François Micouleau2000-03-105-52/+82
| | | | | | | | | | | | | | | | | | undecoded, nothing in MSDN, but now it works :-) cleanup of error codes. fixed some dfs declarations function. J.F.
| * indent went wrong. grr.Luke Leighton2000-03-101-226/+357
| |
| * Big update moving the multi-pdu support from 2.0.x into HEAD for JFJeremy Allison2000-03-096-49/+115
| | | | | | | | | | | | | | | | | | | | | | | | and the printer functions. Also tidied up some header includes and got the order right so you can now do a : make proto make clean make Jeremy.
| * dded Microsoft Dfs services.Shirish Kalele2000-03-086-1/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * added a new msdfs/ directory under source/ * added msdfs sources under this directory. * modified configure setup to add a --with-msdfs configure time option Modified Files: Makefile.in acconfig.h configure configure.in include/config.h.in include/includes.h include/proto.h include/smb.h include/smb_macros.h param/loadparm.c smbd/negprot.c smbd/nttrans.c smbd/process.c smbd/reply.c smbd/server.c smbd/trans2.c Added Files: include/msdfs.h msdfs/README msdfs/msdfs.c msdfs/msdfs_tdb.c msdfs/parse_dfs_map.c ----------------------------------------------------------------------
| * Enumprinters level 1: reply *exactly* like an NT serverJean-François Micouleau2000-03-071-0/+1
| | | | | | | | | | | | BTW, found a little memleak in it. J.F.
| * fixed enumprinterdata.Jean-François Micouleau2000-03-071-1/+8
| | | | | | | | J.F.
| * changed prs_unistr to parse empty and non-empty strings the same way.Jean-François Micouleau2000-03-062-15/+18
| | | | | | | | | | | | | | | | | | | | | | | | fixed typo in SPOOLSS_SYNT some cleanup of unused functions wrote make_spoolss_enumprinter and make_spoolss_openprinterex for rpcclient as I'm trying to keep in sync the parsing code between HEAD and TNG. Will commit changes to TNG after lunch. J.F.
| * Fixes from Luke, back-ported from TNG to Win2k. Correctly return FAULT_PDU onJeremy Allison2000-02-292-0/+11
| | | | | | | | | | unknown rpc calls. Win2k now correctly shows the owners of files. Jeremy.
| * Fixes for strange Win2K attempts to auto-inherit ACLs.Jeremy Allison2000-02-291-0/+11
| | | | | | | | Jeremy.