summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-02-15Fix *a lot* of syntax errorsJelmer Vernooij1-49/+94
2003-02-15Move our NTLMSSP client code into ntlmssp.c. The intention is to provide aAndrew Bartlett7-128/+459
2003-02-15Use more portable @SHLIBEXT@ instead of .soJelmer Vernooij1-1/+1
2003-02-15Remove obsolete file lib/netatalk.c - We have a VFS module nowJelmer Vernooij3-159/+0
2003-02-15Patch based on work by Michael Steffens <michael_steffens@hp.com> to wrapJeremy Allison1-65/+107
2003-02-15Add reference to example mysql.dump fileJelmer Vernooij1-0/+13
2003-02-15Antti Andreimann <Antti.Andreimann@mail.ee> has done some changes to enableAndrew Bartlett13-181/+475
2003-02-15Move our NTLMSSP code into easily seperated peices, not relying on the wholeAndrew Bartlett4-327/+353
2003-02-14Oops, forgot the header file changes.Andrew Bartlett1-0/+1
2003-02-14NTLMSSP parinoia - we really don't want to run over the end of our blob,Andrew Bartlett2-14/+46
2003-02-14Ensure that only parse_prs.c access internal members of the prs_struct.Jeremy Allison11-79/+118
2003-02-14off by one bug in string length; CR 1159Gerald Carter1-1/+1
2003-02-14Put dynrpc modules as part of make all, when specified in configure.Jim McDonough1-4/+6
2003-02-14Further extract our NTLMv2 code into smbencrypt.c, prior to merge into ourAndrew Bartlett2-32/+51
2003-02-14DocMartin Pool1-1/+5
2003-02-14Simplify some return values in gencache functions:Tim Potter1-5/+5
2003-02-14Fix for trusted domains scan not working inspired by Ken Cross.Tim Potter2-7/+8
2003-02-13A few typo fixes Andrew eventually let off to me.Rafal Szczesniak3-8/+8
2003-02-13Removed unused variable.Jeremy Allison1-1/+0
2003-02-13Fix typo in WIFSIGNALED (as per Waider's report)Alexander Bokovoy1-1/+1
2003-02-13Merge JohnR's patch.Jeremy Allison1-3/+1
2003-02-13Add FIXME about checking exit code for popen'd commands.Martin Pool1-1/+4
2003-02-13waitstatus audit: Correctly handle case where smbmnt is killed by aMartin Pool1-0/+3
2003-02-13DocMartin Pool1-1/+9
2003-02-13Update towards automatic building on dp.samba.org:Martin Pool1-5/+4
2003-02-12Added code based on Michael Steffens <michael.steffens@hp.com> uid/gidJeremy Allison1-1/+205
2003-02-12Fixes for HPUX only having limited POSIX lock range from Michael Steffens <mi...Jeremy Allison2-14/+9
2003-02-12adding more descriptions for nt status codesGerald Carter1-1/+66
2003-02-12Match Samba 2.2 by chosing the correct desired access, and getting cupsaddsmbAndrew Bartlett1-1/+1
2003-02-12initial server side privileges implementation, using a tdb. This needs to be ...Andrew Tridgell4-7/+375
2003-02-12Prevent NULL-pointer induced segfaults.Andrew Bartlett1-4/+4
2003-02-12Correctly return access denied on share mode deny when we can't open theJeremy Allison1-3/+19
2003-02-12setup the %U substitution in winbindd for the homedir templateAndrew Tridgell1-0/+1
2003-02-12add a note about relative opens with blank paths - its a re-open!Andrew Tridgell1-0/+10
2003-02-12add a note about a better method for finding netbios name of workgroupAndrew Tridgell1-0/+7
2003-02-12pull_ucs2_talloc() should pull to a char**, not a void**Andrew Tridgell1-2/+2
2003-02-11removed a duplicate copy of smb_io_sid_array()Andrew Tridgell1-46/+0
2003-02-11added server stubs for lsa_enum_acct_with_rightAndrew Tridgell4-0/+147
2003-02-11Patch from Anthony Liguori <aliguor@us.ibm.com> to remove scandir() portabilityAndrew Bartlett1-16/+15
2003-02-11remove trailing 'a' from VFS_MODULES targets...fix buildJim McDonough1-1/+1
2003-02-11Fixup delete on close torture.Jeremy Allison1-10/+4
2003-02-11Fix delete on close semantics to match W2K. I (think:-) I understand it now :-).Jeremy Allison2-45/+46
2003-02-11Fix the msdfs proxy handling code in dfsenum to return the cumulative number ofShirish Kalele1-1/+1
2003-02-10autogen - cope with autoconf-2.53/2.13 systems (like RH 7.3)Gerald Carter2-6/+23
2003-02-10Fix a mistake spotted by MetzeRichard Sharpe1-1/+1
2003-02-10Clean up our NTLMv2 code by moving the grunt work into a helper function.Andrew Bartlett2-41/+34
2003-02-10added the 'lsaenumacctwithright' command to rpcclient. This allows youAndrew Tridgell6-5/+243
2003-02-10As metze mentioned, this is the proper way to find perl...Andrew Bartlett2-1/+2
2003-02-10perl might not be in /usr/bin/perl, so try and find it in the path.Andrew Bartlett1-1/+1
2003-02-10Use safe_strcpy() instead of pstrcpy() for malloced strings.Andrew Bartlett1-1/+3