summaryrefslogtreecommitdiffstats
path: root/source3/include
Commit message (Expand)AuthorAgeFilesLines
...
| * More signed/unsigned fixes (yes, I run with funny compiler options) andAndrew Bartlett2003-02-221-2/+2
| * Make init_module() and thus smb_load_module() return an int.Jelmer Vernooij2003-02-201-1/+1
| * Correct way to keep fucntion from proto.hJim McDonough2003-02-191-1/+1
| * Improve detection of iconv(3) for various platforms. M4 code is similar to wh...Alexander Bokovoy2003-02-191-0/+5
| * Move to a in-memory ccache for winbind, and replace setenv() properly.Andrew Bartlett2003-02-191-0/+4
| * Get non-krb systems to compile. How the heck do I keep something from being ...Jim McDonough2003-02-191-1/+1
| * Try to get heimdal working with HEAD.Jim McDonough2003-02-191-2/+3
| * Add the 'session key' output of the NTLMSSP exchange to the cli struct, soAndrew Bartlett2003-02-161-0/+4
| * * set PRINTER_ATTRIBUTE_RAW_ONLY; CR 1736Gerald Carter2003-02-151-0/+4
| * Move our NTLMSSP client code into ntlmssp.c. The intention is to provide aAndrew Bartlett2003-02-151-0/+19
| * Remove obsolete file lib/netatalk.c - We have a VFS module nowJelmer Vernooij2003-02-151-3/+0
| * Antti Andreimann <Antti.Andreimann@mail.ee> has done some changes to enableAndrew Bartlett2003-02-151-0/+3
| * Oops, forgot the header file changes.Andrew Bartlett2003-02-141-0/+1
| * A few typo fixes Andrew eventually let off to me.Rafal Szczesniak2003-02-131-3/+3
| * added the 'lsaenumacctwithright' command to rpcclient. This allows youAndrew Tridgell2003-02-102-1/+33
| * Some cleanups:Andrew Bartlett2003-02-101-0/+2
| * (only for HEAD at the moment).Andrew Bartlett2003-02-091-1/+1
| * ignore config.h.in in cvs as generated by autoheaderAndrew Tridgell2003-02-061-0/+1
| * Remove configure and config.h.in from CVS.Andrew Bartlett2003-02-061-1894/+0
| * added the LSA privileges server backend stubs. Right now they just logAndrew Tridgell2003-02-061-2/+0
| * We now have client-side SMB signing support!Andrew Bartlett2003-02-011-0/+1
| * Bitmap offsets and counts are always positive.Andrew Bartlett2003-02-011-1/+1
| * Sync up with 3.0 heimdal.Jeremy Allison2003-01-301-0/+8
| * Fix kerberos compile after the tpot massicre :-).Jeremy Allison2003-01-301-1006/+1115
| * Fix for interesting resource constraint condition. When all opens areJeremy Allison2003-01-301-1/+3
| * added LsaRemoveAccountRightsAndrew Tridgell2003-01-281-3/+20
| * cleaned up the lsa_enum_acct_rights function and added aAndrew Tridgell2003-01-282-8/+23
| * Factor out common code in the NTLMSSP/SPNEGO code.Andrew Bartlett2003-01-281-0/+4
| * Commit just a little more infrastructure for HAVE_GETDIRENTRIESRichard Sharpe2003-01-241-1/+1
| * At the prompting, start to add infrastructure to detect the presence ofRichard Sharpe2003-01-241-0/+3
| * Fixup proto generation to not include krb5 specific symbolsJeremy Allison2003-01-211-0/+3
| * More fixes getting us closer to full Heimdal compile....Jeremy Allison2003-01-211-0/+6
| * Merge in more of the SuSE patches for Heimdal. These changes show howJeremy Allison2003-01-192-0/+21
| * Enable dynamic loading of RPC modules. See docs/textdocs/RPC_PLUGGIN.txt for...Jim McDonough2003-01-172-1049/+999
| * Fixed up mutex protection around winbindd logon code. Sync with APP-HEAD.Jeremy Allison2003-01-161-0/+8
| * Updates to the NTLMSSP code again - moving the base64 decode fuctionality outAndrew Bartlett2003-01-161-2/+4
| * More Heimdal changes. Still not compiling with Heimdal yet...Jeremy Allison2003-01-162-0/+7
| * Fist part of fixes to make us compile with Heimdal. Don't explicitlyJeremy Allison2003-01-162-1/+11
| * small merges from SAMBA_3_0; mostly typos, renames, etc...Gerald Carter2003-01-151-1/+0
* | Merge in the developer string options from HEAD. We need to ensure 3.0Jeremy Allison2003-03-181-23/+141
* | Merge from HEAD:Andrew Bartlett2003-03-171-2/+2
* | Merge from HEAD:Andrew Bartlett2003-03-171-0/+7
* | Merge from HEAD:Andrew Bartlett2003-03-171-0/+3
* | Merge from HEAD - sync up SessionSetup code to HEAD, including Luke Howard'sAndrew Bartlett2003-03-173-0/+13
* | Change size parameters from signed to unsigned to fix up warnings.Jeremy Allison2003-03-131-1/+1
* | adding some initiaial code to sert %a to Win2K3 (using Native LanMan string f...Gerald Carter2003-03-121-1/+1
* | strcpy_base from HEAD and trivial fix for smbclient -LVolker Lendecke2003-03-101-0/+9
* | Extra const committed by mistake - revert.Jeremy Allison2003-03-071-1/+1
* | Patch from Michael Steffens. In his own words :Jeremy Allison2003-03-071-1/+1
* | add #define for the max device name length in a DEVICEMODEGerald Carter2003-03-061-0/+2