Age | Commit message (Expand) | Author | Files | Lines |
2002-01-02 | We should be SHLD not LINK when creating shared libraries. | Jeremy Allison | 2 | -9/+9 |
2002-01-02 | We go to a lot of effort to avoid strcpy() in Samba, but its not much use if | Andrew Bartlett | 1 | -12/+12 |
2002-01-02 | Add prs_dump_before to dump everything from the start of the prs | Martin Pool | 2 | -5/+24 |
2002-01-02 | Actually enforce the passdb API. | Andrew Bartlett | 9 | -266/+344 |
2002-01-02 | Make user enumeration work for w2k and win9x. | Jeremy Allison | 2 | -72/+89 |
2002-01-02 | Another touch of 'const' | Andrew Bartlett | 1 | -1/+1 |
2002-01-02 | Doc. | Martin Pool | 1 | -2/+1 |
2002-01-02 | Also capture received data | Martin Pool | 1 | -0/+5 |
2002-01-02 | struct cli_state remembers the pipe name that it's talking to, if any, | Martin Pool | 1 | -3/+22 |
2002-01-02 | struct cli_state remembers the pipe name that it's talking to, if any, | Martin Pool | 1 | -0/+3 |
2002-01-02 | Minor update to make the output 'real C'. (The output is intended to be a C | Andrew Bartlett | 1 | -3/+8 |
2002-01-02 | Removed reference to rpc_client/cli_netlogon.o from dependencies for | Tim Potter | 1 | -1/+1 |
2002-01-02 | the pdbedit tool manpage | Simo Sorce | 1 | -0/+291 |
2002-01-01 | try to handle broken const in headers on cray unicos | Andrew Tridgell | 2 | -752/+768 |
2002-01-01 | This brings the NT->DOS error mapping into better line with what NT does. | Andrew Bartlett | 1 | -2/+2 |
2002-01-01 | Add a function to convert 'NT_STATUS...' strings back into their actual error | Andrew Bartlett | 1 | -0/+16 |
2002-01-01 | Allow usernames in the form of 'NT_STATUS_....' to map to that as the error | Andrew Bartlett | 1 | -0/+6 |
2002-01-01 | Now that winbind doesn't rely on this, we may as well remove it... | Andrew Bartlett | 1 | -108/+0 |
2002-01-01 | Further rpc_client removal, this time from winbindd. | Andrew Bartlett | 3 | -45/+62 |
2002-01-01 | renamed ans1.h to asn_1.h to prevent conflict caused by krb5 headers | Andrew Tridgell | 2 | -1/+1 |
2002-01-01 | A farily large commit: | Andrew Bartlett | 12 | -191/+166 |
2002-01-01 | Add a specialised version of tpot's libsmb samlogon code for use with | Andrew Bartlett | 1 | -0/+86 |
2002-01-01 | Fix up C99 comment. | Andrew Bartlett | 1 | -1/+1 |
2002-01-01 | Named constants are always much better than magic numbers... | Andrew Bartlett | 1 | -2/+2 |
2001-12-31 | last_enum not used. | Jeremy Allison | 1 | -4/+0 |
2001-12-31 | Fixed enumeration of a large (<1500) users from a Samba PDC to a W2k | Jeremy Allison | 2 | -7/+1 |
2001-12-31 | added a simple test to see whether building shared libraries actually | Andrew Tridgell | 3 | -297/+346 |
2001-12-31 | ops, froget to set the values. | Simo Sorce | 1 | -1/+7 |
2001-12-31 | const religion | Simo Sorce | 1 | -3/+3 |
2001-12-31 | port mods from 2.2 | Simo Sorce | 1 | -3/+36 |
2001-12-31 | reverted to 1.24 and manually merged in changes from 2.2 | Gerald Carter | 1 | -194/+71 |
2001-12-31 | cope with systems that don't have full gssapi libs | Andrew Tridgell | 6 | -663/+720 |
2001-12-31 | more irix -64 portability fixes | Andrew Tridgell | 5 | -18/+9 |
2001-12-31 | - portablitity fixes for cc -64 on irix | Andrew Tridgell | 6 | -11/+10 |
2001-12-31 | Ensure the output cli can't have spurious values if the connection fails... | Andrew Bartlett | 1 | -1/+7 |
2001-12-31 | Add 'net rpc shutdown' and 'net rpc abortshutdown'. | Andrew Bartlett | 4 | -7/+181 |
2001-12-31 | Fix up the comment in the copyright header | Andrew Bartlett | 1 | -2/+1 |
2001-12-31 | Give the main loop talloc context a name (using mbp's new talloc naming | Andrew Bartlett | 1 | -1/+1 |
2001-12-31 | Make --with-tdbsam compile again, given the new 'am I setting a default' flags. | Andrew Bartlett | 1 | -4/+4 |
2001-12-31 | Allow this to build without LDAP, as per the example below it. | Andrew Bartlett | 1 | -1/+1 |
2001-12-31 | fix compile error | Gerald Carter | 1 | -1/+3 |
2001-12-31 | removed extern samlogon_user | Gerald Carter | 1 | -6/+0 |
2001-12-31 | remove samlogon_user | Gerald Carter | 1 | -10/+1 |
2001-12-31 | some merges from 2.2. Still need to merge in changes from pdb_tdb.c | Gerald Carter | 6 | -217/+439 |
2001-12-30 | freeing the wrong pointer, sorry my mistake. | Simo Sorce | 1 | -5/+5 |
2001-12-30 | Unicode byte ording fix from Benjamin Kuit <bj@it.uts.edu.au> | Tim Potter | 1 | -1/+1 |
2001-12-30 | util_sid.c - respect a const variabile (addedd strdup) | Simo Sorce | 4 | -30/+62 |
2001-12-30 | Add a pile of doxygen style comments to various parts of Samba. Many of these | Andrew Bartlett | 7 | -107/+356 |
2001-12-30 | Finally remove these files, which moved (by cvs backend magic) to source/auth | Andrew Bartlett | 2 | -1668/+0 |
2001-12-30 | Finish idra's cleanup of the RPC remote shutdown code. | Andrew Bartlett | 2 | -7/+4 |