Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | this adds a completely new hash based mangling scheme | Andrew Tridgell | 2002-04-11 | 1 | -0/+20 | |
| | | | | | | | | | | the hash for this scheme is *much* larger (approximately 31 bits) and the code is written to be very fast, correctly handling multibyte while not doing any actual multi-byte conversions in the vast majority of cases you can select this scheme using "mangling method = hash2", although I may make it the default if it works out well. | |||||
* | Also look for libinsure.so where the full version installs it. | Tim Potter | 2002-04-04 | 1 | -0/+5 | |
| | ||||||
* | cope with a missing PAM define | Andrew Tridgell | 2002-04-01 | 1 | -3/+6 | |
| | ||||||
* | Added sys_adminlog() system for info the appliance admins really | Jeremy Allison | 2002-03-27 | 1 | -0/+28 | |
| | | | | | need to know about. Different from the DEBUG system. Jeremy. | |||||
* | Removed HAVE_LIBDL from most places (except system.c). Added checks for | Jeremy Allison | 2002-03-27 | 1 | -4/+4 | |
| | | | | | | dlopen & friends into configure.in. This should help building on *BSD where dl*** calls are in libc. Jeremy | |||||
* | Allow hosts allow/deny to use xx.xx.xx.xx/yy syntax. | Jeremy Allison | 2002-03-27 | 1 | -2/+10 | |
| | | | | Jeremy. | |||||
* | In msleep - never sleep for more than 1 second. Cope with time changes. | Jeremy Allison | 2002-03-27 | 1 | -16/+27 | |
| | | | | Jeremy. | |||||
* | Moved debug messages for grabbing/releasing mutex. | Jeremy Allison | 2002-03-27 | 1 | -0/+4 | |
| | | | | Jeremy. | |||||
* | Don't hold the mutex for more than 20 seconds. | Jeremy Allison | 2002-03-26 | 2 | -5/+33 | |
| | | | | Jeremy. | |||||
* | OpenPrinter() merge from 2.2 | Gerald Carter | 2002-03-26 | 1 | -0/+32 | |
| | ||||||
* | add {push,pull}_ucs2{allocate,talloc}() functions. | Andrew Bartlett | 2002-03-25 | 1 | -0/+58 | |
| | | | | Andrew Bartlett | |||||
* | Spelling fixes. | Tim Potter | 2002-03-24 | 1 | -1/+1 | |
| | ||||||
* | Make a number of the lookup tables 'const'. I'm told this assists in sharing | Andrew Bartlett | 2002-03-23 | 2 | -3/+3 | |
| | | | | | | memory between users of shared libs. Andrew Bartlett | |||||
* | Update some of the DEBUG()s in Get_Pwnam_internal() | Andrew Bartlett | 2002-03-23 | 1 | -8/+11 | |
| | | | | Andrew Bartlett | |||||
* | Patch from Hasch@t-online.de (Juergen Hasch) to add allocate and talloc | Andrew Bartlett | 2002-03-23 | 1 | -1/+86 | |
| | | | | | | push/pull utf8 functions. To be used for international ADS support. Andrew Bartlett | |||||
* | Fix the mp3 rename bug - also tidy up our open code and remove the special | Jeremy Allison | 2002-03-23 | 1 | -1/+1 | |
| | | | | | cases for rename and unlink. Had to add desired_access into the share mode record. Jeremy. | |||||
* | Stomped on some header file version numbers that have crept back in. | Tim Potter | 2002-03-22 | 1 | -2/+1 | |
| | ||||||
* | must use native endian index when creating default valid.dat table so it | Herb Lewis | 2002-03-21 | 1 | -2/+2 | |
| | | | | is the same on big and little endian systems. | |||||
* | Add assertions that kill() is never accidentally passed a non-positive | Martin Pool | 2002-03-20 | 2 | -0/+10 | |
| | | | | | | | | | pid. This follows a bug in rsync where it would accidentally kill(-1), removing all the user's processes. I can't see any way this would directly happen in Samba, but having the assertions seems beneficial. http://cvs.samba.org/cgi-bin/cvsweb/rsync/util.c.diff?r1=1.108&r2=1.109&f=h | |||||
* | Sync up vfs changes from 2.2.x. | Jeremy Allison | 2002-03-19 | 1 | -0/+15 | |
| | | | | Jeremy. | |||||
* | more verbose checking in talloc and util_pw | Simo Sorce | 2002-03-18 | 2 | -40/+50 | |
| | | | | | fixed tdbsam memory corruption (and segfault) reducing calls to pdb_uid_to_user_rid and countrary to 0 to move to a non alghoritmic rid allocation with some passdb modules. | |||||
* | Renamed get_nt_error_msg() to nt_errstr(). | Tim Potter | 2002-03-17 | 1 | -1/+1 | |
| | ||||||
* | lower the debug level of failing to map a file | Andrew Tridgell | 2002-03-15 | 1 | -1/+1 | |
| | ||||||
* | syncing up printing code with SAMBA_2_2 (already done some merges | Gerald Carter | 2002-03-15 | 1 | -0/+25 | |
| | | | | | | | | | | | | | in the reverse). * add in new printer change notify code from SAMBA_2_2 * add in se_map_standard() from 2.2 in _spoolss_open_printer_ex() * sync up the _print_queue_struct in smb.h (why did someone change the user/file names in fs_user/fs_file (or vice-versa) ? ) * sync up some cli_spoolss_XXX functions | |||||
* | getpid() -> sys_getpid() | Tim Potter | 2002-03-14 | 3 | -4/+4 | |
| | ||||||
* | Add "Creator Group" - was in 2.2.x and I'm syncing up the two. | Jeremy Allison | 2002-03-13 | 1 | -0/+2 | |
| | | | | Jeremy. | |||||
* | Fix typo. | Martin Pool | 2002-03-10 | 1 | -1/+1 | |
| | ||||||
* | add a note about the meaning of global_sam_sid | Andrew Tridgell | 2002-03-10 | 1 | -0/+3 | |
| | ||||||
* | Doc. | Tim Potter | 2002-03-09 | 1 | -9/+14 | |
| | ||||||
* | fixed the upper/lower case table generation on big-endian machines | Herb Lewis | 2002-03-06 | 1 | -9/+26 | |
| | | | | (tridge, using Herbs console) | |||||
* | dos2unix not used in HEAD anymore. | Jeremy Allison | 2002-03-04 | 1 | -2/+2 | |
| | | | | Jeremy. | |||||
* | Fix up the pull_utf8_fstring/pstring functions, and add their push eqivilants. | Andrew Bartlett | 2002-03-01 | 1 | -4/+14 | |
| | | | | | | patch by Hasch@t-online.de (Juergen Hasch) Andrew Bartlett | |||||
* | This should kill off the 'cannot convert' error messages on non-iconv hosts. | Andrew Bartlett | 2002-03-01 | 1 | -1/+1 | |
| | ||||||
* | Make this function static | Andrew Bartlett | 2002-02-27 | 1 | -1/+1 | |
| | ||||||
* | bcopy must DIE ! Stop people creeping use of bcopy back into the code | Jeremy Allison | 2002-02-26 | 1 | -6/+5 | |
| | | | | | (and yes I know who you are..... :-). Jeremy. | |||||
* | Only set smb_read_error if not already set. | Jeremy Allison | 2002-02-23 | 1 | -6/+20 | |
| | | | | Jeremy. | |||||
* | Thanks to David Edward Shapiro <David.Edward.Shapiro@btitele.com> for spotting | Andrew Bartlett | 2002-02-20 | 1 | -1/+1 | |
| | | | | | | | | this! (groupname and domain name paramaters swapped, giving 'interesting' results...) Andrew Bartlett | |||||
* | Patch from Hasch@t-online.de (Juergen Hasch) to add UTF-8 as an explict | Andrew Bartlett | 2002-02-19 | 1 | -1/+67 | |
| | | | | | | | character set for conversion. To be used in Winbind and the 'net ads' commands. Andrew Bartlett | |||||
* | serialise all domain auth requests | Andrew Tridgell | 2002-02-18 | 1 | -0/+30 | |
| | | | | | | | | | this is needed because W2K will send a TCP reset to any open connections that have not done a negprot when a second connection is made. This meant that under heavy netlogon load a Samba domain member would fail authentications. Jeremy, you may wish to port this to 2.2.x | |||||
* | reverted tims patch that broke configure | Andrew Tridgell | 2002-02-18 | 1 | -13/+0 | |
| | | | | why does anything but smbd care about sec_init() anyway?? | |||||
* | Whoops, typo. | Tim Potter | 2002-02-17 | 1 | -4/+4 | |
| | ||||||
* | Do a smb_panic() if sec_initial_[ug]id() or non_root_mode() is called | Tim Potter | 2002-02-17 | 1 | -0/+13 | |
| | | | | | without before sec_init(). This should avoid the formation of another magic function club. (-: | |||||
* | int -> uint32 | Tim Potter | 2002-02-17 | 1 | -2/+1 | |
| | ||||||
* | Back out 1.16.2.3: | Martin Pool | 2002-02-15 | 1 | -1/+5 | |
| | | | | | | receive_smb: You might think that we ought to set smb_read_error here, but apparently that breaks the recursive main loop in oplock.c. Global variables suck. :-/ | |||||
* | Try to get this finally working. (Note to self: *always* check build farm...) | Andrew Bartlett | 2002-02-06 | 1 | -2/+2 | |
| | | | | | | :-) Andrew Bartlett | |||||
* | See if we can get slightly valid C for the non-PAM case here. | Andrew Bartlett | 2002-02-05 | 1 | -2/+2 | |
| | | | | Andrew Bartlett | |||||
* | Drastic impromvents to pam_winbind. | Andrew Bartlett | 2002-02-05 | 1 | -0/+122 | |
| | | | | | | | | | | | | | | | | | This adds code to do generic PAM -> NTSTATUS and NTSTATUS -> PAM error conversions, and uses them to make the error handling in pam_winbind sane. In particular, pam_winbind now uses PAM error codes, not silly '-1, -2 ...' stuff, and logs the NTSTATUS error that winbind now sends over the pipe. Added code to wbinfo to display these - makes a big difference in debugging winbindd. The main change here is the code to allow pam_winbind password changing to correctly stack - This code ripped from pam_unix, and the copyright attached. (Same as for all pam modules, including pam_winbind) Andrew Bartlett | |||||
* | Fix stupid typo ! | Jeremy Allison | 2002-02-05 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | better debug messages! | Simo Sorce | 2002-02-04 | 1 | -0/+1 | |
| | ||||||
* | Fix from Michael Steffens <michael_steffens@hp.com> to make signal | Jeremy Allison | 2002-01-31 | 4 | -26/+58 | |
| | | | | | | processing work correctly in winbindd. This is a really good patch that gives full select semantics to the Samba modified select. Jeremy. |