Age | Commit message (Expand) | Author | Files | Lines |
2004-02-02 | Merge the 'use cracklib' parameter from HEAD back to 3.0 | Andrew Bartlett | 1 | -0/+4 |
2004-01-31 | * BUG 101: patch from j.lu@tiesse.com to set the SV_TYPE_PRINTQ_SERVER; | Gerald Carter | 1 | -104/+6 |
2004-01-30 | Fix up name canonicalization (needed for krb5 keytab support later). | Jeremy Allison | 1 | -1/+3 |
2004-01-29 | removing more unused parameters | Gerald Carter | 1 | -10/+0 |
2004-01-15 | Don't substitute stuff in lp_afs_username_map, this is explicitly | Volker Lendecke | 1 | -1/+1 |
2004-01-14 | revert the cracklib changes until post 3.0.2 | Gerald Carter | 1 | -4/+0 |
2004-01-14 | Remove duplicate extern. | Jeremy Allison | 1 | -1/+0 |
2004-01-12 | First stab at cracklib support (password quality checking) in Samba 3.0 | Andrew Bartlett | 1 | -0/+4 |
2004-01-07 | Machines are people too! | Andrew Bartlett | 1 | -2/+2 |
2003-12-25 | ldap rebind sleep -> ldap replication sleep | Andrew Bartlett | 1 | -4/+4 |
2003-12-25 | This is metze's LDAP rebind sleep patch: | Volker Lendecke | 1 | -0/+4 |
2003-12-25 | abartlet pointed me at the fact that the order and flags in loadparm.c are | Volker Lendecke | 1 | -1/+1 |
2003-11-26 | Fixing barfed idmap entries and adding not on use of FLAG_HIDE. | John Terpstra | 1 | -2/+8 |
2003-11-24 | Added "passwd chat timeout" parameter. Docs to follow. | Jeremy Allison | 1 | -0/+4 |
2003-11-22 | Ensure that items in a list of strings containing whitespace | Gerald Carter | 1 | -3/+7 |
2003-11-21 | Fix Jerry's no-proto bug :-). | Jeremy Allison | 1 | -4/+4 |
2003-11-21 | make sure we don't append the ldap suffix when writing out the ldap XXX suffi... | Gerald Carter | 1 | -53/+46 |
2003-11-17 | * make sure we only enumerate group mapping entries | Gerald Carter | 1 | -3/+0 |
2003-11-06 | Fix bug #471. (const needed in lp_set_name_resolve_order). | Jeremy Allison | 1 | -2/+2 |
2003-10-22 | Put strcasecmp/strncasecmp on the banned list (except for needed calls | Jeremy Allison | 1 | -1/+1 |
2003-10-03 | Moving towards better i18n support in SWAT. This commit contains a | Tim Potter | 1 | -16/+16 |
2003-10-01 | mark 'mangled map' as depcreated and remove 'mangled stack' | Gerald Carter | 1 | -4/+1 |
2003-09-24 | Don't #ifdef an AFS option with WITH_ADS. Thanks, jerry! | Volker Lendecke | 1 | -1/+1 |
2003-09-23 | This only touches the fake kaserver support. It adds two parameters: | Volker Lendecke | 1 | -0/+7 |
2003-09-10 | remove references to 'strip dot' | Gerald Carter | 1 | -4/+0 |
2003-09-06 | address bug #359. Andrew B's patch for implementing client | Gerald Carter | 1 | -1/+2 |
2003-09-05 | More tuning from cachegrind. Change most trim_string() calls to trim_char(0, | Jeremy Allison | 1 | -3/+3 |
2003-09-05 | revert the change from r1.414 in HEAD that removed the | Gerald Carter | 1 | -7/+2 |
2003-09-04 | More hand-tuning of the fastpath. Don't do strlen() when we're doing | Jeremy Allison | 1 | -2/+4 |
2003-08-28 | revert a change to r1.397.2.91 because to operate like the docs; browseable f... | Gerald Carter | 1 | -0/+7 |
2003-08-27 | remove 'ldap trust ids' since there was no way for it to work now | Gerald Carter | 1 | -3/+0 |
2003-08-27 | Fix the character set handling properly in nmbd. Also fix bug where | Jeremy Allison | 1 | -4/+11 |
2003-08-22 | fix compile problem (stray character) | Gerald Carter | 1 | -1/+1 |
2003-08-22 | ensure that 'available = no' works for [homes]; reported by Walter Haidinger | Gerald Carter | 1 | -3/+1 |
2003-08-21 | Turn UNIX extensions on by default. Yes I will change the docs :-). | Jeremy Allison | 1 | -1/+1 |
2003-08-20 | metze's autogenerate patch for version.h | Gerald Carter | 1 | -1/+1 |
2003-08-19 | - Update 'preload modules' documention (bug #304) | Jelmer Vernooij | 1 | -2/+1 |
2003-08-15 | Fix charset detection code in configure. | Alexander Bokovoy | 1 | -3/+3 |
2003-08-11 | Make client signing auto. | Jeremy Allison | 1 | -0/+4 |
2003-08-11 | Fix typos. | Volker Lendecke | 1 | -1/+1 |
2003-08-08 | Turn on client ntlmv2 by default. | Jeremy Allison | 1 | -1/+2 |
2003-08-01 | Update my copyrights according to my agreement with IBM | Jim McDonough | 1 | -1/+1 |
2003-08-01 | Fix copyright statements for various pieces of Anthony Liguori's work. | Jim McDonough | 1 | -1/+1 |
2003-07-28 | Cleanup of loadparm and swat to correctly display all parameters as required. | John Terpstra | 1 | -409/+413 |
2003-07-18 | Signing so far... the client code fails on a SMBtrans2 secondary transaction | Jeremy Allison | 1 | -1/+1 |
2003-07-17 | Putting the framework for server signing in place. Ensure we don't use | Jeremy Allison | 1 | -1/+10 |
2003-07-16 | Refactor signing code to remove most dependencies on 'struct cli'. | Jeremy Allison | 1 | -6/+11 |
2003-07-15 | Added the "required" keyword to the "client signing" parameter to force it | Jeremy Allison | 1 | -2/+21 |
2003-07-09 | Large set of changes to add UNIX account/group management | Gerald Carter | 1 | -0/+8 |
2003-07-08 | Moved SAM_ACCOUNT marshall/unmarshall functions to make them externally | Jeremy Allison | 1 | -2/+2 |