Age | Commit message (Expand) | Author | Files | Lines |
2004-02-02 | there are places in the samba3 code that don't check properly for | Andrew Tridgell | 1 | -0/+4 |
2004-02-02 | the conversion from int to size_t in charcnv did not take into account | Andrew Tridgell | 1 | -1/+1 |
2004-02-02 | Remove bogus check. No functional change, just cosmetics. | Volker Lendecke | 1 | -5/+0 |
2004-02-02 | Always at least try to compile in cracklib support. | Andrew Bartlett | 1 | -1/+1 |
2004-02-02 | Merge the 'use cracklib' parameter from HEAD back to 3.0 | Andrew Bartlett | 1 | -0/+4 |
2004-02-02 | remerge andrew's cracklib patch from HEAD and fix a compile warnings | Gerald Carter | 5 | -26/+144 |
2004-02-01 | Include sys/acl.h in check for broken nisplus include files. Bug #1025. | Tim Potter | 1 | -1/+3 |
2004-02-01 | Don't log an error in tdb_brlock() if a non-blocking lock returns EAGAIN - | Tim Potter | 1 | -4/+8 |
2004-01-31 | * BUG 101: patch from j.lu@tiesse.com to set the SV_TYPE_PRINTQ_SERVER; | Gerald Carter | 2 | -115/+10 |
2004-01-31 | cleanup patch for bug 977 so we don't display incorrect debug messages | Gerald Carter | 1 | -8/+12 |
2004-01-30 | If we are setting the NT or LM password to NULL, remove the attribute | Andrew Bartlett | 1 | -17/+31 |
2004-01-30 | Fix up name canonicalization (needed for krb5 keytab support later). | Jeremy Allison | 8 | -56/+39 |
2004-01-30 | disable any account that doesn't have a password and doesn't had the ACB_PWNO... | Gerald Carter | 1 | -6/+12 |
2004-01-29 | more initialization fixes | Gerald Carter | 2 | -0/+63 |
2004-01-29 | disable template accounts by default | Gerald Carter | 1 | -1/+1 |
2004-01-29 | initialization fixes | Gerald Carter | 2 | -2/+51 |
2004-01-29 | removing more unused parameters | Gerald Carter | 1 | -10/+0 |
2004-01-29 | BUG 570: don't overwrite LDFLAGS; patch from MORIYAMA Masayuki <moriyama@mira... | Gerald Carter | 1 | -1/+1 |
2004-01-29 | completely rewrote the AIX UESS backend (UESS is the AIX equivalent of | Andrew Tridgell | 1 | -148/+778 |
2004-01-29 | Remove an unused parameter from reload_services_file. | Richard Sharpe | 1 | -4/+3 |
2004-01-28 | Merge of Chris's fix. | Jeremy Allison | 1 | -11/+31 |
2004-01-27 | forgotten commit -- version == 3.0.3pre1 | Gerald Carter | 1 | -1/+1 |
2004-01-27 | prepping the SAMBA_3_0 branch for 3.0.3 work | Gerald Carter | 1 | -2/+2 |
2004-01-27 | bug 977 - don't create a homes share for a user if a static share already exi... | Gerald Carter | 1 | -1/+7 |
2004-01-27 | Clarify comment on set_effective_uid() | Andrew Bartlett | 1 | -2/+10 |
2004-01-26 | Revise our server-side password change code to cope with the various | Andrew Bartlett | 1 | -109/+158 |
2004-01-26 | This adds client-side support for the unicode/SAMR password change scheme. | Andrew Bartlett | 10 | -91/+220 |
2004-01-26 | Add a few more NTSTATUS <=> PAM error mappings. | Andrew Bartlett | 1 | -1/+3 |
2004-01-26 | Patch by Luca Bolcioni <Luca.Bolcioni@yacme.com>. Ensure we always | Andrew Bartlett | 1 | -0/+2 |
2004-01-25 | Fix memleak just introduced. Thanks to abartlet :-) | Volker Lendecke | 1 | -0/+1 |
2004-01-25 | On my SuSE 8.2 (glibc 2.3.2) the getpwnam inside pdb_getsampwnam reset | Volker Lendecke | 1 | -30/+43 |
2004-01-25 | Fix the initialisation vectors for NTLM2, so that they at least make sense, | Andrew Bartlett | 1 | -2/+2 |
2004-01-25 | If we are providing strndup(), ensure we provide a prototype too. | Andrew Bartlett | 1 | -0/+4 |
2004-01-25 | Fix removal of attributes in LDAP - we would not actually remove the old | Andrew Bartlett | 1 | -16/+16 |
2004-01-24 | A Samba DC is nothing special these days - so every domain controller | Andrew Bartlett | 1 | -8/+8 |
2004-01-23 | Fix typo | Volker Lendecke | 1 | -2/+1 |
2004-01-23 | Fix decoding of base64. We got the length wrong when the result was not | Volker Lendecke | 1 | -0/+2 |
2004-01-22 | Fix for debian Bug#225328 by LaMont Jones <lamont@debian.org>, where | Andrew Bartlett | 1 | -0/+2 |
2004-01-22 | * Add SIGABRT to fault handling | Stefan Metzmacher | 1 | -3/+6 |
2004-01-21 | Fix compiler warning | Volker Lendecke | 1 | -0/+2 |
2004-01-21 | Display some nicer error messages for login via 'net'. I don't | Volker Lendecke | 1 | -0/+8 |
2004-01-17 | Fix for a signing bug when the mid wraps. | Jeremy Allison | 1 | -3/+11 |
2004-01-16 | fix another bug caused by cli_lsa_query_info_policy() changes | Gerald Carter | 1 | -2/+4 |
2004-01-16 | Fix another join problem. Don't use a TALLOC_CTX before it has been | Jim McDonough | 1 | -4/+25 |
2004-01-16 | Patch from "Stoian Ivanov" <sdr@bultra.com>: Add -g (greppable..) to | Volker Lendecke | 1 | -14/+34 |
2004-01-16 | Commit sid<->[ug]id extensions to libnss_winbind.so on Linux, as well as a | Volker Lendecke | 1 | -0/+138 |
2004-01-15 | Bug 381: check builtin (not local) group SID. Patch from Jianliang Lu <j.lu@... | Gerald Carter | 1 | -1/+1 |
2004-01-15 | setting version to 3.0.2rc2 | Gerald Carter | 1 | -2/+2 |
2004-01-15 | Fix net rpc join (at least newstyle) after it was broken by changing | Jim McDonough | 1 | -5/+5 |
2004-01-15 | * BUG 446 | Gerald Carter | 3 | -2/+7 |