Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | changed the order of checking whether a SID is a UID or a GID in posix | Andrew Tridgell | 2003-04-01 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | acls. This is needed because sid_to_uid always claims that the sid is a user, due ot a change I made some months back. This change was suggested by Chere Zhou, but is really an interim measure. Chere is looking at a longer term solution. | |||||
| * | reversed the sense of the TCON test, now that we know that win2003 | Andrew Tridgell | 2003-04-01 | 1 | -10/+10 | |
| | | | | | | | | | | fixes this. This means that TCON fails on win2000, but passes on Samba and win2003 | |||||
| * | Update some info and typos in PAM-Authentication-And-Samba | Jelmer Vernooij | 2003-03-31 | 1 | -7/+6 | |
| | | ||||||
| * | More doc updates: | Jelmer Vernooij | 2003-03-31 | 7 | -6005/+5951 | |
| | | | | | | | | | | - Move information about compiling with ADS support to appendix about compiling - Make DOMAIN_MEMBER NT4-domain only (because current ADS info was incomplete and becoming an ADS domain member is documented more properly in ADS-HOWTO) | |||||
| * | Update NT_Security for 3.0 | Jelmer Vernooij | 2003-03-31 | 2 | -32/+15 | |
| | | ||||||
* | | Merge from HEAD: 1.630 through 1.634: | Martin Pool | 2003-04-04 | 1 | -30/+26 | |
| | | | | | | | | | | | | - build test harnesses for STF - "make check" runs STF | |||||
* | | Fix the new storage code to correctly convert from system queue info to | Jeremy Allison | 2003-04-04 | 1 | -3/+15 | |
| | | | | | | | | | | pjob info. Ensure we retrieve more than one job from the storage code. Jeremy. | |||||
* | | better method of locating autoconf and autoheader; patch by Willi Mann | Gerald Carter | 2003-04-04 | 1 | -16/+40 | |
| | | ||||||
* | | Give warning if 'drvupgrade' doesn't get an argument | Jelmer Vernooij | 2003-04-03 | 1 | -0/+5 | |
| | | ||||||
* | | Fixup swat warning. | Jeremy Allison | 2003-04-03 | 2 | -1/+7 | |
| | | | | | | | | | | | | Fix winbindd dual mode in the same was as in APP_HEAD. "Ken Cross" <kcross@nssolutions.com> noticed the problem. Jeremy. | |||||
* | | Fixup format warning. | Jeremy Allison | 2003-04-03 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | nsswitch/winbind_nss.c doesn't exist | Gerald Carter | 2003-04-02 | 1 | -1/+1 | |
| | | ||||||
* | | set version to alpha24 so we can distinguish from the alpha23 release | Gerald Carter | 2003-04-02 | 1 | -1/+1 | |
| | | ||||||
* | | Forgot to merge configure.in changes for winbind client tidyup. | Tim Potter | 2003-04-02 | 1 | -5/+14 | |
| | | ||||||
* | | Merge of Paul Green's make clean fixes. | Tim Potter | 2003-04-02 | 1 | -2/+6 | |
| | | ||||||
* | | Merge of winbind nss library cleanup from HEAD. | Tim Potter | 2003-04-02 | 9 | -1629/+373 | |
| | | ||||||
* | | Whitespace syncup. | Tim Potter | 2003-04-02 | 1 | -4/+4 | |
| | | ||||||
* | | This file deleted in HEAD. | Tim Potter | 2003-04-02 | 1 | -1338/+0 | |
| | | ||||||
* | | syncup with head | Tim Potter | 2003-04-02 | 1 | -2/+2 | |
| | | ||||||
* | | Subtle changes to message handling after ENUMJOBS. | Jeremy Allison | 2003-04-02 | 3 | -19/+183 | |
| | | | | | | | | Jeremy. | |||||
* | | Don't set zero length for the base64 decoded string (fixes swat auth). | Andrew Bartlett | 2003-04-02 | 1 | -2/+2 | |
| | | | | | | | | Andrew Bartlett | |||||
* | | Doing janitor work for tridge. | Jeremy Allison | 2003-04-01 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | "changed the order of checking whether a SID is a UID or a GID in posix acls. This is needed because sid_to_uid always claims that the sid is a user, due ot a change I made some months back. This change was suggested by Chere Zhou, but is really an interim measure. Chere is looking at a longer term solution." REMEMBER - 3.0 is the one we will SHIP ! Jeremy. | |||||
* | | Merge from HEAD to define variable port_to_use. Needed to compile. | John Terpstra | 2003-04-01 | 1 | -0/+1 | |
| | | ||||||
* | | fix potential handle leak in _spoolss_open_printer_ex(); final fix for ↵ | Gerald Carter | 2003-04-01 | 1 | -1/+3 | |
| | | | | | | | | CR2102; reviewed by jra | |||||
* | | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'. | cvs2svn Import User | 2003-03-31 | 9 | -0/+1819 | |
|\| | ||||||
| * | Add basic documentation on editreg | Jelmer Vernooij | 2003-03-31 | 3 | -4/+87 | |
| | | ||||||
| * | Add very basic documentation for ntlm_auth | Jelmer Vernooij | 2003-03-31 | 2 | -1/+137 | |
| | | ||||||
| * | Remove useless popt options | Jelmer Vernooij | 2003-03-31 | 1 | -2/+0 | |
| | | ||||||
| * | fix potential smbd crash when we fail to alloacte a policy handle for a ↵ | Gerald Carter | 2003-03-31 | 1 | -8/+9 | |
| | | | | | | | | printer open; CR 2102 (reviewed by jreilly) | |||||
| * | Fix vfs to work with P_LIST-ed lp_vfsobj() -- the traversal is reversed. ↵ | Alexander Bokovoy | 2003-03-31 | 1 | -3/+5 | |
| | | | | | | | | Based on patch from Metze | |||||
| * | - Put -valid param back in | Jelmer Vernooij | 2003-03-31 | 1 | -3/+2 | |
| | | | | | | | | - Update info on some of the HOWTO docs | |||||
| * | 'preload modules = ' is already documented | Jelmer Vernooij | 2003-03-31 | 1 | -2/+0 | |
| | | | | | | | | -valid is not a config option | |||||
| * | - Support absolute paths in vfs and charset modules | Jelmer Vernooij | 2003-03-31 | 6 | -25/+48 | |
| | | | | | | | | | | | | | | - Fix typo in Makefile.in - Fix compatibility with older vfs modules (from patch by metze) - Build some modules shared by default and some static (and fall back to static when dlopen() is not available) | |||||
| * | Fix formatting of back traces - pathc by metze | Jelmer Vernooij | 2003-03-31 | 1 | -2/+3 | |
| | | ||||||
| * | Hey, we're making progress with the docs ;-) | Volker Lendecke | 2003-03-31 | 1 | -1/+0 | |
| | | | | | | | | Volker | |||||
| * | 3 things: | Volker Lendecke | 2003-03-31 | 5 | -20/+39 | |
| | | | | | | | | | | | | | | | | | | | | | | | | * Remove 'ldap del only sam attr' after asking Lars Mueller from SuSE first. It is replaced by 'ldap delete dn' * Fix a typo in docs. * Document 'set primary group script'. Alexander, could you check the file in smbdotconf/ please? Thanks. Volker | |||||
| * | Waider's cosmetic change to print out the database type when | Volker Lendecke | 2003-03-31 | 1 | -1/+17 | |
| | | | | | | | | | | | | downloading stuff. Volker | |||||
| * | Fix a botched merge from appliance-head... | Andrew Bartlett | 2003-03-31 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We have an extra NULL here, which is (if I understand correctly) related to a optional 'charset conversion' function. In any case, as this is a variable args length function, the compiler didn't pick it up. Would it be possible to change applicance_head (or even HEAD) in such a way that this extra arg would cause a warning? Finding this by testing is getting painful... Andrew Bartlett | |||||
| * | Tidyup of winbindd client OS specific autoconf code. | Tim Potter | 2003-03-31 | 1 | -5/+4 | |
| | | ||||||
| * | Placeholder for winbind aix client. | Tim Potter | 2003-03-31 | 1 | -0/+0 | |
| | | ||||||
| * | autoconf change to compile winbindd for AIX. The client side code | Tim Potter | 2003-03-31 | 1 | -0/+4 | |
| | | | | | | | | is still under development. | |||||
| * | Cleanup of winbind client side code. | Tim Potter | 2003-03-31 | 13 | -606/+718 | |
| | | | | | | | | | | | | | | Mostly this consists of untangling the existing code and moving it in to operating system specific files. The winbind client code for all supported operating systems is now in nsswitch/winbind_nss_OSNAME.[ch] to make things a bit clearer. | |||||
| * | NT4 is particularly fussy about getting this right. | Andrew Bartlett | 2003-03-31 | 1 | -1/+0 | |
| | | | | | | | | Andrew Bartlett | |||||
| * | Break the current build dependency on perl. Perl is required for | Tim Potter | 2003-03-31 | 1 | -3/+8 | |
| | | | | | | | | | | | | | | | | | | | | include/tdbsam2_parse_info.h which is included by sam/gumm_tdb.c which doesn't seem to be used anywhere. It would be nice to have the tdbsam2 stuff hidden behind a --with configuration parameter so it doesn't interfere with normal builds. (One of the build farm machines doesn't have perl installed). | |||||
| * | Success is not a level-0 issue... | Andrew Bartlett | 2003-03-31 | 1 | -1/+1 | |
| | | | | | | | | Andrew Bartlett | |||||
| * | Don't try and dlsym or dlclose a NULL pointer. | Andrew Bartlett | 2003-03-31 | 1 | -9/+12 | |
| | | | | | | | | | | | | | | | | | | | | The new modules system does not always dlopen() it's modules, and when it does, it keeps them open for the life of the server, not the life of the connection. This caused a segfault on every tree disconnect! Andrew Bartlett | |||||
| * | add a few error checks in EnumPrinterData() | Gerald Carter | 2003-03-31 | 1 | -4/+5 | |
| | | ||||||
| * | smbpasswd -> net | Andrew Bartlett | 2003-03-31 | 1 | -1/+1 | |
| | | ||||||
| * | distclean fixups from Paul Green. | Tim Potter | 2003-03-30 | 1 | -2/+5 | |
| | | ||||||
| * | update copyright notice since it we are now almost 4 months into 2003 | Gerald Carter | 2003-03-30 | 2 | -2/+2 | |
| | |