summaryrefslogtreecommitdiffstats
path: root/source/include
Commit message (Expand)AuthorAgeFilesLines
...
* | Makefile.in: Implemented andrej's private and swat file changes.Jeremy Allison1998-12-011-0/+12
* | I have done the evil thing :-).Jeremy Allison1998-11-261-2/+5
* | Makefile.in: Added 'maintainer mode' fixes.Jeremy Allison1998-11-251-0/+4
* | In my changes prevously to the dos_xxx calls I missed dos_readdir andJeremy Allison1998-11-251-1/+2
* | Added lib/doscalls.c : This file collects all the calls that use dos_to_unix()Jeremy Allison1998-11-242-20/+30
* | preparing for release of 2.0.0beta2Samba Release Account1998-11-231-1/+1
* | Changed samba.anu.edu.au -> samba.orgJeremy Allison1998-11-231-1/+2
* | cconfig.h configure configure.in include/config.h.in: Changed autoconf to be ...Jeremy Allison1998-11-201-0/+8
* | Fixed stupid blunder where I moved getpwanam to getpwnam. Ooops.Jeremy Allison1998-11-201-2/+2
* | Makefile.in: Added passing of CPPFLAGS into Makefile.Jeremy Allison1998-11-191-2/+2
* | smbd/nttrans.c: Added 'only print once' semantics for unimplemented NT SMB ca...Jeremy Allison1998-11-191-0/+1
* | Fixes for autoconf on HPUX. Includes ANSI -Ae flag test for HPUXJeremy Allison1998-11-191-0/+1
* | Changes to make the default prefix /usr/local/samba - as it was in 1.9.18p10.Jeremy Allison1998-11-191-0/+1
* | Added auto detection of the (broken IMHO) typedefs for int32 and uint32Jeremy Allison1998-11-192-34/+47
* | Added some of the fixes needed for OSF1 (Digital UNIX).Jeremy Allison1998-11-182-0/+13
* | Added fixes to stop HAVE_NETGROUPS being defined on systems thatJeremy Allison1998-11-182-1/+10
* | Fixed the modtime bug that Andrej <borsenkow.msk@sni.de> was moaningJeremy Allison1998-11-171-0/+1
* | Tidied up many string functions with const & size_t.Jeremy Allison1998-11-171-21/+21
* | Changed (most) open()/fopen()/creat()/mmap() calls to use sys_XXX() instead.Jeremy Allison1998-11-172-1/+11
* | Moved PRINTCAP_NAME into includes to allow it to be tuned perJeremy Allison1998-11-172-4/+3
* | Added fixes from HEAD into 2.0 branch.Jeremy Allison1998-11-163-2/+5
|/
* - new prototypesAndrew Tridgell1998-11-141-1/+1
* Removed acconfig.h configure configure.in include/config.h.in: Made smbwrappe...Jeremy Allison1998-11-142-1/+2
* Change to beta1.Jeremy Allison1998-11-131-1/+1
* Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...Jeremy Allison1998-11-134-4/+21
* reverted includes change for FreeBSD as it breaks IRIXAndrew Tridgell1998-11-131-1/+0
* oops - ZERO_STRUCTP() issues again...Luke Leighton1998-11-131-4/+1
* ZERO_STRUCTP does not check argument for NULL.Luke Leighton1998-11-131-1/+4
* fixes for OSF1 compilationAndrew Tridgell1998-11-131-0/+1
* include/smb.h: Re-added zero pointer protection to ZERO_STRUCTP.Jeremy Allison1998-11-131-3/+1
* security descriptorsLuke Leighton1998-11-133-20/+10
* Removed code that used printf/fprintf in password changin libraries.Herb Lewis1998-11-121-2/+5
* security descriptors.Luke Leighton1998-11-124-22/+44
* .cvsignore: Removed old entries.Herb Lewis1998-11-121-0/+9
* include/kanji.h include/proto.h lib/kanji.c: Added const parameters in string...Jeremy Allison1998-11-121-4/+4
* jean-f. sent me some S-1-3-0,1,2,3 SIDs and names. S-1-3 doesn't exist.Luke Leighton1998-11-121-2/+3
* cleaning up conflicts between group code not yet committed andLuke Leighton1998-11-121-6/+18
* security descriptors and registry.Luke Leighton1998-11-121-1/+1
* extracted the password change code from smbpasswd and used it in swatAndrew Tridgell1998-11-121-0/+11
* largely rewrote smbpasswd so that the code is understandable. ThisAndrew Tridgell1998-11-122-14/+14
* Moved some code (NTLMSSPcalc) out of smbdes and inline for paranioaJeremy Allison1998-11-121-1/+0
* Added the security changes suggested by Andrew - become theJeremy Allison1998-11-121-0/+1
* changed is_root() to am_root() to prevent clash with variable names.Andrew Tridgell1998-11-111-1/+1
* rpc_server/srv_netlog.c: Fixed crash bug with ACB_PWNOTREQ.Jeremy Allison1998-11-111-0/+2
* security descriptor info, provided by jean-francoisLuke Leighton1998-11-113-13/+64
* clearing up security descriptorLuke Leighton1998-11-113-15/+13
* changed syntax of registry commands so keys can start with HKLM or HKU.Luke Leighton1998-11-113-9/+12
* registry delete value command: "regdeleteval".Luke Leighton1998-11-112-1/+26
* renamed unk_1b to flush_keyLuke Leighton1998-11-112-11/+11
* - renamed open_policy to open_hklm.Luke Leighton1998-11-112-22/+32