Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | r1388: Adding password history code for ldap backend, based on a patch from | Jeremy Allison | 2004-07-07 | 2 | -5/+8 | |
| | | | | | | | | | "Jianliang Lu" <j.lu@tiesse.com>. Multi-string attribute changed to linearised pstring due to ordering issues. A few other changes to fix race conditions. I will add the tdb backend code next. This code compiles but has not yet been tested with password history policy set to greater than zero. Targeted for 3.0.6. Jeremy. | |||||
* | r1332: Typo fix. | Rafal Szczesniak | 2004-07-03 | 1 | -1/+1 | |
| | ||||||
* | r1325: Always use GetTimeOfDay() (wrapper). Ensure ldap replication | Jeremy Allison | 2004-07-01 | 1 | -0/+2 | |
| | | | | | | sleep time is not more than 5 seconds. Should fix issue reported by Chris Garrigues <cwg@deepeddy.com>. Jeremy. | |||||
* | r1317: Patch from Joe Meadows "Joe Meadows" <jameadows@webopolis.com> to | Jeremy Allison | 2004-07-01 | 1 | -1/+2 | |
| | | | | | | add a timeout to the ldap open calls. New parameter, ldap timeout added. Jeremy. | |||||
* | r1283: Fix typo | Volker Lendecke | 2004-06-28 | 1 | -1/+1 | |
| | ||||||
* | r1215: Intermediate checkin of the new keytab code. I need to make sure I | Jeremy Allison | 2004-06-22 | 1 | -1/+1 | |
| | | | | | | | haven't broken krb5 ticket verification in the mainline code path, also need to check with valgrind. Everything now compiles (MIT, need to also check Heimdal) and the "net keytab" utility code will follow. Jeremy. | |||||
* | r1195: Ensure libsmb/clikrb5.c compiles. | Jeremy Allison | 2004-06-19 | 1 | -2/+2 | |
| | | | | Jeremy. | |||||
* | r1193: Ensure we check for and use krb5_free_unparsed_name(). | Jeremy Allison | 2004-06-19 | 1 | -0/+4 | |
| | | | | Jeremy. | |||||
* | r1154: Change default setting for case sensitivity to "auto". If set to auto | Jeremy Allison | 2004-06-15 | 2 | -1/+3 | |
| | | | | | | | | | | | | then is the client supports it (current clients supported are Samba and CIFSVFS - detected by the negprot strings "Samba", "POSIX 2" and a bare "NT LM 0.12" string) then the setting of the per packet flag smb_flag FLAG_CASELESS_PATHNAMES is taken into account per packet. This allows the linux CIFS client to use Samba in a case sensitive manner. Additional command in smbclient "case_sensitive", toggles the flag in subsequent packets. Docs to follow. Jeremy. | |||||
* | r1125: Remove bougus comments. (The real fix was to the sealed pipe padding) | Andrew Bartlett | 2004-06-14 | 1 | -5/+1 | |
| | | | | Andrew Bartlett | |||||
* | r1111: Rename vsnprintf to smb_vsnprintf so we don't get duplicate symbol ↵ | Jelmer Vernooij | 2004-06-10 | 1 | -0/+1 | |
| | | | | | | errors when linking against an app that does have vsnprintf() (bug #478) | |||||
* | r1085: Now it's had some proper user testing, merge in the deferred open ↵ | Jeremy Allison | 2004-06-08 | 2 | -19/+46 | |
| | | | | | | | | fix. I'm still doing more testing, but it fixes a behaviour that we've been wrong on ever since the start of Samba. Jeremy. | |||||
* | r991: Allow winbindd to use the domain trust account password | Gerald Carter | 2004-06-03 | 2 | -8/+37 | |
| | | | | | | for setting up an schannel connection. This solves the problem of a Samba DC running winbind, trusting a native mode AD domain, and needing to enumerate AD users via wbinfo -u. | |||||
* | r977: Implement 'net rpc group rename' -- rename domain groups. | Volker Lendecke | 2004-06-02 | 1 | -0/+9 | |
| | | | | Volker | |||||
* | r925: add changes frpm trunk (r841 and r842) -- enable background queue ↵ | Gerald Carter | 2004-05-27 | 1 | -2/+3 | |
| | | | | update process and allow printers to have different sharenames from printernames | |||||
* | r704: BUG 1315: fix for schannel client connections to server's that don't ↵ | Gerald Carter | 2004-05-13 | 1 | -1/+3 | |
| | | | | support 128 bit encryption | |||||
* | r653: Ok, so tridge convinced me. Allow full UNIX path symlinks | Jeremy Allison | 2004-05-12 | 1 | -1/+0 | |
| | | | | | | to anywhere on the server filesystem so long as widelinks is set to true.... :-). Jeremy. | |||||
* | r640: Make cifsvfs symlinks work with paths within and external to the | Jeremy Allison | 2004-05-10 | 1 | -0/+1 | |
| | | | | | share. Store external paths prefixed with smbln:. Jeremy. | |||||
* | r599: Bug #1178. Make the libsmbclient routines callable by C++ programs. Also | Richard Sharpe | 2004-05-09 | 1 | -29/+264 | |
| | | | | clean up the format of the file a bit. | |||||
* | r570: Remove lots of globals to handle case issues - move them | Jeremy Allison | 2004-05-07 | 3 | -4/+9 | |
| | | | | | | | | to connection struct entries (as they should have been from the start). Jerry, once you've cut over to 3.0.4 release branch I'll add this to 3.0 also. - Jerry cut over :-). Jeremy. | |||||
* | r480: Added Andrew Bartletts pwinfo-parse-error.patch. | Jeremy Allison | 2004-05-05 | 1 | -2/+1 | |
| | | | | Jeremy. | |||||
* | r478: Added Volkers fix to be able to force DOS errors when needed. | Jeremy Allison | 2004-05-04 | 1 | -3/+4 | |
| | | | | Jeremy. | |||||
* | r428: add acls debug class | Herb Lewis | 2004-04-30 | 1 | -0/+1 | |
| | ||||||
* | r408: - replace (conn->admin_user != True) with (current_user.uid != 0) | Stefan Metzmacher | 2004-04-29 | 1 | -0/+4 | |
| | | | | | | | | | | because someone changed it in all other places too - fix quotas support from windows explorer we now got the unix file name of a fake_file metze | |||||
* | r404: Revert the change 378 to vfs_extd_audit.c, the parseable auditing | Volker Lendecke | 2004-04-29 | 1 | -0/+3 | |
| | | | | | | | Implement vfs_full_audit.c that can log every vfs.h operation. So if you change vfs.h, from now on you also have to change full_audit :-) Volker | |||||
* | r248: Add support for printing out the MAC address on nmblookup. | Richard Sharpe | 2004-04-16 | 1 | -0/+6 | |
| | ||||||
* | r242: adding 'cups options' parameter to allow raw printing without changing ↵ | Gerald Carter | 2004-04-15 | 1 | -1/+1 | |
| | | | | /etc/cups/cupsd.conf -- documentation to follow | |||||
* | r196: merging struct uuid from trunk | Gerald Carter | 2004-04-13 | 5 | -29/+24 | |
| | ||||||
* | r155: real for for BUG 761 -- allow printing parameter to set defaults on a ↵ | Gerald Carter | 2004-04-10 | 1 | -1/+1 | |
| | | | | per share basis | |||||
* | r150: Make 3.x pass the Samba 4.x RAW-SEARCH tests - except for the | Jeremy Allison | 2004-04-10 | 1 | -2/+2 | |
| | | | | | | UNIX info levels, and the short case preserve names. Tested with NT - needs more testing. Will work on this more on Monday. Jeremy. | |||||
* | r116: volker's patch for local group and group nesting | Gerald Carter | 2004-04-07 | 3 | -8/+83 | |
| | ||||||
* | r76: Fix smbfs problem with Tree Disconnect issued before smbfs starts its work. | Alexander Bokovoy | 2004-04-06 | 1 | -0/+1 | |
| | | | | | | | | | We use cli_state.smb_rw_error to pass this specific case into cli_close_connection() from smbmount as smb_rw_error can have only selected number of states and it is ignored in cli_close_connection(). Compiled and tested by Lars Mueller from SuSE on x86, x86_64, ppc, ppc64, s390 and s390x. | |||||
* | r69: Global rename of 'nt_session_key' -> 'user_session_key'. The session ↵ | Andrew Bartlett | 2004-04-06 | 1 | -1/+1 | |
| | | | | | | | key could be anything, and may not be based on anything 'NT'. This is also what microsoft calls it. | |||||
* | r53: Remove modifyTimestamp from list of our attributes. We just check it for | Jim McDonough | 2004-04-05 | 1 | -1/+0 | |
| | | | | | | cache entry time comparisons in password lockout. Fixes problems where pdb_ldap tries to delete the operational attribute modifyTimestamp when deleting a user account. | |||||
* | r39: * importing .cvsignore files | Gerald Carter | 2004-04-05 | 1 | -7/+0 | |
| | | | | * updateing WHATSNEW with vl's change | |||||
* | r4: merge in the SAMBA_3_0 branch from cvs | CVS Import User | 2004-04-04 | 18 | -915/+53 | |
| | | | | | | | | to checkout try this: svn co svn+ssh://svn.samba.org/home/svn/samba/branches/SAMBA_3_0 samba-3_0-work metze | |||||
* | r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunk | CVS Import User | 2004-04-04 | 89 | -0/+25269 | |
metze |