Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Fix noticed by John Trostel - we need to return our account SID for level 5. | Jeremy Allison | 2001-05-02 | 3 | -19/+21 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | fix to allow local apw to install local drivers for Samba printers | Gerald Carter | 2001-05-02 | 1 | -0/+10 | |
| | | | | | | | | | | | | with no driver installed on the server (clean server install) | |||||
| * | | change to using forward slashes and remove old -P flag | Herb Lewis | 2001-05-02 | 1 | -1/+1 | |
| | | | ||||||
| * | | use asprintf in smbd/dir.c - this fixes build on sco | Andrew Tridgell | 2001-05-02 | 1 | -12/+5 | |
| | | | ||||||
| * | | moved asprintf and new snprintf code into 2.2 | Andrew Tridgell | 2001-05-02 | 12 | -1110/+1046 | |
| | | | ||||||
| * | | Fixed incorrect comment nesting. | Jeremy Allison | 2001-05-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | 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. | |||||
| * | | 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 | 7 | -278/+886 | |
| | | | | | | | | | | | | | | | | | | | | | remove global static PAM variables, and to tidy up the PAM internals code. Now looks like the rest of Samba. Still needs testing. Jeremy. | |||||
| * | | Updating to allow developer mode packaging. | John Terpstra | 2001-04-28 | 1 | -2/+8 | |
| | | | ||||||
| * | | broke smbcacls when I changed the cli_lsa_XXX() to require a TALLOC_CTX* | Gerald Carter | 2001-04-28 | 1 | -3/+3 | |
| | | | ||||||
| * | | rpcclient/rpcclient.c: Non-void return in void function. | Jeremy Allison | 2001-04-28 | 3 | -3/+5 | |
| | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| * | | Update from Shirish. | Jeremy Allison | 2001-04-27 | 1 | -2/+2 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | More gcc compile on solaris tidyups. | Jeremy Allison | 2001-04-27 | 3 | -31/+31 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | finished moving cli_<pipe>_XXX to use talloc() (was doing this already). | Gerald Carter | 2001-04-27 | 6 | -153/+391 | |
| | | | | | | | | | | | | | | | I'll summarize the work on samba-technical in a separate mail. Still a few memory leaks. I'm working on 'em. | |||||
| * | | 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 | 2 | -14/+14 | |
| | | | | | | | | | | | | 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 | 2 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | linux_oplock_receive_message(). Jeremy. | |||||
| * | | sync up with andrews libsmb changes. Wrong number of arguments in | Herb Lewis | 2001-04-27 | 1 | -20/+20 | |
| | | | | | | | | | | | | several places | |||||
| * | | merge of JF's fix from HEAD | Gerald Carter | 2001-04-27 | 1 | -4/+9 | |
| | | | ||||||
| * | | yodldocs has been removed from tree | Herb Lewis | 2001-04-27 | 1 | -1/+0 | |
| | | | ||||||
| * | | fixed memory leaks in rpcclient's cmd_spoolss_XXX() functions | Gerald Carter | 2001-04-27 | 4 | -152/+350 | |
| | | | | | | | | | | | | | | | | | | by moving to talloc() for cli_spoolss_XX(). Previously, the prs_struct's where using the TALLOC_CTX from the cli_state struct which lasted for the entire rpcclient session. Not good for long term connections. | |||||
| * | | remove duplicate comment line - causes warning about nested comments | Herb Lewis | 2001-04-27 | 1 | -1/+0 | |
| | | | ||||||
| * | | fixed typo | Andrew Tridgell | 2001-04-27 | 1 | -1/+1 | |
| | | | ||||||
| * | | removing yodldocs directory | Gerald Carter | 2001-04-26 | 1 | -14/+0 | |
| | | | ||||||
| * | | updated printing HOWTO and minor updates to PDC HOWTO | Gerald Carter | 2001-04-26 | 4 | -1967/+2216 | |
| | | | ||||||
| * | | Fixed REPLACE_GETPASS test. | Jeremy Allison | 2001-04-26 | 2 | -2/+2 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Made some mistakes in mapping default perms. This should report what's on | Jeremy Allison | 2001-04-25 | 1 | -69/+79 | |
| | | | | | | | | | | | | | | | the file/directory, but force correct perms on set. Jeremy. | |||||
| * | | Force default permissions to be applied when setting ACLs. Don't artificially | Jeremy Allison | 2001-04-25 | 1 | -14/+99 | |
| | | | | | | | | | | | | | | | add permissions in when getting ACLs. Jeremy. | |||||
| * | | Re-ran autoheader, autoconf to fix build for pam_smb. | Jeremy Allison | 2001-04-25 | 3 | -698/+792 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Fixed %U and %D substitutions. %U is lowercase user name, %D is uppercase | Jeremy Allison | 2001-04-25 | 1 | -2/+12 | |
| | | | | | | | | | | | | | | | domain name. Jeremy. | |||||
| * | | might as well remove yodldocs from doc subpackage as well | Herb Lewis | 2001-04-25 | 1 | -0/+1 | |
| | | | ||||||
| * | | don't include docbook directory in doc subpackage (still in src subpackage) | Herb Lewis | 2001-04-25 | 1 | -0/+1 | |
| | | | ||||||
| * | | fixed a typo or two | Gerald Carter | 2001-04-25 | 3 | -253/+253 | |
| | | | ||||||
| * | | merge from head | Andrew Tridgell | 2001-04-25 | 0 | -0/+0 | |
| | | | ||||||
* | | | This commit was manufactured by cvs2svn to create branch | cvs2svn Import User | 2001-04-25 | 1 | -0/+279 | |
|\| | | | | | | | | 'SAMBA_2_2_RELEASE'. | |||||
| * | | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'. | cvs2svn Import User | 2001-04-25 | 1 | -0/+279 | |
| |\| |