summaryrefslogtreecommitdiffstats
path: root/source3/include
Commit message (Expand)AuthorAgeFilesLines
...
* | Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison2001-11-032-3/+5
* | Added many more defines in service category, user category and othersSteve French2001-11-031-0/+26
* | This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett2001-10-312-33/+24
* | Added some extra fields to the auth_serversupplied_info structure.Tim Potter2001-10-311-0/+5
* | Fix up smbpasswd -e/-d so that it doesn't change the password under you anyAndrew Bartlett2001-10-301-0/+1
* | This commit is number 2 of 4.Andrew Bartlett2001-10-291-7/+0
* | Add popt for parsing commandline optionsJim McDonough2001-10-232-1/+6
* | a quick fix to get rpcclient working again. This just disablesAndrew Tridgell2001-10-221-0/+1
* | - fixed link order of krb5 libsAndrew Tridgell2001-10-221-6/+0
* | Converted a bunch of 0x85 constants to SMBkeepalive.Tim Potter2001-10-201-0/+1
* | Move from timestamp to gen count file id's for finding oplocked filesJeremy Allison2001-10-201-20/+23
* | Ensure we mask off deny modes correctly on being set (this shouldn't haveJeremy Allison2001-10-191-1/+1
* | Added include guards around file.Jeremy Allison2001-10-191-0/+4
* | Add rap.h for net utility and libsmbJim McDonough2001-10-191-0/+2
* | Add header for common RAP definitionsJim McDonough2001-10-191-0/+478
* | Restored old Bmpx code - actually used by OS/2.Jeremy Allison2001-10-192-0/+13
* | the beginnings of kerberos support in smbd. It doesn't work yet, butAndrew Tridgell2001-10-181-0/+4
* | added basic NTLMSSP support in smbd. This is still quite rough, andAndrew Tridgell2001-10-171-0/+6
* | very simple asynchronous "lpq" thread patchJean-François Micouleau2001-10-161-0/+1
* | forgot to add intl.hAndrew Tridgell2001-10-141-0/+25
* | the next step in the intl changeover. This should get us compiling agian,Andrew Tridgell2001-10-142-52/+1
* | Moved to rpcclient subdirectory.Tim Potter2001-10-121-33/+0
* | Some old stuff hanging around since the CIFS conference. Big cleanup ofTim Potter2001-10-121-1/+0
* | moved some OIDs to the ASN.1 headerAndrew Tridgell2001-10-121-0/+6
* | added NTLMSSP authentication to libsmb. It seems to work well so I have enabl...Andrew Tridgell2001-10-122-1/+2
* | added a ASN.1 parser, so now I can properly parse the negTokenInitAndrew Tridgell2001-10-111-0/+4
* | first step in converting the head branch to use lang_tdb.c insteadAndrew Tridgell2001-10-111-64/+0
* | profile.h is now known as smbprofile.h due to a conflict with badlyAndrew Tridgell2001-10-111-461/+0
* | initial kerberos/ADS/SPNEGO support in libsmb and smbclient. ToAndrew Tridgell2001-10-116-3/+518
* | Move CLI_POLICY_HND to be internal to winbindd.Tim Potter2001-10-051-9/+0
* | removed old unused filesAndrew Tridgell2001-10-032-10730/+0
* | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-1/+0
* | Added copyright (not sure who owns it though) and #include guards.Tim Potter2001-10-021-0/+25
* | Added copyright and include guards.Tim Potter2001-10-021-1/+23
* | - fix handling of 0 last_change_time and must_change_timeAndrew Tridgell2001-10-011-0/+3
* | Make header comment clearer, these are RIDs, not UIDs.Andrew Bartlett2001-09-301-2/+3
* | Finally kill off the SMBENCRYPT() macro.Andrew Bartlett2001-09-301-2/+0
* | Fixed CUPS detection - patch from Michael Sweet.Jeremy Allison2001-09-281-3/+3
* | Fixup passdb stuff to add new nisplus and ldap backends.Jeremy Allison2001-09-251-11/+70
* | fixed the really awful performance problem with the stat cache when itAndrew Tridgell2001-09-251-1/+1
* | added a little smbtorture test for dumping the unicode table of aAndrew Tridgell2001-09-251-1/+1
* | Added SWAT i18n feature:Motonobu Takahashi2001-09-242-0/+72
* | fixed the Makefile so we don't rebuild libsmbclient and build_env.hAndrew Tridgell2001-09-221-1/+1
* | These are RIDs not Unix UIDs so make this clear in the feild names.Andrew Bartlett2001-09-221-2/+2
* | Attempt to make quotas work with RH7.1, and with other Linuxen... This isJeremy Allison2001-09-211-0/+2
* | Reran autoconf, autoheaderAndrew Bartlett2001-09-191-0/+10
* | Add the ability to display Samba's build options with smbd -b and as a level 4Andrew Bartlett2001-09-191-0/+1
* | Correct fix for unaligned memcpy - malloc'ed memory incremented by sizeof(str...Jeremy Allison2001-09-181-1/+4
* | Use structure copy to fix unaligned accesses on 64bit architectures onJeremy Allison2001-09-181-1/+1
* | introduce SAFE_FREE() macro as suggested by andreas moroder.Simo Sorce2001-09-171-0/+3