Age | Commit message (Expand) | Author | Files | Lines |
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 previously committed old version by mistake | Simo Sorce | 1 | -3/+3 |
2004-01-22 | sorry for the conflict markers committed in by mistake :-( | Simo Sorce | 1 | -7/+1 |
2004-01-22 | (merge from 3.0) | Andrew Bartlett | 1 | -0/+2 |
2004-01-22 | merge: | 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-19 | 1. The most part of this patch changed the unknown_3 flag to the now known | Simo Sorce | 20 | -894/+673 |
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-15 | Bug 381: check builtin (not local) group SID. Patch from Jianliang Lu <j.lu@... | Gerald Carter | 1 | -1/+1 |
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 |
2004-01-15 | BUG 958; don't use the -N option when invoking smbclient from the smbtar script | Gerald Carter | 1 | -1/+1 |
2004-01-15 | reply_spnego_kerberos did not set the domain of the user handed to | Volker Lendecke | 1 | -0/+7 |
2004-01-15 | Remove unused variables. | Rafal Szczesniak | 1 | -3/+0 |
2004-01-15 | Remove unused function. | Rafal Szczesniak | 1 | -13/+0 |
2004-01-15 | merge: | Stefan Metzmacher | 1 | -0/+2 |
2004-01-15 | merge: | Stefan Metzmacher | 8 | -42/+194 |
2004-01-15 | Merge of POBAD_CC removal from 3.0 | Tim Potter | 2 | -6/+0 |
2004-01-15 | BUG 936: fix bind credentials for schannel binds in smbd (and add a comment t... | Gerald Carter | 2 | -7/+12 |
2004-01-15 | BUG 972; check pointer in cli_ds_getprimarydominfo() before trying to copy a ... | Gerald Carter | 1 | -1/+1 |
2004-01-14 | source/rpc_parse/parse_prs.c ZERO_STRUCTP(ps) not needed as it is done | Herb Lewis | 1 | -1/+0 |
2004-01-14 | Initial design of some of the functions to operate on trust passwords | Rafal Szczesniak | 1 | -0/+202 |
2004-01-14 | Comment and formatting fix. | Rafal Szczesniak | 1 | -2/+3 |
2004-01-14 | Trust passwords types for use with SAM_TRUST_PASSWD structure. | Rafal Szczesniak | 1 | -0/+7 |
2004-01-14 | Fix initgroups() call nss_winbind on solaris; patch from John Klinger <john.k... | Gerald Carter | 1 | -0/+16 |
2004-01-14 | bug 770; correct fix this time; Make sure that we send the SMBjobid for unix... | Gerald Carter | 2 | -10/+19 |
2004-01-14 | bug 660; using byte order safe macros (or tdb_unpack) when reading 2 or 4 byt... | Gerald Carter | 1 | -16/+18 |
2004-01-14 | syncing abartlet's cracklib tests from 3.0 | Gerald Carter | 2 | -0/+65 |
2004-01-14 | * Revert to using rpc for mixed mode AD domains. | Gerald Carter | 1 | -3/+9 |
2004-01-14 | Remove duplicate extern. | Jeremy Allison | 1 | -1/+0 |
2004-01-14 | Remove references to 'jn' which gcc-3.4 with precompiled headers | Jeremy Allison | 1 | -36/+36 |
2004-01-14 | merge: | Stefan Metzmacher | 1 | -2/+2 |
2004-01-13 | * allow dns lookups to be disabled for DOMAIN#1c (and #1b) | Gerald Carter | 1 | -7/+26 |
2004-01-13 | sync HEAD with recent changes in 3.0 | Gerald Carter | 61 | -1364/+3485 |
2004-01-11 | Fix --with-fhs for swatdir | Jelmer Vernooij | 1 | -0/+1 |
2004-01-11 | update copyright to -2004 | Stefan Metzmacher | 4 | -4/+4 |
2004-01-09 | fix some warnings from the Sun compiler; also merge some of abartlet's error ... | Gerald Carter | 8 | -36/+45 |
2004-01-08 | fix segfault when sid_ptr == 0 in DsEnumDomainTrusts() reply | Gerald Carter | 2 | -6/+5 |
2004-01-07 | Fix for bug #922. Fast path not called for strlower_m() and strupper_m(). | Jeremy Allison | 1 | -2/+2 |
2004-01-07 | This was cut-n-paste mistake, I guess... :) | Rafal Szczesniak | 1 | -1/+1 |
2004-01-07 | Typo fix. | Rafal Szczesniak | 1 | -1/+1 |
2004-01-07 | Fixes to doxygen comment. | Rafal Szczesniak | 1 | -2/+5 |
2004-01-07 | Prototype version of trust passwords moved to SAM/pdb. This is | Rafal Szczesniak | 2 | -1/+195 |
2004-01-07 | commiting jra's fix for Exchange clear test auth | Gerald Carter | 1 | -1/+2 |
2004-01-07 | Fix from Luke Howard <lukeh@PADL.COM> for incorrect early free(). | Jeremy Allison | 1 | -5/+7 |
2004-01-07 | Merge Translation fixes | Volker Lendecke | 1 | -5/+5 |