Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fix to allow blocking lock notification to be done rapidly (no wait | Jeremy Allison | 2003-02-27 | 7 | -19/+162 | |
| | | | | | | | | | | | | for smb -> smb lock release). Adds new PENDING_LOCK type to lockdb (does not interfere with existing locks). Jeremy. | |||||
* | | Merge adding -Wwrite-strings to our CFLAGS when --enable-developer is set | Andrew Bartlett | 2003-02-26 | 1 | -2/+2 | |
| | | ||||||
* | | Link wbinfo with popt_common.o | Tim Potter | 2003-02-26 | 1 | -1/+2 | |
| | | ||||||
* | | Merge of exit path cleanup for EnumDomainUsers. | Tim Potter | 2003-02-26 | 1 | -41/+23 | |
| | | ||||||
* | | Merge of python prototype header removal. | Tim Potter | 2003-02-26 | 1 | -29/+0 | |
| | | ||||||
* | | Merge: newline on debug message. | Tim Potter | 2003-02-25 | 1 | -1/+1 | |
| | | ||||||
* | | Merge: add popt_common_version to command line options table. | Tim Potter | 2003-02-25 | 4 | -0/+4 | |
| | | ||||||
* | | Merge: const fixes. | Tim Potter | 2003-02-25 | 1 | -110/+87 | |
| | | | | | | | | | | | | Merge: add popt_common_version to command line options table. Merge: mbp's rewrite of do_cmd() | |||||
* | | Merge: const fixes. | Tim Potter | 2003-02-25 | 1 | -1/+2 | |
| | | | | | | | | Merge: add popt_common_version to command line options table. | |||||
* | | Merge: const fixes. | Tim Potter | 2003-02-25 | 16 | -119/+136 | |
| | | ||||||
* | | Merge: fix compiler warning. | Tim Potter | 2003-02-25 | 1 | -0/+7 | |
| | | ||||||
* | | Progress on CR 601 | Gerald Carter | 2003-02-25 | 6 | -315/+388 | |
| | | | | | | | | | | | | | | | | | | cache the printer_info_2 with the open printer handle. cache is invalidated on a mod_a_printer() call **on that smbd**. Yes, this means that the window for admins to step on each other from different clients just got larger, but since handles a generally short lived this is probably ok. | |||||
* | | Merge from HEAD. Use pstrcpy not safe_strcpy. | Jeremy Allison | 2003-02-24 | 1 | -2/+2 | |
| | | | | | | | | Jeremy. | |||||
* | | Merge from head. Move off-by-one buggy malloc()/safe_strcpy() combination to ↵ | Jeremy Allison | 2003-02-24 | 1 | -3/+1 | |
| | | | | | | | | | | | | strdup() instead. Jeremy. | |||||
* | | Merge documentation from HEAD | Martin Pool | 2003-02-24 | 1 | -6/+13 | |
| | | ||||||
* | | Make sure these values are never uninitialsised. | Andrew Bartlett | 2003-02-24 | 1 | -2/+2 | |
| | | ||||||
* | | Cleint-side-auth/kerberos fixes from HEAD, and don't connect to a share | Andrew Bartlett | 2003-02-24 | 3 | -25/+67 | |
| | | | | | | | | | | | | twice, let the libsmb code determine what form the share name should take. Andrew Bartlett | |||||
* | | Iconv as seperate library fixes from HEAD | Andrew Bartlett | 2003-02-24 | 1 | -0/+5 | |
| | | ||||||
* | | Signed/unsigned fix from HEAD | Andrew Bartlett | 2003-02-24 | 1 | -2/+2 | |
| | | ||||||
* | | Merge crypt(), ACL lib and shared lib changes from HEAD. | Andrew Bartlett | 2003-02-24 | 3 | -57/+252 | |
| | | ||||||
* | | Merge paramaters for client-side-auth updates. | Andrew Bartlett | 2003-02-24 | 1 | -0/+11 | |
| | | ||||||
* | | Fix a small stuffup in the HEAD -> 3.0 merge | Andrew Bartlett | 2003-02-24 | 1 | -1/+0 | |
| | | ||||||
* | | Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0. | Andrew Bartlett | 2003-02-24 | 13 | -247/+284 | |
| | | | | | | | | Andrew Bartlett | |||||
* | | Makefile updates for the client-side auth/kerberos merge. | Andrew Bartlett | 2003-02-24 | 1 | -39/+53 | |
| | | ||||||
* | | Missed a couple of files from the client-side kerberos merge | Andrew Bartlett | 2003-02-24 | 3 | -4/+19 | |
| | | ||||||
* | | Merge off-by-one fix from HEAD (caused crash with --enable-developer) | Andrew Bartlett | 2003-02-24 | 1 | -1/+1 | |
| | | ||||||
* | | Merge from HEAD client-side authentication changes: | Andrew Bartlett | 2003-02-24 | 16 | -673/+1121 | |
| | | | | | | | | | | | | | | | | | | | | - new kerberos code, allowing the account to change it's own password without special SD settings required - NTLMSSP client code, now seperated from cliconnect.c - NTLMv2 client code - SMB signing fixes Andrew Bartlett | |||||
* | | Missed one in the previous merge - user_ok() and user_in_group() now take | Andrew Bartlett | 2003-02-24 | 1 | -1/+1 | |
| | | | | | | | | an optional list of groups the user is in. | |||||
* | | Merge of server-side authentication changes to 3.0: | Andrew Bartlett | 2003-02-24 | 13 | -153/+224 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - user_ok() and user_in_group() now take a list of groups, instead of looking for the user in the members of all groups. - The 'server_info' returned from the authentication is now kept around - in future we won't copy the sesion key, username etc, we will just referece them directly. - rhosts upgraded to use the SAM if possible, otherwise fake up based on getpwnam(). - auth_util code to deal with groups upgraded to deal with non-winbind domain members again. Andrew Bartlett | |||||
* | | Add comment about Samba character sets, from explanation by abartlet. | Martin Pool | 2003-02-24 | 1 | -0/+13 | |
| | | ||||||
* | | When checking is_locked() new WRITE locks conflict with existing READ locks even | Jeremy Allison | 2003-02-22 | 1 | -3/+10 | |
| | | | | | | | | | | if the context is the same. See LOCKTEST7 in smbtorture. Jeremy. | |||||
* | | s/unistr2_to_dos/unistr2_to_ascii/ to fix compile | Gerald Carter | 2003-02-21 | 1 | -1/+1 | |
| | | ||||||
* | | couple of merges from APP_HEAD | Gerald Carter | 2003-02-21 | 2 | -5/+26 | |
| | | | | | | | | | | | | | | | | * performance optimization in enumprinterdataex() when keyname is empty * fix a few typos in comments * reload services after addprinter_command() dump registry data in ascii when the key is REG_SZ or REG_MULTI_SZ | |||||
* | | patch from Hal Roberts check for a valid [f]chmod_acl function pointer ↵ | Gerald Carter | 2003-02-21 | 1 | -2/+12 | |
| | | | | | | | | before calling it. Fixes seg fault in audit VFS module | |||||
* | | Fix IRIX build...void fn can't return another void fn | Jim McDonough | 2003-02-21 | 1 | -1/+2 | |
| | | ||||||
* | | Added comments to make it clearer when we're assigning a pointer that it | Jeremy Allison | 2003-02-21 | 1 | -0/+12 | |
| | | | | | | | | | | must not be freed afterwards. Jeremy. | |||||
* | | Ignore errors on python_clean target. | Tim Potter | 2003-02-21 | 1 | -1/+1 | |
| | | ||||||
* | | Added Volkers "print server role" patch. | Jeremy Allison | 2003-02-20 | 1 | -0/+22 | |
| | | | | | | | | Jeremy. | |||||
* | | Compile in lib/module.o | Jelmer Vernooij | 2003-02-20 | 1 | -1/+1 | |
| | | ||||||
* | | Merge in smb_load_module() function from HEAD | Jelmer Vernooij | 2003-02-20 | 1 | -24/+0 | |
| | | ||||||
* | | Remove obsolete files | Jelmer Vernooij | 2003-02-20 | 2 | -1699/+0 | |
| | | ||||||
* | | Ensure tdb error code is set for corrupt and i/o errors before calling | Jeremy Allison | 2003-02-20 | 1 | -1/+24 | |
| | | | | | | | | | | the log function. This allows the log function to take action. Jeremy. | |||||
* | | (Merge from APPLIANCE_HEAD) | Martin Pool | 2003-02-20 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | CR1829: Fix memory leak when unpacking 'B' buffers in Python. (PyList_Append creates a new reference to the added object, and so we have to release the existing one.) | |||||
* | | Merge typo fix. | Tim Potter | 2003-02-19 | 1 | -1/+1 | |
| | | ||||||
* | | Merge NTSTATUS vs WERROR return for cli_srvsvc_net_srv_get_info() | Tim Potter | 2003-02-19 | 2 | -15/+10 | |
| | | ||||||
* | | Merge cleanups of return values. | Tim Potter | 2003-02-19 | 1 | -5/+5 | |
| | | ||||||
* | | Merge some random looking setenv related kerberos stuff that makes | Tim Potter | 2003-02-19 | 1 | -4/+9 | |
| | | | | | | | | winbindd build again. | |||||
* | | Merge of cleanups and srvsvc implementation from HEAD. | Tim Potter | 2003-02-19 | 20 | -255/+222 | |
| | | ||||||
* | | Fix inspired by Stefan (metze) Metzmacher - cache the sidtype also. | Jeremy Allison | 2003-02-19 | 1 | -19/+27 | |
| | | | | | | | | Jeremy. | |||||
* | | correct init, tx Stefan | Simo Sorce | 2003-02-19 | 1 | -1/+2 | |
| | |