summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'samba'.samba-misc-tags/sambacvs2svn Import User1997-10-10254-94730/+0
|
* This is the ubiqx binary tree and linked list library.Christopher R. Hertel1997-10-108-0/+3912
| | | | | This library is being included as part of the Samba distribution. (Hurray!)
* After generating some discussion, listening to the opinions, and thinkingChristopher R. Hertel1997-10-104-2365/+0
| | | | | about it for a while, I've decided to move the tree & list code into a separate subdirectory.
* After generating some discussion, listening to the opinions, and thinkingChristopher R. Hertel1997-10-104-1587/+0
| | | | | it over, I've decided to move the tree & list code into a subdirectory. CRH
* corrected paragraph giving the impression that samba can be a domain masterLuke Leighton1997-10-101-74/+76
| | | | for multiple workgroups.
* fixed the log wrapping bug.Andrew Tridgell1997-10-101-12/+17
| | | | | | | | This is a very nasty bug that I think explains quite a few intermittent problems people have been having with Samba. It may be worth checking on other cases where errno can be overwritten by seemingly innocuous things (in this case a DEBUG() line)
* nmblookup.c: Added -A ability to do status on ip address.Jeremy Allison1997-10-103-21/+72
| | | | | | | | smb.h: Added defines we will need for NT SMB calls. trans2.c: Fixed SMB_QUERY_FILE_ALT_NAME_INFO return - this is only for short name returns (and only used when you negotiate NT SMB calls to boot !). Jeremy (jallison@whistle.com)
* Added in oplock info.Jeremy Allison1997-10-091-12/+27
| | | | Jeremy (jallison@whistle.com)
* Added definition of oplocks parameter.Jeremy Allison1997-10-091-0/+18
| | | | Jeremy (jallison@whistle.com)
* local.h: Fix spelling mistake :-).Jeremy Allison1997-10-095-6/+17
| | | | | | | | namedbsubnet.c: Stop registering 1x name unless we can be a local master. reply.c: Remove ERRbaddirectory code. server.c: Remove abort() - use exit_server() instead. trans2.c: Remove ERRbaddirectory code. Jeremy (jallison@whistle.com)
* added #ifdef NTDOMAIN. added call to api_ntLsarpc instead of api_LsarpcLuke Leighton1997-10-093-981/+11
| | | | in ipc.c iff NTDOMAIN is defined.
* moved the array macros outside of the CAREFUL_ALIGNMENT define.Luke Leighton1997-10-091-2/+9
|
* pipes.c:Luke Leighton1997-10-092-82/+1131
| | | | | | | | added api_ntlsarpcTNP() function. hooray! smb.h: added LSA #defines needed by above function.
* credentials.c:Luke Leighton1997-10-096-13/+224
| | | | | | | | | | | | | | | | | | | | | | use UTIME structure (defined and commented in smb.h to be time, secs, since 01jan1970) pipes.c: another sub-function. util.c: added char *unistr2(uint16 *buff) function. same as unistr except it takes uint16* instead of char*. smbparse.c smb.h: more structure sorting. proto.h: the usual.
* JHT ===> Added smbadduser contributed by Mike Zakharoff.John Terpstra1997-10-091-0/+74
|
* an implementation of the NT domain credentials protocolAndrew Tridgell1997-10-091-0/+101
|
* bracket some macrosAndrew Tridgell1997-10-095-11/+15
| | | | | | | | change MAX_PASSWORD_LENGTH to MAX_PASS_LEN to prevent conflict on some systems add #ifdef around soft link dependent code (for systems that don't have soft links)
* This is my library of lists and trees. My hope is to replace all of theChristopher R. Hertel1997-10-098-0/+3952
| | | | | | | | | hard coded linked lists that are currently used in Samba with calls to these modules. This should make the code simpler, smaller, and (I hope) faster. The tree code, in particular, should speed up processing where large lists are involved. Chris -)-----
* Put in fix for read-prediction extending files bug. Hard to test, can'tJeremy Allison1997-10-081-13/+26
| | | | | get read-prediction to happen :-). Jeremy (jallison@whistle.com)
* added a dummy function (space in front so make proto doesn't pick it up)Luke Leighton1997-10-081-1008/+20
| | | | | | to call the unused static functions in pipes.c. avoids need to move #if UNDEFINED_NTDOMAIN about, to stop compiler warnings while code is being developed, but might be released as-is.
* Makefile: Split definitions for SGI4,5,6.Jeremy Allison1997-10-084-6/+167
| | | | | | | | includes.h: Split definitions for SGI4,5,6. pipes.c: Moved Luke's #ifdef to remove warnings. quotas.c: Two changes for FreeBSD and SGI. server.c: Quota changes for large filesystems. Jeremy (jallison@whistle.com)
* added api_lsa_lookup_sids() functionLuke Leighton1997-10-081-3/+1071
|
* loadparm.c proto.h:Luke Leighton1997-10-085-5/+150
| | | | | | | | | | | | added lp_domainsid() lsaparse.c smb.h: debugging structures and parsing functions pipes.c: finally got to the functions that will go into the RPC switch statement.
* updating lsaparse.c and smbparse.c in line with changes to pipes.c and smb.hLuke Leighton1997-10-083-16/+9
| | | | from yesterday.
* ipc.c: Added ERROR_MORE_DATA error if client buffer too small.Jeremy Allison1997-10-082-3/+12
| | | | | | server.c: Allow admin_user on read only shares. I think this is safe but it needs looking at. Jeremy (jallison@whistle.com)
* I rewrote the name_mangle() and name_len().Christopher R. Hertel1997-10-071-46/+65
| | | | | | The interface is the same, but I've simplified the code a bit and added a few comments. I tested the changes and the output is the same as that produced by the original (at least, it was in all of my tests). CRH
* locking.c: Added fix for race condition in slow share mode code.Jeremy Allison1997-10-076-30/+93
| | | | | | | | | lsaparse.c: #ifdef'ed out code so this will compile - LUKE PLEASE CHECK THIS. pipes.c: #ifdef'ed out code so this will compile - LUKE PLEASE CHECK THIS. server.c: Fixed last known oplock race condition. smb.h: Re-removed USE_OPLOCK defines - someone checked in an old version. smbparse.c: #ifdef'ed out code so this will compile - LUKE PLEASE CHECK THIS. Jeremy (jallison@whistle.com)
* pipes.c:Luke Leighton1997-10-073-23/+191
| | | | | | | | | | | | more static unused functions in pipes.c for the LSA RPC stream. smb.h: corrections and altercations over the documentation lsaparse.c: reflecting alterations in LSA structures...
* JHT ==> Fixing blocksize argument. Patch by: Llyod WhitemanJohn Terpstra1997-10-071-1/+1
| | | | <lwhitman@stm2.nrl.navy.mil>
* pipes.c:Luke Leighton1997-10-075-18/+285
| | | | | | | | | | some routines to create LSA RPC packets. none of them are used. lsaparse.c: smbparse.c: smb.h: more tidy-up.
* increase the debug level in the "added interface" debug lineAndrew Tridgell1997-10-071-3/+3
|
* get rid of SIGCLD_IGNORE for HPUX. A user reported it causing lotsAndrew Tridgell1997-10-071-1/+3
| | | | | | of defunct smbd processes. Andrew
* More references to samba.canberraSamba Release Account1997-10-072-4/+4
| | | | | Mental note: always commit from root directory. :^o Paul.
* Oops forgot to run the sgml converters that one last time.Samba Release Account1997-10-075-7/+7
| | | | | All done. Paul.
* Removed samba.faq from the docs directory, it was out of date. All FAQs inSamba Release Account1997-10-0714-1187/+506
| | | | | | | | | | | | | docs/faq. Replaced all reference to samba.canberra.edu.au/pub/samba/samba.html with samba.anu.edu.au/samba/ Replaced references to ictinus@lake.canberra.edu.au with ictinus@samba.anu.edu.au Added 3 new mirrors, Greece, Poland, Romania Paul.
* Finally ! Found & fixed crash bug with logging message when deletingJeremy Allison1997-10-061-1/+2
| | | | | | invalid share mode entries. Thanks to berg@wienrg.aut.alcatel.at (Dietmar Berg) for the stack backtrace. Jeremy (jallison@whistle.com)
* client.c: Changed shadowed variable.Jeremy Allison1997-10-0610-97/+21
| | | | | | | | | | | | | locking.c: Removed USE_OPLOCKS - now the default. params.c: Removed unused variable. proto.h: Updated. reply.c: Removed USE_OPLOCKS - now the default. server.c: Removed USE_OPLOCKS - now the default. smb.h: Removed USE_OPLOCKS - now the default. smbparse.c: Changed shadowed variable. status.c: Removed USE_OPLOCKS - now the default. util.c: Removed USE_OPLOCKS - now the default. Jeremy (jallison@whistle.com)
* lsaparse.c smb.h: added 32 bit "return status" to the response structures.Luke Leighton1997-10-063-92/+74
|
* Makefile: added lsaparse.c and smbparse.cLuke Leighton1997-10-064-4/+442
| | | | | lsaparse.c, smbparse.c, smb.h: more functions / structures. proto.h: the usual.
* updating lsa and smb parsing routines and structures.Luke Leighton1997-10-054-8/+155
|
* processes LSA queries and responses to/from RPC data stream into structures.Luke Leighton1997-10-051-0/+88
|
* smb.h:Luke Leighton1997-10-052-6/+403
| | | | | | | | | | | added more structures, this time for the use in the query and response of the LSA_XXXX functions. next target: the NTLOGON mailslots (10 minutes work). smbparse.c: tidying. adding some more sub-structure functions.
* proto.h:Luke Leighton1997-10-044-11/+148
| | | | | | | | | | | | | | | | | | | - recreated, as usual. smb.h: - added RPC_HDR structure - the 18 byte MSRPC header smbparse.c: - added smb_io_rpc_hdr() function to read/write the RPC_HDR structure. util.c: - added align2, align4, align_offset functions. - added skip_unicode_string, unistrcpy, unistrncpy functions. - modified unistrcpy and unistrncpy to return the number of unicode characters returned, effectively making skip_unicode_string redundant.
* added some RW_XXXX wrapper macros with an extra i/o argument, to call XXXXLuke Leighton1997-10-041-0/+49
| | | | | | | | | or SXXXX as appropriate. added some for-loop pointer macros that will do a batch of data into a (fixed length) buffer. no length validation is done in the macro itself. note: there are some CAREFUL_ALIGNMENT macros missing. i think.
* added structures readable and writeable by smbparse.c routines into and outLuke Leighton1997-10-041-0/+182
| | | | of SMB or Mailslot packets.
* packet parsing routines. for use in SMB and MailslotsLuke Leighton1997-10-041-0/+385
|
* fix some "shadows global" errors.Andrew Tridgell1997-10-041-4/+4
|
* a bit of bounds checkingAndrew Tridgell1997-10-041-0/+12
|
* a little hack to smbclient to support extracting NT error codesAndrew Tridgell1997-10-041-0/+12
|
* This is all the NT error codes less than 1000. I extracted them usingAndrew Tridgell1997-10-041-0/+505
| | | | | | | smbclient+netmon If we want to start supporting NT error codes in Samba (which may be forced upon us by buggy apps) then this is a good start.