summaryrefslogtreecommitdiffstats
path: root/source3/include
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Start pushing the NTSTATUS stuff out to the wire for session setups.Andrew Bartlett2001-09-161-0/+1
* | Fixed up Solaris 64 bit configure.Jeremy Allison2001-09-151-1/+2
* | merges from 2.2Gerald Carter2001-09-141-1/+1
* | Removed CHECK_STRUCT macro - it isn't used anywhere.Tim Potter2001-09-141-12/+0
* | Oops.Tim Potter2001-09-141-1/+1
* | Discovered a whole lot more opcodes on the LSA pipe while writing a rpcTim Potter2001-09-131-6/+38
* | Some patches to authentication:Tim Potter2001-09-121-2/+2
* | - enable MSDFS by default, there seems no reason not to have it enabledAndrew Tridgell2001-09-122-10/+1
* | Moved and renamed DFS error constants from include/rpc_dfs.h to doserr.h toTim Potter2001-09-122-16/+17
* | declare dbf in one spotAndrew Tridgell2001-09-103-1/+7
* | added xfileAndrew Tridgell2001-09-101-0/+44
* | replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell2001-09-102-1/+2
* | fixed missing const on d_printf declarationAndrew Tridgell2001-09-091-3/+3
* | convert more code to using d_printfAndrew Tridgell2001-09-081-0/+2
* | Change the description on --with-pam_smbpass to make it clearer - some peopeAndrew Bartlett2001-09-071-2/+22
* | added "display charset" option in smb.conf, along with d_printf()Andrew Tridgell2001-09-072-0/+26
* | got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell2001-09-061-1/+0
* | - fixed proto.h build on systems using a parallel makeAndrew Tridgell2001-09-061-0/+3
* | Removed 18 duplicate #undef entries.Tim Potter2001-09-061-21/+0
* | Annotated definition of NEW_PW_FORMAT_SPACE_PADDED_LEN constant.Tim Potter2001-09-061-1/+3
* | add profiling stats from 2.2Herb Lewis2001-09-051-1/+51
* | added filename to error_packet()Andrew Tridgell2001-09-051-4/+4
* | fixed a bunch of compilation errors on Solaris, mostly people getting NSS_STA...Andrew Tridgell2001-09-051-34/+1
* | Merge of transfer file code from 2.2, fix for readbraw.Jeremy Allison2001-09-041-2/+2
* | it now all compiles - so try enabling it by default and see what explodes on ...Andrew Tridgell2001-09-041-2/+2
* | the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-047-55/+57