summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
* Clean up ntlm_auth a bit, and add a --diagnositics swtich, to check thatAndrew Bartlett2003-04-021-111/+417
| | | | | | | the returned session key is the one that we expect to get for that each of login. Andrew Bartlett
* Add constJelmer Vernooij2003-04-021-1/+1
|
* THE Idmap patch :-)Simo Sorce2003-04-0217-164/+405
| | | | | | | | | | | | | | | | | | | includes a --with-idmap=no switch to disable idmap usage if you find problems. cosmetic fixes and param aliases to separate winbind from idamp roles. A temporarily remote idmap winbind compatibility backend. As I have time I will further change code to not call directly winbind (partly done but not tested) and a specilized module will be built in place for the current glue hack. The patch has been tested locally in my limited time, the patch is simple and clear and should not reserve problems, if any just disable it. As usual, comments and fisex are welcome :-) Simo.
* Fix a crash bug if LDAP doesn't fill in ld_error.Andrew Bartlett2003-04-021-18/+18
| | | | | Andrew Bartlett C VS: ----------------------------------------------------------------------
* Subtle changes to message handling after ENUMJOBS.Jeremy Allison2003-04-023-19/+183
| | | | Jeremy.
* OHKAWA Yuichi (kuri@makino.ecei.tohoku.ac.jp) points out that usingAndrew Bartlett2003-04-021-2/+2
| | | | | | | decoded.length after it's been zero'ed out by data_blob_free() doesn't give you the original length... Andrew Bartlett
* fix potential handle leak in _spoolss_open_printer_ex(); final fix for ↵Gerald Carter2003-04-011-1/+3
| | | | CR2102; reviewed by jra
* Fix build of shared xml/mysql modulesJelmer Vernooij2003-04-011-2/+4
|
* changed the order of checking whether a SID is a UID or a GID in posixAndrew Tridgell2003-04-011-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 win2003Andrew Tridgell2003-04-011-10/+10
| | | | | fixes this. This means that TCON fails on win2000, but passes on Samba and win2003
* Remove useless popt optionsJelmer Vernooij2003-03-311-2/+0
|
* fix potential smbd crash when we fail to alloacte a policy handle for a ↵Gerald Carter2003-03-311-8/+9
| | | | printer open; CR 2102 (reviewed by jreilly)
* Fix vfs to work with P_LIST-ed lp_vfsobj() -- the traversal is reversed. ↵Alexander Bokovoy2003-03-311-3/+5
| | | | Based on patch from Metze
* - Support absolute paths in vfs and charset modulesJelmer Vernooij2003-03-316-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 metzeJelmer Vernooij2003-03-311-2/+3
|
* 3 things:Volker Lendecke2003-03-311-1/+0
| | | | | | | | | | | | * 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 whenVolker Lendecke2003-03-311-1/+17
| | | | | | downloading stuff. Volker
* Fix a botched merge from appliance-head...Andrew Bartlett2003-03-311-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 Potter2003-03-311-5/+4
|
* Placeholder for winbind aix client.Tim Potter2003-03-311-0/+0
|
* autoconf change to compile winbindd for AIX. The client side codeTim Potter2003-03-311-0/+4
| | | | is still under development.
* Cleanup of winbind client side code.Tim Potter2003-03-3113-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 Bartlett2003-03-311-1/+0
| | | | Andrew Bartlett
* Break the current build dependency on perl. Perl is required forTim Potter2003-03-311-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 Bartlett2003-03-311-1/+1
| | | | Andrew Bartlett
* Don't try and dlsym or dlclose a NULL pointer.Andrew Bartlett2003-03-311-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 Carter2003-03-311-4/+5
|
* distclean fixups from Paul Green.Tim Potter2003-03-301-2/+5
|
* update copyright notice since it we are now almost 4 months into 2003Gerald Carter2003-03-302-2/+2
|
* Fix installation of auth and charset modules (reported by Stephan Kulow)Jelmer Vernooij2003-03-301-2/+2
|
* This sets the domain for the user in vampire. OtherwiseVolker Lendecke2003-03-301-0/+2
| | | | | | | we end up with an empty domain field, which a workstation does not really like in sam_logon.. Volker
* This fixes group updates in LDAP the same way as user updatesVolker Lendecke2003-03-301-77/+98
| | | | | | | | are handled, though we assume that always everything needs to be updated in LDAP. PDB_IS_* is not done yet for groups. Do we need it? Volker
* This changes our handling of invalid service types that theVolker Lendecke2003-03-302-7/+112
| | | | | | | | | client requested on tconx. We now return the same error code like NT4SP6 and W2kSP3 return. TCONDEV is a little test for this. Volker
* - Point users at the HOWTO Collection instead of 'README' in modules/mysql.cJelmer Vernooij2003-03-304-6/+31
| | | | - Make passdb work with absolute paths (passdb backend = /path/to/smbpasswd.so works now). vfs, rpc and charset will follow
* added simple tests for SMBchkpath and SMBioctlAndrew Tridgell2003-03-302-1/+173
|
* Don't modify the incoming packet when checking the signiture.Andrew Bartlett2003-03-301-10/+26
| | | | Andrew Bartlett
* fixed the -B option as wellAndrew Tridgell2003-03-301-4/+4
|
* fixed the -U option in nmblookupAndrew Tridgell2003-03-291-1/+1
| | | | | | please remember to *test* your changes before committing them. This is especially the case when you receive patches from outside the team - before you commit you must make sure that the patch actually works.
* updated the TCON test so that win2000 passes. Samba now fails thisAndrew Tridgell2003-03-291-32/+63
| | | | | | | | | | | | test. It is an interesting test because it shows that win2000 completely ignores the TID and VUID fields in a SMBwriteX. In Samba it is hard to do this as we check the VUID and TID fields before we call the SMB specific reply functions. The test also shows that the list of open files must be global to the socket, not specific to a tcon.
* added a simple test for the old SMBtcon interfaceAndrew Tridgell2003-03-292-1/+80
|
* More patches from coolo. One of these functions needs to be movedRichard Sharpe2003-03-281-42/+78
| | | | elsewhere so other code can use it.
* Some fixes to URL syntax from coolo.Richard Sharpe2003-03-281-2/+85
|
* fix CIDR hosts allow/deny notationGerald Carter2003-03-281-1/+1
|
* Merge from HEAD - get better error strings from the ldap server in pdb_ldap.Andrew Bartlett2003-03-281-11/+38
| | | | Andrew Bartlett
* Allow the new modules system to function with builtin vfs modules.Andrew Bartlett2003-03-281-1/+1
| | | | | | | | If we don't have a vfs path set, just pass the original file name. In future, we need to seperate the default path as a seperate paramater. Andrew Bartlett
* don't include proto.h during autoconf tests since it doesn't exist yet; ↵Gerald Carter2003-03-282-0/+3
| | | | fixed getsmbpass replacement test
* fix up IPC/LPT:/A: devicetype in tcon_and_XGerald Carter2003-03-281-21/+20
|
* it is possible for some of the real time signals to be used by glibc,Andrew Tridgell2003-03-283-2/+12
| | | | | which then changes SIGRTMIN. It is also possible for bash to leave some real time signals blocked at startup. This fixes both problems.
* its VFS_NETATALK_OBJ not VFS_NETATALKAndrew Tridgell2003-03-281-1/+1
|
* removed a duplicate lump of module stuff in configure.inAndrew Tridgell2003-03-281-7/+0
|