Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | 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 | |
| | | | ||||||
| * | | const religion only works when everything follows it. | Gerald Carter | 2001-12-31 | 1 | -19/+18 | |
| | | | | | | | | | | | | | | | Too big of a rewrite for me right now. Minor fixes to make --with-tdbsam compile. | |||||
| * | | backport of changes from HEAD | Simo Sorce | 2001-12-31 | 1 | -52/+59 | |
| | | | ||||||
| * | | sync macro name with HEAD | Gerald Carter | 2001-12-31 | 1 | -1/+1 | |
| | | | ||||||
| * | | never, never, never, never commit without testing it ... | Simo Sorce | 2001-12-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | 3 mistakes in a day :( time to get an holyday? | |||||
| * | | freeing the wrong pointer, sorry. | Simo Sorce | 2001-12-30 | 1 | -5/+5 | |
| | | | ||||||
| * | | Merge from HEAD. | Tim Potter | 2001-12-30 | 1 | -1/+1 | |
| | | | ||||||
| * | | forgot proto | Simo Sorce | 2001-12-30 | 1 | -668/+666 | |
| | | | ||||||
| * | | backport from head, passdb backends are a bit different (I've seen only the ↵ | Simo Sorce | 2001-12-30 | 3 | -27/+18 | |
| | | | | | | | | | | | | ldap init fns) so I leave to other (jeremy, jerry ?) to backports the mods if they think it is ok. | |||||
| * | | When running interactive we want to set our own process group for | Jeremy Allison | 2001-12-30 | 6 | -11/+41 | |
| | | | | | | | | | | | | | | | signal management. Jeremy. | |||||
| * | | removed uidNumber and gidNumber from the LDAP schema. We do | Gerald Carter | 2001-12-29 | 2 | -6/+3 | |
| | | | | | | | | | | | | not use these (but rely on the OS supplied values). | |||||
| * | | made pdb_getsampwuid() into a simple wrapper for pdb_getsampwnam(). | Gerald Carter | 2001-12-29 | 7 | -168/+47 | |
| | | | | | | | | | | | | | | | No need for a samdb backend to implement it. We shoulnever trust the uid in the samdb backend. | |||||
| * | | fixed segfault in set_user_info_[21|23]. Removed copy_sam_passwd(). | Gerald Carter | 2001-12-29 | 1 | -40/+31 | |
| | | | | | | | | | | | | HEAD is ok. No need to merge. | |||||
| * | | Documented -i modes for nmbd/smbd. | Jeremy Allison | 2001-12-29 | 2 | -0/+22 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Added -i (interactive) mode of running. | Jeremy Allison | 2001-12-29 | 2 | -12/+23 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Removed extra lp_adduser() call. | Jeremy Allison | 2001-12-29 | 3 | -704/+697 | |
| | | | | | | | | | | | | | | | Fixed up error returns in get_correct_cversion(). Jeremy. | |||||
| * | | Added store flag to four od the pdb_set_XXX() functions to | Gerald Carter | 2001-12-29 | 5 | -47/+63 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | indicate whether we save saving a smb.conf default value or one that should actually be persistent (and individual). The LDAP backend now does not save default settings for "logon home", "logon path", "logon drive", and "logon script". If the attributes exist in the sambaAccount entry, they will take precedence over the smb.conf defaults. | |||||
| * | | preparing to Samba-LDAP-HOWTO ..... | Gerald Carter | 2001-12-29 | 3 | -18/+50 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also added instructions on the possible targets to the Makefile. Possible options to the Makefile include: all-docs - Force a rebuild of all documentation HOWTO - Build all individual HOWTOs in html format proj-doc - Build the Samba-HOWTO-Collection.[pdf|html] file man - Rebuild html and nroff versions of man pages as necessary syntax - Check the SGML/DocBook syntax of all source files | |||||
| * | | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'. | cvs2svn Import User | 2001-12-29 | 1 | -0/+0 | |
| |\| | ||||||
| | * | file Samba-LDAP-HOWTO.sgml was initially added on branch SAMBA_2_2. | Gerald Carter | 2001-12-29 | 1 | -0/+0 | |
| | | | ||||||
| | * | passing NULL to print_queue_status()'s status parameter could end in a segfault | Simo Sorce | 2001-12-29 | 1 | -1/+2 | |
| | | | ||||||
| | * | removed unused files | Gerald Carter | 2001-12-28 | 4 | -2320/+0 | |
| | | | ||||||
| | * | merge from 2.2 | Gerald Carter | 2001-12-28 | 1 | -0/+1 | |
| | | | ||||||
| | * | moving SAM_ACCOUNT to include a bit field for initialized | Gerald Carter | 2001-12-27 | 9 | -100/+91 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | members (such as uid and gid). This way we will be able to keep ourselves from writing out default smb.conf settings when the admin doesn't want to, That part is not done yet. Tested compiles with ldap/tdb/smbpasswd. Tested connection with smbpasswd backend. oh...and smbpasswd doesn'y automatically expire accounts after 21 days from the last password change either now. Just ifdef'd out that code in build_sam_account(). Will merge updates into 2.2 as they are necessary. jerry | |||||
| | * | sync with 2.2 | Gerald Carter | 2001-12-26 | 8 | -0/+790 | |
| | | | ||||||
| | * | merge Jeremy's gcc3 warning fix from 2.2 | Herb Lewis | 2001-12-22 | 1 | -1/+1 | |
| | | |