summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
2001-10-31Added some extra fields to the auth_serversupplied_info structure.Tim Potter1-0/+5
2001-10-30Fix up smbpasswd -e/-d so that it doesn't change the password under you anyAndrew Bartlett1-0/+1
2001-10-29This commit is number 2 of 4.Andrew Bartlett1-7/+0
2001-10-23Add popt for parsing commandline optionsJim McDonough2-1/+6
2001-10-22a quick fix to get rpcclient working again. This just disablesAndrew Tridgell1-0/+1
2001-10-22- fixed link order of krb5 libsAndrew Tridgell1-6/+0
2001-10-20Converted a bunch of 0x85 constants to SMBkeepalive.Tim Potter1-0/+1
2001-10-20Move from timestamp to gen count file id's for finding oplocked filesJeremy Allison1-20/+23
2001-10-19Ensure we mask off deny modes correctly on being set (this shouldn't haveJeremy Allison1-1/+1
2001-10-19Added include guards around file.Jeremy Allison1-0/+4
2001-10-19Add rap.h for net utility and libsmbJim McDonough1-0/+2
2001-10-19Add header for common RAP definitionsJim McDonough1-0/+478
2001-10-19Restored old Bmpx code - actually used by OS/2.Jeremy Allison2-0/+13
2001-10-18the beginnings of kerberos support in smbd. It doesn't work yet, butAndrew Tridgell1-0/+4
2001-10-17added basic NTLMSSP support in smbd. This is still quite rough, andAndrew Tridgell1-0/+6
2001-10-16very simple asynchronous "lpq" thread patchJean-François Micouleau1-0/+1
2001-10-14forgot to add intl.hAndrew Tridgell1-0/+25
2001-10-14the next step in the intl changeover. This should get us compiling agian,Andrew Tridgell2-52/+1
2001-10-12Moved to rpcclient subdirectory.Tim Potter1-33/+0
2001-10-12Some old stuff hanging around since the CIFS conference. Big cleanup ofTim Potter1-1/+0
2001-10-12moved some OIDs to the ASN.1 headerAndrew Tridgell1-0/+6
2001-10-12added NTLMSSP authentication to libsmb. It seems to work well so I have enabl...Andrew Tridgell2-1/+2
2001-10-11added a ASN.1 parser, so now I can properly parse the negTokenInitAndrew Tridgell1-0/+4
2001-10-11first step in converting the head branch to use lang_tdb.c insteadAndrew Tridgell1-64/+0
2001-10-11profile.h is now known as smbprofile.h due to a conflict with badlyAndrew Tridgell1-461/+0
2001-10-11initial kerberos/ADS/SPNEGO support in libsmb and smbclient. ToAndrew Tridgell6-3/+518
2001-10-05Move CLI_POLICY_HND to be internal to winbindd.Tim Potter1-9/+0
2001-10-03removed old unused filesAndrew Tridgell2-10730/+0
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-1/+0
2001-10-02Added copyright (not sure who owns it though) and #include guards.Tim Potter1-0/+25
2001-10-02Added copyright and include guards.Tim Potter1-1/+23
2001-10-01- fix handling of 0 last_change_time and must_change_timeAndrew Tridgell1-0/+3
2001-09-30Make header comment clearer, these are RIDs, not UIDs.Andrew Bartlett1-2/+3
2001-09-30Finally kill off the SMBENCRYPT() macro.Andrew Bartlett1-2/+0
2001-09-28Fixed CUPS detection - patch from Michael Sweet.Jeremy Allison1-3/+3
2001-09-25Fixup passdb stuff to add new nisplus and ldap backends.Jeremy Allison1-11/+70
2001-09-25fixed the really awful performance problem with the stat cache when itAndrew Tridgell1-1/+1
2001-09-25added a little smbtorture test for dumping the unicode table of aAndrew Tridgell1-1/+1
2001-09-24Added SWAT i18n feature:Motonobu Takahashi2-0/+72
2001-09-22fixed the Makefile so we don't rebuild libsmbclient and build_env.hAndrew Tridgell1-1/+1
2001-09-22These are RIDs not Unix UIDs so make this clear in the feild names.Andrew Bartlett1-2/+2
2001-09-21Attempt to make quotas work with RH7.1, and with other Linuxen... This isJeremy Allison1-0/+2
2001-09-19Reran autoconf, autoheaderAndrew Bartlett1-0/+10
2001-09-19Add the ability to display Samba's build options with smbd -b and as a level 4Andrew Bartlett1-0/+1
2001-09-18Correct fix for unaligned memcpy - malloc'ed memory incremented by sizeof(str...Jeremy Allison1-1/+4
2001-09-18Use structure copy to fix unaligned accesses on 64bit architectures onJeremy Allison1-1/+1
2001-09-17introduce SAFE_FREE() macro as suggested by andreas moroder.Simo Sorce1-0/+3
2001-09-16Start pushing the NTSTATUS stuff out to the wire for session setups.Andrew Bartlett1-0/+1
2001-09-15Fixed up Solaris 64 bit configure.Jeremy Allison1-1/+2
2001-09-14merges from 2.2Gerald Carter1-1/+1