Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove embedded '/*' in comment. | Jeremy Allison | 2001-05-02 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | use O_EXCL for fcntl_lock.c test in case some fool runs on /tmp | Andrew Tridgell | 2001-05-02 | 1 | -1/+2 | |
| | ||||||
* | added sys/wait.h to fcntl_lock test | Andrew Tridgell | 2001-05-02 | 1 | -0/+4 | |
| | ||||||
* | added error msgs to fcntl_lock test | Andrew Tridgell | 2001-05-02 | 1 | -1/+17 | |
| | ||||||
* | Fixup smbcacls. Don't return memory already freed, don't free memory allocated | Jeremy Allison | 2001-05-01 | 3 | -23/+5 | |
| | | | | | with talloc. Jeremy. | |||||
* | Runtime check for broken PAM systems with no appdata_ptr support. This | Jeremy Allison | 2001-05-01 | 2 | -4/+44 | |
| | | | | | should eventually be an autoconf test with a #ifdef workaround. I *HATE* pam :-). Jeremy. | |||||
* | Stop coredump on pam password change with pam_pwdb.so module on error. | Jeremy Allison | 2001-05-01 | 2 | -2/+10 | |
| | | | | Jeremy. | |||||
* | Added Andrew Bartlett's fixes to my changes to his original patch (at the | Jeremy Allison | 2001-05-01 | 4 | -6/+6 | |
| | | | | | court of king caractacus, was just passing by... :-). Jeremy. | |||||
* | added more complete C99 snprintf test | Andrew Tridgell | 2001-05-01 | 2 | -218/+228 | |
| | ||||||
* | fixed some uninitialised variables | Andrew Tridgell | 2001-05-01 | 2 | -6/+6 | |
| | ||||||
* | fixed comment-in-comment | Andrew Tridgell | 2001-05-01 | 1 | -1/+1 | |
| | ||||||
* | Allow pam code to compile on Solaris (which doesn't have ↵ | Jeremy Allison | 2001-05-01 | 2 | -0/+10 | |
| | | | | | | PAM_AUTHTOK_RECOVER_ERR). Jeremy. | |||||
* | Added code from "Nigel Williams" <nigel@veritas.com> (yes, the same famous | Jeremy Allison | 2001-05-01 | 6 | -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 Allison | 2001-04-30 | 2 | -4/+4 | |
| | | | | Jeremy. | |||||
* | Fixed password entry caching bug pointed out by Elrond. | Jeremy Allison | 2001-04-30 | 1 | -14/+25 | |
| | | | | Jeremy. | |||||
* | Ensure correct password change script gets selected --with-pam. | Jeremy Allison | 2001-04-30 | 1 | -0/+4 | |
| | | | | Jeremy. | |||||
* | Based on an original PAM patch by Andrew Bartlett, re-written by me to | Jeremy Allison | 2001-04-30 | 6 | -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 PROGS | Andrew Tridgell | 2001-04-29 | 1 | -1/+1 | |
| | ||||||
* | Adding developer mode option. | John Terpstra | 2001-04-28 | 1 | -7/+18 | |
| | ||||||
* | fixed %u/%U example | Andrew Tridgell | 2001-04-28 | 1 | -1/+1 | |
| | ||||||
* | - fixed some compiler warnings | Andrew Tridgell | 2001-04-28 | 5 | -15/+18 | |
| | | | | - fixed slprintf and vsprintf macros | |||||
* | don't need slprintf.c any more | Andrew Tridgell | 2001-04-28 | 2 | -26/+2 | |
| | ||||||
* | - added test for vasprintf | Andrew Tridgell | 2001-04-28 | 14 | -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 option | Andrew Tridgell | 2001-04-28 | 1 | -14/+8 | |
| | ||||||
* | added asprintf test | Andrew Tridgell | 2001-04-28 | 3 | -2/+5 | |
| | ||||||
* | got asprintf defn right | Andrew Tridgell | 2001-04-28 | 1 | -11/+12 | |
| | ||||||
* | few cleanups to bring in line with 2.2 | Gerald Carter | 2001-04-28 | 9 | -10/+0 | |
| | ||||||
* | removing the references to rpc_client_proto.h | Gerald Carter | 2001-04-28 | 1 | -21/+8 | |
| | ||||||
* | rpcclient merge from 2.2 (including Jeremy's non-void return fix) | Gerald Carter | 2001-04-28 | 13 | -663/+890 | |
| | ||||||
* | rpcclient/rpcclient.c: Non-void return in void function. | Jeremy Allison | 2001-04-28 | 2 | -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 Allison | 2001-04-27 | 2 | -5/+5 | |
| | | | | Jeremy. | |||||
* | Mismatched format and args. | Jeremy Allison | 2001-04-27 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | More debug %d -> %u issues. | Jeremy Allison | 2001-04-27 | 3 | -18/+13 | |
| | | | | Jeremy. | |||||
* | More %d (uid_t) stuff... | Jeremy Allison | 2001-04-27 | 2 | -4/+4 | |
| | | | | Jeremy. | |||||
* | More acl -> the_acl, %d with uid_t issues. | Jeremy Allison | 2001-04-27 | 1 | -13/+13 | |
| | | | | Jeremy. | |||||
* | Don't use variables called "acl" as it's the name of a function in Solaris. | Jeremy Allison | 2001-04-27 | 1 | -13/+13 | |
| | | | | Jeremy. | |||||
* | Tidy up args to DEBUG Statements - found by gcc on Solaris. | Jeremy Allison | 2001-04-27 | 2 | -6/+8 | |
| | | | | Jeremy. | |||||
* | Fixes for problems in NFS server code from Michael Gerdts ↵ | Jeremy Allison | 2001-04-27 | 1 | -23/+41 | |
| | | | | | | <Michael.Gerdts@usa.alcatel.com>. Jeremy. | |||||
* | Patch from Frédéric Blanc <el_blaf@yahoo.fr> to correctly uninstall | Jeremy Allison | 2001-04-27 | 1 | -6/+6 | |
| | | | | | codepages. Jeremy. | |||||
* | Fix from matthew.hart@veritas.com - bad error return from ↵ | Jeremy Allison | 2001-04-27 | 1 | -2/+2 | |
| | | | | | | linux_oplock_receive_message(). Jeremy. | |||||
* | Added Herb's comment fix. | Jeremy Allison | 2001-04-27 | 1 | -1/+0 | |
| | | | | Jeremy. | |||||
* | fix a bug in printer name handling that jerry reported. | Jean-François Micouleau | 2001-04-27 | 1 | -3/+8 | |
| | | | | | | | | names can be \\server -> print server \\server\printer -> printer printer -> printer J.F. | |||||
* | C99 test for snprintf | Andrew Tridgell | 2001-04-27 | 1 | -0/+1 | |
| | ||||||
* | added much better snprintf code, plus new function asprintf | Andrew Tridgell | 2001-04-27 | 1 | -734/+714 | |
| | ||||||
* | added test for C99 compliant vsnprintf | Andrew Tridgell | 2001-04-27 | 3 | -214/+282 | |
| | ||||||
* | fixed typo | Andrew Tridgell | 2001-04-27 | 1 | -1/+1 | |
| | ||||||
* | Fixed REPLACE_GETPASS test. | Jeremy Allison | 2001-04-26 | 2 | -2/+2 | |
| | | | | Jeremy. | |||||
* | removed references to SMBRUN | Gerald Carter | 2001-04-26 | 1 | -2/+0 | |
| | ||||||
* | removed SMBRUN references | Gerald Carter | 2001-04-26 | 1 | -15/+1 | |
| | ||||||
* | Sync with default perm changes in 2.2. | Jeremy Allison | 2001-04-25 | 1 | -27/+122 | |
| | | | | Jeremy. |