summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Updating to allow developer mode packaging.John Terpstra2001-04-281-2/+8
|
* broke smbcacls when I changed the cli_lsa_XXX() to require a TALLOC_CTX*Gerald Carter2001-04-281-3/+3
|
* rpcclient/rpcclient.c: Non-void return in void function.Jeremy Allison2001-04-283-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 Allison2001-04-271-2/+2
| | | | Jeremy.
* More gcc compile on solaris tidyups.Jeremy Allison2001-04-273-31/+31
| | | | Jeremy.
* finished moving cli_<pipe>_XXX to use talloc() (was doing this already).Gerald Carter2001-04-276-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 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-272-14/+14
| | | | 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-272-3/+3
| | | | | | linux_oplock_receive_message(). Jeremy.
* sync up with andrews libsmb changes. Wrong number of arguments inHerb Lewis2001-04-271-20/+20
| | | | several places
* merge of JF's fix from HEADGerald Carter2001-04-271-4/+9
|
* yodldocs has been removed from treeHerb Lewis2001-04-271-1/+0
|
* fixed memory leaks in rpcclient's cmd_spoolss_XXX() functionsGerald Carter2001-04-274-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 commentsHerb Lewis2001-04-271-1/+0
|
* fixed typoAndrew Tridgell2001-04-271-1/+1
|
* removing yodldocs directoryGerald Carter2001-04-261-14/+0
|
* updated printing HOWTO and minor updates to PDC HOWTOGerald Carter2001-04-264-1967/+2216
|
* Fixed REPLACE_GETPASS test.Jeremy Allison2001-04-262-2/+2
| | | | Jeremy.
* Made some mistakes in mapping default perms. This should report what's onJeremy Allison2001-04-251-69/+79
| | | | | the file/directory, but force correct perms on set. Jeremy.
* Force default permissions to be applied when setting ACLs. Don't artificiallyJeremy Allison2001-04-251-14/+99
| | | | | add permissions in when getting ACLs. Jeremy.
* Re-ran autoheader, autoconf to fix build for pam_smb.Jeremy Allison2001-04-253-698/+792
| | | | Jeremy.
* Fixed %U and %D substitutions. %U is lowercase user name, %D is uppercaseJeremy Allison2001-04-251-2/+12
| | | | | domain name. Jeremy.
* might as well remove yodldocs from doc subpackage as wellHerb Lewis2001-04-251-0/+1
|
* don't include docbook directory in doc subpackage (still in src subpackage)Herb Lewis2001-04-251-0/+1
|
* fixed a typo or twoGerald Carter2001-04-253-253/+253
|
* merge from headAndrew Tridgell2001-04-250-0/+0
|
* This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.cvs2svn Import User2001-04-251-0/+279
|\
| * added solaris wrapper from tngAndrew Tridgell2001-04-251-0/+279
| |
| * merge some of the nsswitch code from tng to headAndrew Tridgell2001-04-255-269/+702
| | | | | | | | | | the libnss_winbind.so from head now works with the winbindd from tng
| * merge from 2_2Andrew Tridgell2001-04-251-3/+2
| |
| * More paranioa fixes against nmbd lengths.Jeremy Allison2001-04-251-7/+7
| | | | | | | | Jeremy.
| * Fix bad length in dgram.Jeremy Allison2001-04-241-0/+7
| | | | | | | | Jeremy.
| * Added Steve Langasek <vorlon@netexpress.net> pam_smbpass supportJohn Terpstra2001-04-243-713/+904
| |
* | merge from head/tngAndrew Tridgell2001-04-254-267/+700
| |
* | added 'obey pam restrictions'; removed 'ole lock compatibility';Gerald Carter2001-04-253-490/+631
| | | | | | | | added placeholders for '[add|change|delete] share command'
* | More paranioa fixes against nmbd lengths.Jeremy Allison2001-04-251-7/+7
| | | | | | | | Jeremy.
* | Fix bad length in dgram.Jeremy Allison2001-04-241-0/+7
| | | | | | | | Jeremy.
* | Added pam_smbpass from Steve Langasek <vorlon@netexpress.net>John Terpstra2001-04-243-2/+121
| |
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.cvs2svn Import User2001-04-2414-0/+1668
|\|
| * Added Steve Langasek <vorlon@netexpress.net> pam_smbpass PAM module code.John Terpstra2001-04-2414-0/+1668
| | | | | | | | Note: Still have to add build stuff - not ready yet.
| * syncing up with 2.2Gerald Carter2001-04-245-6/+568
| |
| * syncing up changes in 2.2Gerald Carter2001-04-2454-4352/+3979
| |
| * fix typoHerb Lewis2001-04-241-1/+1
| |
| * Patch for nmbd core dump in printing debug packets. No length check.Jeremy Allison2001-04-241-3/+5
| | | | | | | | Jeremy.