Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Added get_called_name() function, which replaces global_myname in printing | Jeremy Allison | 2002-01-08 | 4 | -29/+32 | |
| | | | | | | | | | | | | code (one less global, hurrah !) - to allow NetBIOS aliasing to be used with point and print. Jeremy. | |||||
* | | Return called NetBIOS name if present in preference to global_myname. | Jeremy Allison | 2002-01-07 | 1 | -5/+9 | |
| | | | | | | | | | | | | Should allow print servers to work with NetBIOS aliases. Needs testing. Jeremy. | |||||
* | | don't allow smb.conf to set debug level. | Herb Lewis | 2002-01-07 | 1 | -0/+4 | |
| | | | | | | | | | | | | We may want ot add a -D debuglevel option if people want debug output from this (-d was already taken) but I don't see a need for it. All this debug output from parsing smb.conf just clutters up the output. | |||||
* | | fixed infinite recusion bug when +path = %H" is explicitly set in [homes]. | Gerald Carter | 2002-01-07 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | HEAD does not suffer from thyis as get_user_heom_dir() does not use the service path, but only the Get_Pwnam(). However I cannot make that change is 2.2, because it would be fairly intrusive. due to dependencies. | |||||
* | | make proto | Gerald Carter | 2002-01-07 | 1 | -667/+667 | |
| | | ||||||
* | | Backport the ERRgeneral changes 'cos Tim's too lazy to do it even when | Jeremy Allison | 2002-01-07 | 4 | -668/+703 | |
| | | | | | | | | | | I ask nicely :-) :-). Jeremy. | |||||
* | | * sync'd up function name with HEAD (pdb_set_logon_div()). | Gerald Carter | 2002-01-06 | 4 | -6/+8 | |
| | | | | | | | | * sync'd up a few lines id pdb_ldap.c with HEAD. | |||||
* | | fixed comment about dependencies | Gerald Carter | 2002-01-06 | 1 | -1/+1 | |
| | | ||||||
* | | Start of updating Mandrake packaging files. NOTE: This is NOT complete - ↵ | John Terpstra | 2002-01-06 | 2 | -3/+4 | |
| | | | | | | | | | | | | More to follow. Please do not change any of this for a few days - I need time to fix this. | |||||
* | | More refinements to help make this more idiot proof. After all, it has to work | John Terpstra | 2002-01-06 | 1 | -21/+54 | |
| | | | | | | | | for me! | |||||
* | | Fixes to allow building of samba under RedHat 7.2 | John Terpstra | 2002-01-06 | 2 | -6/+514 | |
| | | | | | | | | Note: use "makerpms.sh devel" to build CVS tree snapshots | |||||
* | | applied some typo fixes from Vance. Also regenerated aff ected docs. | Gerald Carter | 2002-01-05 | 4 | -891/+889 | |
| | | ||||||
* | | and again | Gerald Carter | 2002-01-05 | 1 | -0/+462 | |
| | | ||||||
* | | one more time | Gerald Carter | 2002-01-05 | 1 | -462/+0 | |
| | | ||||||
* | | testin merge | Gerald Carter | 2002-01-05 | 1 | -1/+0 | |
| | | ||||||
* | | re-adding to get it to show up outside the Attic | Gerald Carter | 2002-01-05 | 1 | -0/+463 | |
| | | ||||||
* | | trying to straighten out the 'dead' state of this file | Gerald Carter | 2002-01-05 | 1 | -463/+0 | |
| | | ||||||
* | | add a link to Ignacio's HOWTO in the Samba-LDAP-HOWTO | Gerald Carter | 2002-01-05 | 4 | -1724/+1740 | |
| | | ||||||
* | | Added DEBUG in set_share_mode to track down logic insanity. | Jeremy Allison | 2002-01-05 | 1 | -0/+8 | |
| | | | | | | | | Jeremy. | |||||
* | | * regenerated man pages. sync'd with some changes in HEAD | Gerald Carter | 2002-01-05 | 9 | -1718/+3799 | |
| | | | | | | | | | | * first draft of Samba-LDAP-HOWTO * regenerated Samba-HOWTO-Collection | |||||
* | | Missed error return if can_rename fails. | Jeremy Allison | 2002-01-04 | 1 | -5/+6 | |
| | | | | | | | | Jeremy. | |||||
* | | put in an explaination of the * and + before workgroup name | Herb Lewis | 2002-01-04 | 1 | -1/+3 | |
| | | ||||||
* | | truncate dns name to 15 characters so columns are not messed up. | Herb Lewis | 2002-01-04 | 1 | -28/+26 | |
| | | | | | | | | try smbclient on ip address if we didn't get a netbios name | |||||
* | | don't let smb.conf setting change debug level. | Herb Lewis | 2002-01-04 | 2 | -4/+4 | |
| | | ||||||
* | | Re-wrote the guts of the rename_internals code to cope with a reported | Jeremy Allison | 2002-01-04 | 4 | -80/+144 | |
| | | | | | | | | | | | | | | bug (renaming name -> name was failing, on W2K it succeeds). Simplified the common case, did a lot of work to ensure NT error codes are correctly reported back to client. Now to port this to HEAD and app-head. Jeremy. | |||||
* | | set DEBUGLEVEL to 0 - we don't need to see all the smb.conf parsing msgs. | Herb Lewis | 2002-01-04 | 1 | -0/+4 | |
| | | ||||||
* | | make smbstatus honor command line debug level | Herb Lewis | 2002-01-04 | 1 | -0/+2 | |
| | | ||||||
* | | Fixing the packaging so that the Registry files are taken from the new | Shirish Kalele | 2002-01-04 | 2 | -10/+12 | |
| | | | | | | | | location under docs/Registry. | |||||
* | | Fix incorrect assignment. | Jeremy Allison | 2002-01-04 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | Fix new errormap table..... This looks good. | Jeremy Allison | 2002-01-03 | 3 | -408/+433 | |
| | | | | | | | | Jeremy. | |||||
* | | Fix DISK_INFO_PTR -> uint32. | Jeremy Allison | 2002-01-03 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | Fixed nasty cast of tdb_delete in traversals. | Jeremy Allison | 2002-01-03 | 5 | -3/+16 | |
| | | | | | | | | Jeremy. | |||||
* | | Don't use static memory, malloc it... | Jeremy Allison | 2002-01-03 | 1 | -2/+12 | |
| | | | | | | | | Jeremy. | |||||
* | | Fix the fix... (sigh). | Jeremy Allison | 2002-01-03 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | Ensure modtime is set correctly on destination files in copy command. | Jeremy Allison | 2002-01-03 | 1 | -0/+4 | |
| | | | | | | | | Jeremy. | |||||
* | | Fixed embarressing 16k strack trashing bug :-(. | Jeremy Allison | 2002-01-03 | 1 | -8/+9 | |
| | | | | | | | | Jeremy. | |||||
* | | Fix clistr_pull error with unicode and -1 src_len. Stopped smbclient -L | Jeremy Allison | 2002-01-03 | 4 | -7/+6 | |
| | | | | | | | | | | from working. Jeremy. | |||||
* | | Updated PAM configuration for greater clarity to show how to use WinBind and ↵ | John Terpstra | 2002-01-03 | 1 | -8/+44 | |
| | | | | | | | | pam_smbpass. | |||||
* | | comile error and warnings on IRIX | Herb Lewis | 2002-01-02 | 5 | -9/+8 | |
| | | ||||||
* | | change two defaults | Gerald Carter | 2002-01-02 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | ldap port = 636 ldap ssl = on Also added "start_tls" as a synonym for "start tls" (see ldap ssl) | |||||
* | | small sync up with HEAD | Gerald Carter | 2002-01-02 | 1 | -4/+4 | |
| | | ||||||
* | | * update smb.conf(5) | Gerald Carter | 2002-01-02 | 14 | -76/+756 | |
| | | | | | | | | | | | | * add pdbedit nroff and html files * regenerate docs * update docbook/Makefile.in for pdbedit.8.sgml | |||||
* | | We should be using SHLD not LINK when creating shared libraries. | Jeremy Allison | 2002-01-02 | 1 | -6/+6 | |
| | | | | | | | | Jeremy. | |||||
* | | Ensure last changed times are updated. | Jeremy Allison | 2002-01-02 | 1 | -1/+9 | |
| | | | | | | | | Jeremy. | |||||
* | | configure configure.in: Updated with HEAD unicos stuff. | Jeremy Allison | 2002-01-02 | 5 | -839/+796 | |
| | | | | | | | | | | | | | | | | libsmb/errormap.c: Merge from HEAD - correct error table. include/rpc_samr.h rpc_server/srv_samr_nt.c: Make user enumeration work for w2k and win9x. This means different return sizes depending on client bugs. This sucks :-(. Jeremy. | |||||
* | | the long promised pdbedit manpage | Simo Sorce | 2002-01-02 | 1 | -0/+291 | |
| | | | | | | | | jerry can you generate the other formats please | |||||
* | | last_enum not used. | Jeremy Allison | 2001-12-31 | 1 | -4/+0 | |
| | | | | | | | | Jeremy. | |||||
* | | Fixed enumeration of a large (<1500) users from a Samba PDC to a W2k | Jeremy Allison | 2001-12-31 | 2 | -7/+1 | |
| | | | | | | | | | | | | | | | | | | member server. Firstly, use the same max enumeration size (0x400) as W2K uses, otherwise W2K won't ask for any more. Secondly, if a enumeration request with a non-zero offset comes in on a handle that hasn't started an enumeration, don't bitch about it (return NT_STATUS_UNSUCCESSFUL), just load the db on that handle and return at that offset. Jeremy. | |||||
* | | Fix crash when returning 1000 users to Win98 (tested - hurrah to JF !!). | Jeremy Allison | 2001-12-31 | 3 | -23/+29 | |
| | | | | | | | | Jermey. | |||||
* | | removed unused variables | Gerald Carter | 2001-12-31 | 1 | -2/+0 | |
| | |