summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Allow pam code to compile on Solaris (which doesn't have ↵Jeremy Allison2001-05-012-0/+10
| | | | | | | | | | | | PAM_AUTHTOK_RECOVER_ERR). Jeremy.
| * Added code from "Nigel Williams" <nigel@veritas.com> (yes, the same famousJeremy Allison2001-05-016-21/+477
| | | | | | | | | | | | Nigel Williams who did NIS/GINA !) to implement add/modify/delete shares for Win2k. Needs testing as I made a few mods to the original code. Jeremy.
| * Fixing consts in pam code.Jeremy Allison2001-04-302-4/+4
| | | | | | | | Jeremy.
| * Fixed password entry caching bug pointed out by Elrond.Jeremy Allison2001-04-301-14/+25
| | | | | | | | Jeremy.
| * Ensure correct password change script gets selected --with-pam.Jeremy Allison2001-04-301-0/+4
| | | | | | | | Jeremy.
| * Based on an original PAM patch by Andrew Bartlett, re-written by me toJeremy Allison2001-04-306-288/+888
| | | | | | | | | | | | | | remove global static PAM variables, and to tidy up the PAM internals code. Now looks like the rest of Samba. Still needs testing. Jeremy.
| * make clean should remove PROGSAndrew Tridgell2001-04-291-1/+1
| |
| * Adding developer mode option.John Terpstra2001-04-281-7/+18
| |
| * fixed %u/%U exampleAndrew Tridgell2001-04-281-1/+1
| |
| * - fixed some compiler warningsAndrew Tridgell2001-04-285-15/+18
| | | | | | | | - fixed slprintf and vsprintf macros
| * don't need slprintf.c any moreAndrew Tridgell2001-04-282-26/+2
| |
| * - added test for vasprintfAndrew Tridgell2001-04-2814-178/+273
| | | | | | | | | | | | | | | | - cleaned up GNUC printf attribute macros - added enum handling in mkproto - removed non-vararg code - made slprintf and vslprintf just macros for snprintf and vsnprintf - don't need slprintf code any more
| * use asprintf for hideunreadable optionAndrew Tridgell2001-04-281-14/+8
| |
| * added asprintf testAndrew Tridgell2001-04-283-2/+5
| |
| * got asprintf defn rightAndrew Tridgell2001-04-281-11/+12
| |
| * few cleanups to bring in line with 2.2Gerald Carter2001-04-289-10/+0
| |
| * removing the references to rpc_client_proto.hGerald Carter2001-04-281-21/+8
| |
| * rpcclient merge from 2.2 (including Jeremy's non-void return fix)Gerald Carter2001-04-2813-663/+890
| |
| * rpcclient/rpcclient.c: Non-void return in void function.Jeremy Allison2001-04-282-2/+4
| | | | | | | | | | | | | | smbd/sec_ctx.c: Fixed potential memory leak spotted by Kenichi Okuyama@Tokyo Research Lab, IBM-Japan, Co. utils/nmblookup.c: gcc warning on Solaris fix. Jeremy.
| * More gcc compile on solaris tidyups.Jeremy Allison2001-04-272-5/+5
| | | | | | | | Jeremy.
| * Mismatched format and args.Jeremy Allison2001-04-271-1/+1
| | | | | | | | Jeremy.
| * More debug %d -> %u issues.Jeremy Allison2001-04-273-18/+13
| | | | | | | | Jeremy.
| * More %d (uid_t) stuff...Jeremy Allison2001-04-272-4/+4
| | | | | | | | Jeremy.
| * More acl -> the_acl, %d with uid_t issues.Jeremy Allison2001-04-271-13/+13
| | | | | | | | Jeremy.
| * Don't use variables called "acl" as it's the name of a function in Solaris.Jeremy Allison2001-04-271-13/+13
| | | | | | | | Jeremy.
| * Tidy up args to DEBUG Statements - found by gcc on Solaris.Jeremy Allison2001-04-272-6/+8
| | | | | | | | Jeremy.
| * Fixes for problems in NFS server code from Michael Gerdts ↵Jeremy Allison2001-04-271-23/+41
| | | | | | | | | | | | <Michael.Gerdts@usa.alcatel.com>. Jeremy.
| * Patch from Frédéric Blanc <el_blaf@yahoo.fr> to correctly uninstallJeremy Allison2001-04-271-6/+6
| | | | | | | | | | codepages. Jeremy.
| * Fix from matthew.hart@veritas.com - bad error return from ↵Jeremy Allison2001-04-271-2/+2
| | | | | | | | | | | | linux_oplock_receive_message(). Jeremy.
| * Added Herb's comment fix.Jeremy Allison2001-04-271-1/+0
| | | | | | | | Jeremy.
| * fix a bug in printer name handling that jerry reported.Jean-François Micouleau2001-04-271-3/+8
| | | | | | | | | | | | | | | | names can be \\server -> print server \\server\printer -> printer printer -> printer J.F.
| * C99 test for snprintfAndrew Tridgell2001-04-271-0/+1
| |
| * added much better snprintf code, plus new function asprintfAndrew Tridgell2001-04-271-734/+714
| |
| * added test for C99 compliant vsnprintfAndrew Tridgell2001-04-273-214/+282
| |
| * fixed typoAndrew Tridgell2001-04-271-1/+1
| |
| * Fixed REPLACE_GETPASS test.Jeremy Allison2001-04-262-2/+2
| | | | | | | | Jeremy.
| * removed references to SMBRUNGerald Carter2001-04-261-2/+0
| |
| * removed SMBRUN referencesGerald Carter2001-04-261-15/+1
| |
| * Sync with default perm changes in 2.2.Jeremy Allison2001-04-251-27/+122
| | | | | | | | Jeremy.
| * converted the passdb smbpasswd implementation to using tallocGerald Carter2001-04-255-337/+329
| | | | | | | | | | | | | | | | | | | | | | for memory allocation. This fixes a long standing seg fault (i knew i would get around to it one day :) ) Tested with NT4 and Win2k. Needs a little more testing with the "create the machine account on the fly" code for NT4. Simo, this is probably going to break the tdb passdb code. Can you look at that when you get a chance and see what you think?
| * Re-ran autoheader; autoconf to fix pam_smb build.Jeremy Allison2001-04-253-712/+670
| | | | | | | | Jeremy.
| * Fixed %U and %D substitutions. %U is lowercase user name, %D is uppercaseJeremy Allison2001-04-251-2/+12
| | | | | | | | | | domain name. Jeremy.
* | Don't lock the entire db (for efficiency reasons) when implementing maxJeremy Allison2001-05-151-8/+11
| | | | | | | | | | connections - just lock one hash bucket (based on the servicename). Jeremy.
* | Zero-fill struct hostent.Jeremy Allison2001-05-151-0/+2
| | | | | | | | Jeremy.
* | Fixed glibc crash problems with libnss_wins.so.Jeremy Allison2001-05-151-5/+6
| | | | | | | | Jeremy.
* | Preliminary fixup of wins nsswitch code. Doesn't crash any more but MAYJeremy Allison2001-05-151-2/+41
| | | | | | | | | | | | NOT BE RIGHT ! I'm currently spellunking in glibc to find out how to return a he->h_name field (who should own this - is it malloced etc. etc....). Jeremy.
* | Tidyup getting ready for more efficient locking.Jeremy Allison2001-05-151-15/+6
| | | | | | | | Jeremy.
* | Adding notes regarding NetBIOS Scope issues.John Terpstra2001-05-151-9/+41
| |
* | Check sizes of data entries in connections.tdb before deciding they're crecs...Jeremy Allison2001-05-154-7/+30
| | | | | | | | | | We will need this when we use finer grained locking for max connections. Jeremy.
* | Merge tdb change from HEAD to avoid problems on expand.Jeremy Allison2001-05-151-6/+29
| | | | | | | | Jeremy.