Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix up comment on netbios scopes, and remove paragraph about international | Andrew Bartlett | 2002-06-09 | 1 | -12/+2 |
| | | | | | | charsets, becouse it really don't apply well with Samba 3.0 and unicode. Andrew Bartlett | ||||
* | This paragraph is irrelevent and misleading (needs fix for 2.2 as well) | Andrew Bartlett | 2002-06-09 | 1 | -6/+0 |
| | |||||
* | This (hopefully) fixes a bug reported by Kai Krueger <kai@kruegernetz.de> | Andrew Bartlett | 2002-06-09 | 2 | -17/+10 |
| | | | | | | | | | | involving the use of lp_winbind_gid() without checking if they have been set. Also revert the 'clashing user' check back to a Get_Pwnam() - I probably should never have changed it. Andrew Bartlett | ||||
* | Ensure when allowing fchown with write access and dos filemodes that | Jeremy Allison | 2002-06-07 | 1 | -7/+7 |
| | | | | | we leave the gid alone. Jeremy. | ||||
* | Merge pidfile fix. | Jeremy Allison | 2002-06-07 | 1 | -3/+3 |
| | | | | Jeremy. | ||||
* | Fix comment | Andrew Bartlett | 2002-06-07 | 1 | -1/+1 |
| | |||||
* | Globally replace 'global_sam_sid' with get_global_sam_sid(), a self | Andrew Bartlett | 2002-06-07 | 14 | -87/+91 |
| | | | | | | | | | initialising function. This patch thanks to the work of "Stefan (metze) Metzmacher" <metze@metzemix.de> This is partly to enable the transition to SIDs in the the passdb. Andrew Bartlett | ||||
* | Move the code from lib/util_sid.c that deals with the global_sam_sid into | Andrew Bartlett | 2002-06-07 | 3 | -242/+282 |
| | | | | | | | a file that is linked with the passdb. This is to avoid linking insanity when this global becomes a self-initing function. | ||||
* | Add flags2 for security signitures | Andrew Bartlett | 2002-06-07 | 1 | -0/+1 |
| | |||||
* | A couple of updates for the SmbEncrypt code, and some of its users. | Andrew Bartlett | 2002-06-07 | 2 | -14/+32 |
| | | | | | | | | | | (const, takes unix string as arg) Also update cli_full_connection to take NULL pointers as 'undefined' correctly, and therefore do its own lookup etc. This what was intended, but previously you needed to supply a 0.0.0.0 IP address. Andrew Bartlett | ||||
* | Allow sd_len to be zero on NT_TRANSACT_CREATE but not for set sd (helps | Jeremy Allison | 2002-06-07 | 1 | -4/+7 |
| | | | | | Novell client). Jeremy. | ||||
* | Overly complex but neccessary fix for kernel oplock problems. The issue | Jeremy Allison | 2002-06-06 | 3 | -21/+55 |
| | | | | | | | | | | | | | | | is that there are some times when we should return an EINTR from a select, some times when we should not. As we can take a signal at any time, we have to eat EINTR's in some selects. This means we need to check for kernel oplock breaks more often in the main loop, as well as add the queuing mechanism needed for the changenotify code (due to the mistake in understanding POSIX semantics w.r.t. setting a signal mask in a signal handler). This code now passes all my tests. However, (and IMHO and I know tridge disagrees) - the correct way to fix this is to run with RT signals blocked and explicitly unblock them just before the main select, block them after and then process them all in one place. Just my 2cents :-). Jeremy. | ||||
* | enable building of shared libsmbclient | Gerald Carter | 2002-06-06 | 1 | -2/+1 |
| | |||||
* | Fix compile error - doh! | Tim Potter | 2002-06-06 | 2 | -4/+4 |
| | |||||
* | Moved some notify related constants into srv_spoolss_nt.c since | Tim Potter | 2002-06-06 | 2 | -4/+11 |
| | | | | | | they're only used there. Added a PRINTER_NOTIFY_VERSION constant. | ||||
* | Fixed out of date comment for _spoolss_rffpcnex() | Tim Potter | 2002-06-06 | 1 | -4/+2 |
| | |||||
* | Fix typo. | Shirish Kalele | 2002-06-05 | 1 | -1/+1 |
| | |||||
* | merge from 2.2 | Gerald Carter | 2002-06-05 | 1 | -4/+10 |
| | |||||
* | merge 390 kernel workaround from SAMBA_2_2. | Jim McDonough | 2002-06-05 | 2 | -2/+2 |
| | |||||
* | Spelling fix. | Tim Potter | 2002-06-05 | 1 | -1/+1 |
| | |||||
* | Store cache entry keys that have RID values in decimal to be | Tim Potter | 2002-06-05 | 1 | -6/+6 |
| | | | | consistent with other keys. | ||||
* | Remove blocksignals call as it's never going to bloody work right... | Jeremy Allison | 2002-06-05 | 1 | -1/+0 |
| | | | | Jeremy. | ||||
* | Fix for Linux kernel bug where signal mask set within a signal handler | Jeremy Allison | 2002-06-05 | 2 | -34/+82 |
| | | | | | | is being ignored on sighandler exit. This means we have to have a small array of fd's, not a single one. Jeremy. | ||||
* | Update the SAMR pipe for more use of NTSTATUS and to talloc the stored list of | Andrew Bartlett | 2002-06-04 | 1 | -96/+141 |
| | | | | | | users/groups for better memory accounting. Andrew Bartlett | ||||
* | Store the key for a name to sid cache entry in upper case rather than | Tim Potter | 2002-06-04 | 1 | -4/+12 |
| | | | | | | | | | whatever case the request was made in. This gets rid of duplicate cache entries. Also when doing a sid to name, prime the cache with the name to sid mapping result. We can't do the reverse as we don't know the correct case of the name to store in the cache. | ||||
* | Fixed compiler warning. | Tim Potter | 2002-06-04 | 1 | -1/+0 |
| | |||||
* | Fixed some formatting. | Tim Potter | 2002-06-04 | 1 | -3/+4 |
| | |||||
* | Fix long list scrolling bug. | Tim Potter | 2002-06-04 | 1 | -4/+3 |
| | | | | | | | Added some padding around the filter entry to make it look nicer. When resizing the window the scrolling list should get bigger/smaller not the filter entry widget. | ||||
* | Move session gathering routine back into session.c so it can be called either | Jim McDonough | 2002-06-03 | 2 | -53/+53 |
| | | | | in RAP or RPC environment. | ||||
* | Fix netsessenum RPC. Correctly respond with as much info as we can. | Jim McDonough | 2002-06-03 | 1 | -5/+12 |
| | |||||
* | Add user name to netsessenum RPC to stop 1783 messages. Also fix where ↵ | Jim McDonough | 2002-06-03 | 1 | -5/+13 |
| | | | | username was sent as machine name. | ||||
* | Add user name to netsessenum RPC to stop 1783 messages | Jim McDonough | 2002-06-03 | 2 | -5/+9 |
| | |||||
* | Since includes.h isn't included here, VA_COPY has to be defined here. I don't | Jim McDonough | 2002-06-03 | 1 | -0/+8 |
| | | | | | see any include file that is guaranteed to be here, so I'm defining it locally. Fixes AIX and Solaris builds. | ||||
* | Added tdb_delete_by_string() function. | Tim Potter | 2002-06-03 | 1 | -0/+14 |
| | |||||
* | Add VFS Support | John Terpstra | 2002-06-03 | 1 | -0/+15 |
| | |||||
* | Removed unused function. | Tim Potter | 2002-06-03 | 1 | -46/+0 |
| | |||||
* | put the ifdef for HAVE_VA_COPY in one place rather than in lots of | Andrew Tridgell | 2002-06-03 | 7 | -46/+30 |
| | | | | functions | ||||
* | fixed some debug messages | Andrew Tridgell | 2002-06-03 | 1 | -2/+2 |
| | |||||
* | Restrict anonymous checks for the SAMR pipe. This is done by | Tim Potter | 2002-06-03 | 1 | -0/+27 |
| | | | | | | | | | | returning access denied for a SAMR_CONNECT by an anonymous user which seems to be the way 2K does it rather than blocking individual RPC calls like NT. Also checked is the SAMR_GET_DOM_PWINFO rpc which for some reason doesn't require a policy handle to return information. No idea what it's actually used. | ||||
* | Move restrict anonymous checks into a general function called | Tim Potter | 2002-06-03 | 2 | -18/+49 |
| | | | | | pipe_access_check(). Eventually this can take a security descriptor as an argument as well. | ||||
* | fixed a spelling mistake | Andrew Tridgell | 2002-06-03 | 1 | -1/+1 |
| | |||||
* | added a 'net ads search' command, similar to 'ldapsearch' but using the | Andrew Tridgell | 2002-06-03 | 1 | -7/+70 |
| | | | | | | | | Samba LDAP code. I have found using 'ldapsearch' rather frustrating, particularly with kerberos authentication. Using 'net ads search' makes it easier to track down ADS problems. | ||||
* | Added getdompwinfo function. | Tim Potter | 2002-06-03 | 1 | -0/+26 |
| | |||||
* | Added cli_samr_get_dom_pwinfo() function. | Tim Potter | 2002-06-03 | 1 | -46/+74 |
| | | | | Some reformatting. | ||||
* | Removed unused variable. | Tim Potter | 2002-06-03 | 1 | -1/+0 |
| | |||||
* | Fixed bogus alignment in unmarshalling of SAMR_GET_DOM_PWINFO reply. | Tim Potter | 2002-06-03 | 1 | -4/+0 |
| | |||||
* | The last element of the definitions of enums can't have a trailing | Tim Potter | 2002-06-02 | 1 | -1/+1 |
| | | | | comma. Only initialisers can have this in ANSI C. | ||||
* | Add remainder of net rpc file subcommands, and autoselect transport on | Jim McDonough | 2002-06-01 | 3 | -15/+142 |
| | | | | net file | ||||
* | Update for new interface to netfileenum | Jim McDonough | 2002-06-01 | 1 | -1/+1 |
| | |||||
* | Add rpc for file close, expand file enum to take username | Jim McDonough | 2002-06-01 | 3 | -8/+127 |
| |