| Commit message (Expand) | Author | Age | Files | Lines |
* | sync with SAMBA_2_2 for 2.2.6rc1 | Gerald Carter | 2002-10-09 | 1 | -2/+2 |
* | Start of merge to 2_2_RELEASE branch for release. | Jeremy Allison | 2002-04-30 | 1 | -3/+6 |
* | Move over to RELEASE branch. | Jeremy Allison | 2002-02-01 | 1 | -49/+1043 |
* | Sync-up with SAMBA_2_2 branch. | Jeremy Allison | 2001-10-11 | 1 | -63/+67 |
* | Syncup getting ready for release. | Jeremy Allison | 2001-07-06 | 1 | -11/+190 |
* | We were mismarshalling a RPC netlogon bad password reply to Win2k. | Jeremy Allison | 2001-03-13 | 1 | -0/+5 |
* | Added total memory allocated counter to talloc, so we can tell if a talloc | Jeremy Allison | 2001-02-27 | 1 | -2/+2 |
* | As prs_alloc_mem now zeros memory, remove superfluous memsets after it. | Jeremy Allison | 2001-02-27 | 1 | -1/+0 |
* | Split netlog into interface and implementation modules. | Jeremy Allison | 2001-02-27 | 1 | -5/+14 |
* | This patch (donated by Marc Jacobsen of HP) should make Sun and HP very happy... | Jeremy Allison | 2001-02-24 | 1 | -8/+22 |
* | But Doctor, I had to kill the patient in order to save him.... | Jeremy Allison | 2001-02-21 | 1 | -16/+6 |
* | JF's fix'es for W2K domain support ! Hurrah ! | Jeremy Allison | 2000-10-13 | 1 | -2/+27 |
* | Syncup with HEAD. | Jeremy Allison | 2000-10-10 | 1 | -6/+0 |
* | Fix for the SID history problem when using a Win2k domain controller | Jeremy Allison | 2000-09-06 | 1 | -12/+56 |
* | Fix for passing NULL pointer as an array parameter in | Tim Potter | 2000-07-10 | 1 | -2/+2 |
* | Luke, I am moving the code back into passdb/passdb.c, this the correct | Jeremy Allison | 2000-06-09 | 1 | -2/+2 |
* | dynamic allocation of NET_USER_INFO_3 gids. | Luke Leighton | 2000-06-09 | 1 | -5/+16 |
* | Insure uninitialized memory read fixes. | Jeremy Allison | 2000-05-03 | 1 | -2/+2 |
* | moved trans2.h and nterr.h into includes.h with all our other includes | Andrew Tridgell | 2000-04-25 | 1 | -1/+0 |
* | acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code. | Jeremy Allison | 2000-03-22 | 1 | -26/+0 |
* | added the following message to all dce/rpc client/server code, except | Luke Leighton | 2000-03-22 | 1 | -0/+26 |
* | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1999-12-13 | 1 | -1211/+647 |
* | delineation between smb and msrpc more marked. smbd now constructs | Luke Leighton | 1999-12-12 | 1 | -4/+0 |
* | damn, that took a while. nt login password was being stored incorrectly | Luke Leighton | 1999-12-01 | 1 | -4/+3 |
* | first attempt at getting \PIPE\NETLOGON working. it's pretty horrible. | Luke Leighton | 1999-11-29 | 1 | -8/+36 |
* | attempting to get nt5 wksta to join domain. | Luke Leighton | 1999-11-16 | 1 | -22/+8 |
* | added two new params: "trusted domains" and "trusting domains". | Luke Leighton | 1999-11-16 | 1 | -4/+4 |
* | Changes to implement NET_AUTH based on NET_AUTH2, to get Win2000 | Richard Sharpe | 1999-11-16 | 1 | -0/+60 |
* | const char* issues | Luke Leighton | 1999-11-01 | 1 | -2/+4 |
* | - typecast malloc / Realloc issues. | Luke Leighton | 1999-10-25 | 1 | -8/+8 |
* | need status codes from cli_net_req_chal() and cli_net_auth2(). | Luke Leighton | 1999-10-19 | 1 | -1/+1 |
* | return results on prs_xxxxx() and all xxx_io_xxx() routines. | Luke Leighton | 1999-10-15 | 1 | -97/+197 |
* | BDC support. | Matthew Chapman | 1999-07-22 | 1 | -7/+3 |
* | BDC support. | Luke Leighton | 1999-07-21 | 1 | -29/+114 |
* | Some more BDC-related fixes, mainly to the NET_SAM_SYNC RPC with respect | Matthew Chapman | 1999-06-02 | 1 | -31/+66 |
* | Mainly BDC-related changes. | Matthew Chapman | 1999-04-08 | 1 | -4/+480 |
* | removed 2 unnecessary args from make_uni_hdr. | Luke Leighton | 1999-03-24 | 1 | -14/+14 |
* | new "domtrust" test command. r&d into inter-domain trust accounts. | Luke Leighton | 1999-03-12 | 1 | -1/+2 |
* | - group database API. oops and oh dear, the threat has been carried out: | Luke Leighton | 1998-11-17 | 1 | -2/+2 |
* | amazing. the improvements to NT continue, evidence for which shows up | Luke Leighton | 1998-10-27 | 1 | -5/+5 |
* | rpcclient ntlogin test | Luke Leighton | 1998-10-16 | 1 | -3/+3 |
* | rpcclient interactive login (with trust account changing if you are root) | Luke Leighton | 1998-10-15 | 1 | -0/+69 |
* | tridge the destroyer returns! | Andrew Tridgell | 1998-09-05 | 1 | -123/+12 |
* | bounds check next_token() to prevent possible buffer overflows | Andrew Tridgell | 1998-08-31 | 1 | -1/+3 |
* | Changed ASSERT macros to SMB_ASSERT macros as some systems already | Jeremy Allison | 1998-08-24 | 1 | -3/+3 |
* | added ASSERT() and ASSERT_ARRAY() macros and sprinkled them liberally | Andrew Tridgell | 1998-08-22 | 1 | -0/+6 |
* | password.c: Fixes to allow Win95 clients to have lm encrypted passwords | Jeremy Allison | 1998-07-06 | 1 | -5/+6 |
* | clientgen: Added USE_SSL for client shutdown. | Jeremy Allison | 1998-06-16 | 1 | -1/+1 |
* | - created pdb_sethexpwd(), to be called from all pwd apis that need to | Luke Leighton | 1998-05-24 | 1 | -1/+1 |
* | chgpasswd.c: Added comments to #ifdefs | Jeremy Allison | 1998-05-14 | 1 | -2/+4 |