summaryrefslogtreecommitdiffstats
path: root/source/include
Commit message (Collapse)AuthorAgeFilesLines
...
* r1388: Adding password history code for ldap backend, based on a patch fromJeremy Allison2004-07-072-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 Szczesniak2004-07-031-1/+1
|
* r1325: Always use GetTimeOfDay() (wrapper). Ensure ldap replicationJeremy Allison2004-07-011-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> toJeremy Allison2004-07-011-1/+2
| | | | | | add a timeout to the ldap open calls. New parameter, ldap timeout added. Jeremy.
* r1283: Fix typoVolker Lendecke2004-06-281-1/+1
|
* r1215: Intermediate checkin of the new keytab code. I need to make sure IJeremy Allison2004-06-221-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 Allison2004-06-191-2/+2
| | | | Jeremy.
* r1193: Ensure we check for and use krb5_free_unparsed_name().Jeremy Allison2004-06-191-0/+4
| | | | Jeremy.
* r1154: Change default setting for case sensitivity to "auto". If set to autoJeremy Allison2004-06-152-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 Bartlett2004-06-141-5/+1
| | | | Andrew Bartlett
* r1111: Rename vsnprintf to smb_vsnprintf so we don't get duplicate symbol ↵Jelmer Vernooij2004-06-101-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 Allison2004-06-082-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 passwordGerald Carter2004-06-032-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 Lendecke2004-06-021-0/+9
| | | | Volker
* r925: add changes frpm trunk (r841 and r842) -- enable background queue ↵Gerald Carter2004-05-271-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 Carter2004-05-131-1/+3
| | | | support 128 bit encryption
* r653: Ok, so tridge convinced me. Allow full UNIX path symlinksJeremy Allison2004-05-121-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 theJeremy Allison2004-05-101-0/+1
| | | | | share. Store external paths prefixed with smbln:. Jeremy.
* r599: Bug #1178. Make the libsmbclient routines callable by C++ programs. AlsoRichard Sharpe2004-05-091-29/+264
| | | | clean up the format of the file a bit.
* r570: Remove lots of globals to handle case issues - move themJeremy Allison2004-05-073-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 Allison2004-05-051-2/+1
| | | | Jeremy.
* r478: Added Volkers fix to be able to force DOS errors when needed.Jeremy Allison2004-05-041-3/+4
| | | | Jeremy.
* r428: add acls debug classHerb Lewis2004-04-301-0/+1
|
* r408: - replace (conn->admin_user != True) with (current_user.uid != 0)Stefan Metzmacher2004-04-291-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 auditingVolker Lendecke2004-04-291-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 Sharpe2004-04-161-0/+6
|
* r242: adding 'cups options' parameter to allow raw printing without changing ↵Gerald Carter2004-04-151-1/+1
| | | | /etc/cups/cupsd.conf -- documentation to follow
* r196: merging struct uuid from trunkGerald Carter2004-04-135-29/+24
|
* r155: real for for BUG 761 -- allow printing parameter to set defaults on a ↵Gerald Carter2004-04-101-1/+1
| | | | per share basis
* r150: Make 3.x pass the Samba 4.x RAW-SEARCH tests - except for theJeremy Allison2004-04-101-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 nestingGerald Carter2004-04-073-8/+83
|
* r76: Fix smbfs problem with Tree Disconnect issued before smbfs starts its work.Alexander Bokovoy2004-04-061-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 Bartlett2004-04-061-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 forJim McDonough2004-04-051-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 filesGerald Carter2004-04-051-7/+0
| | | | * updateing WHATSNEW with vl's change
* r4: merge in the SAMBA_3_0 branch from cvsCVS Import User2004-04-0418-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/trunkCVS Import User2004-04-0489-0/+25269
metze