Age | Commit message (Expand) | Author | Files | Lines |
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 |
2003-07-07 | and so it begins.... | Gerald Carter | 1 | -6/+9 |
2003-07-05 | This parameter is unused. | Andrew Bartlett | 1 | -4/+0 |
2003-07-03 | Removed strupper/strlower macros that automatically map to strupper_m/strlowe... | Jeremy Allison | 1 | -3/+3 |
2003-06-30 | Add the 'guest' passdb backend automatically if | Volker Lendecke | 1 | -2/+2 |
2003-06-30 | - added LOCALE patch from vorlon@debian.org (Steve Langasek) (bug #122) | Andrew Tridgell | 1 | -1/+6 |
2003-06-25 | large change: | Gerald Carter | 1 | -3/+0 |
2003-06-24 | Move the map acl inherit parameter into the protocol section. | Jeremy Allison | 1 | -1/+1 |
2003-06-20 | Missed initial param, typo. | Jeremy Allison | 1 | -0/+1 |
2003-06-20 | Mapping of Windows ACL inheritance and protected bits onto extended attributes | Jeremy Allison | 1 | -0/+3 |
2003-06-10 | when creating aliased parameters in loadparm.c you *must* place the | Andrew Tridgell | 1 | -1/+1 |
2003-06-08 | Enforce 'client plaintext auth', 'client lanman auth' and 'client ntlmv2 auth'. | Andrew Bartlett | 1 | -0/+19 |
2003-06-07 | add back the winbind uid/gid parameter but mark them as deprecated | Gerald Carter | 1 | -0/+2 |
2003-06-06 | support LDAP_EXOP_MODIFY_PASSWORD (not experiemental in OpenLDAP 2.1) | Gerald Carter | 1 | -6/+4 |
2003-06-06 | * add in David Lee's utmp patch (defaults to on if available) | Gerald Carter | 1 | -4/+0 |
2003-06-06 | * break out more common code used between pdb_ldap and idmap_ldap | Gerald Carter | 1 | -75/+51 |
2003-06-03 | * set winbind cache time to 5 minutes | Gerald Carter | 1 | -1/+1 |
2003-06-03 | Merge change winbindd cache time 15 -> 120 secs. | Jeremy Allison | 1 | -1/+1 |
2003-05-29 | Fix bugzilla #117: winbindd looping on 100+char username | Jim McDonough | 1 | -20/+10 |
2003-05-14 | *****LDAP schema changes***** | Gerald Carter | 1 | -1/+1 |
2003-05-12 | And finally IDMAP in 3_0 | Simo Sorce | 1 | -35/+54 |
2003-05-12 | Add NT quota support. Patch from Stefan (metze) Metzemacher | Alexander Bokovoy | 1 | -0/+6 |
2003-05-11 | Fix VFS layer: | Alexander Bokovoy | 1 | -13/+6 |
2003-05-09 | removing total print jobs since it is not used anymore | Gerald Carter | 1 | -2/+0 |
2003-05-02 | Now that multi-pdu schannel works and a but in the negotiator has been | Volker Lendecke | 1 | -2/+2 |
2003-04-29 | removing printing = SOFTQ since no one knows what it is | Gerald Carter | 1 | -12/+0 |
2003-04-28 | A new pdb_ldap! | Andrew Bartlett | 1 | -40/+2 |
2003-04-24 | Patch from Stephan Metzmacher to add default arguments to lp_parm() smb.conf | Jelmer Vernooij | 1 | -88/+362 |
2003-04-23 | Updated FLAGs - Affects only SWAT. | John Terpstra | 1 | -7/+8 |
2003-04-23 | Merge the 'safe' parts of my StrnCpy patch - many of the users really wanted | Andrew Bartlett | 1 | -2/+5 |
2003-04-23 | Merge HEAD's winbind into 3.0. | Andrew Bartlett | 1 | -0/+5 |
2003-04-23 | Try to keep existing behaviour for our printing code - never return | Andrew Bartlett | 1 | -17/+6 |
2003-04-21 | Merge from HEAD - save the type of channel used to contact the DC. | Andrew Bartlett | 1 | -0/+1 |
2003-04-18 | 'vfs object' is a list not a string (we have cascaded VFS modules in 3_0 as | Jelmer Vernooij | 1 | -20/+3 |
2003-04-17 | Remove SamBackend variable (is already gone in HEAD) | Jelmer Vernooij | 1 | -1/+0 |
2003-04-14 | Add some more functions for the modules (backport from HEAD): | Jelmer Vernooij | 1 | -0/+4 |
2003-04-11 | Set the default schannel parameters to False until we know more. | Volker Lendecke | 1 | -2/+2 |
2003-04-09 | This is the netlogon schannel client code. Try a | Volker Lendecke | 1 | -0/+4 |