Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated with security advisory message. | Jeremy Allison | 2001-06-23 | 1 | -2/+96 |
| | | | | Jeremy. | ||||
* | Updated lib/access.c for allow/deny fix. | Jeremy Allison | 2001-06-23 | 1 | -24/+25 |
| | | | | Jeremy. | ||||
* | Added other_safe_chars to alpha_strcpy(). Better fix for problem. | Jeremy Allison | 2001-06-23 | 6 | -461/+492 |
| | | | | Jeremy. | ||||
* | Get ready for fix release. | Jeremy Allison | 2001-06-23 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | Better fix for client name vulnarability. | Jeremy Allison | 2001-06-23 | 1 | -0/+2 |
| | | | | Jeremy. | ||||
* | This commit was manufactured by cvs2svn to create branch | cvs2svn Import User | 2001-05-31 | 5 | -0/+411 |
|\ | | | | | 'SAMBA_2_2_RELEASE'. | ||||
| * | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'. | cvs2svn Import User | 2001-05-31 | 7 | -0/+709 |
| |\ | |||||
| | * | Rename bzero -> memset. | Jeremy Allison | 2001-05-31 | 1 | -55/+81 |
| | | | | | | | | | | | | | | | Check returns from *all* mallocs (including strdups). Jeremy. | ||||
| | * | Fix debug statement so it doesn't use lp_workgroup() either. | Jeremy Allison | 2001-05-31 | 1 | -1/+1 |
| | | | | | | | | | | | | Jeremy. | ||||
| | * | fixed asprintf declaration | Andrew Tridgell | 2001-05-30 | 1 | -6/+3 |
| | | | |||||
| | * | - added AC_HAVE_DECL() macro to aclocal.m4, so we can easily add | Andrew Tridgell | 2001-05-30 | 6 | -571/+728 |
| | | | | | | | | | | | | | | | | | | tests for a fn or variable being defined in headers - used this to add prototypes for asprintf and vasprintf on systems that don't have them | ||||
| | * | merged fix for tdb_unpack from 2_2 | Andrew Tridgell | 2001-05-30 | 1 | -1/+4 |
| | | | |||||
| | * | added list function to tdbtool | Andrew Tridgell | 2001-05-30 | 1 | -0/+2 |
| | | | |||||
| | * | new proto.h | Andrew Tridgell | 2001-05-30 | 1 | -565/+567 |
| | | | |||||
| | * | make swat recover from previously bad umask from xinetd | Andrew Tridgell | 2001-05-30 | 1 | -2/+8 |
| | | | |||||
| | * | use the new tdb_open_log() fn on connections database | Andrew Tridgell | 2001-05-30 | 1 | -1/+1 |
| | | | |||||
| | * | - fixed an off-by-1 bug in the delayed deletion code that I believe | Andrew Tridgell | 2001-05-30 | 4 | -58/+162 |
| | | | | | | | | | | | | | | | | | | | | | | | | was the initial cause of the connections database becoming corrupt. Note that this bug only happens when doing deletions within a traversal, which is why it has only showed up now - added delete within traversal testing to tdbtorture - added a lot more logging to tdb | ||||
| | * | added a tdb_open_log() function that opens a tdb and enables logging | Andrew Tridgell | 2001-05-30 | 2 | -1/+34 |
| | | | | | | | | | | | | | | | | | | of messages from the tdb code into the Samba DEBUG() system just call tdb_open_log() instead of tdb_open() to enable this on any tdb | ||||
| | * | Add border=0 in included swat images to get rid of the link border stuff. | Tim Potter | 2001-05-30 | 1 | -1/+1 |
| | | | | | | | | | | | | Much prettier looking. | ||||
| | * | more portable TDB_LOG macro | Andrew Tridgell | 2001-05-29 | 1 | -1/+1 |
| | | | |||||
| | * | Fixed compiler warning. | Tim Potter | 2001-05-29 | 1 | -2/+2 |
| | | | |||||
| | * | 4 new functions to retrieve single linked list of group and passwd entries | Simo Sorce | 2001-05-29 | 6 | -574/+835 |
| | | | | | | | | | | | | | | | + a fix to an infinite loop in srv_samr_nt.c caused by misuse of setgrent/getgrent/endgrent solved by these new functions | ||||
| | * | The manual page for swat referred to nmblookup in the synopsis. | Tim Potter | 2001-05-29 | 1 | -1/+1 |
| | | | |||||
| | * | make sure the umask is set in swat | Andrew Tridgell | 2001-05-28 | 1 | -0/+2 |
| | | | |||||
| | * | try to make the tailer code much more robust. When a record | Andrew Tridgell | 2001-05-28 | 4 | -14/+123 |
| | | | | | | | | | | | | | | | | | | | | | can't be merged don't fail the operation, instead just add it to the free list anyway added logging to tdb | ||||
| | * | i18n fix for domain_client_validate() | Tim Potter | 2001-05-25 | 1 | -1/+1 |
| | | | |||||
| | * | return an error code on password attack, rather than exiting. | Andrew Tridgell | 2001-05-25 | 1 | -4/+7 |
| | | | | | | | | | | | | otherwise security scanners may think we are vulnerable! | ||||
| | * | Added tdb_change_int_atomic() to allow atomic updates of a tdb int value. | Jeremy Allison | 2001-05-25 | 4 | -15/+44 |
| | | | | | | | | | | | | Jeremy. | ||||
| | * | Fixup the large_writex problem (a large_writex can send a full 64k of data, | Jeremy Allison | 2001-05-24 | 5 | -31/+36 |
| | | | | | | | | | | | | | | | we already have space for this we just need to understand the length correctly). Jeremy. | ||||
| | * | Fix for random stream generator. | Jeremy Allison | 2001-05-24 | 1 | -168/+186 |
| | | | | | | | | | | | | Jeremy. | ||||
| | * | Added structures for LOGON_CTRL rpc. | Tim Potter | 2001-05-24 | 2 | -24/+95 |
| | | | | | | | | | | | | Make proto. | ||||
| | * | Added srvinfo and partial logonctrl and logonctrl2 commands. | Tim Potter | 2001-05-24 | 2 | -2/+267 |
| | | | |||||
| | * | Fixed compiler warning. | Tim Potter | 2001-05-24 | 1 | -1/+0 |
| | | | |||||
| | * | Added server side reponse to net_logon_ctrl rpc. We can now respond | Tim Potter | 2001-05-24 | 2 | -3/+62 |
| | | | | | | | | | | | | | | | | | | to NLTEST /BDC_QUERY:DOMAIN when acting as a BDC. Reverse engineered a couple of status constants. | ||||
| | * | Added srv_get_info client command. | Tim Potter | 2001-05-24 | 1 | -0/+46 |
| | | | |||||
| | * | Added logon control2 client call. | Tim Potter | 2001-05-24 | 1 | -29/+15 |
| | | | |||||
| | * | Added a init function for net_q_logon_ctrl2 so we can make this call | Tim Potter | 2001-05-24 | 1 | -12/+133 |
| | | | | | | | | | | | | | | | | | | | | | from rpcclient. Added init and i/o functions for net_{q,r}_logon_ctrl functions so we can call from rpcclient and respond to this call from smbd. | ||||
| | * | Removed some level 0 debugs accidentally left in - oops. | Tim Potter | 2001-05-24 | 1 | -3/+0 |
| | | | |||||
| | * | Replaced next_command() with call to next_token(). | Tim Potter | 2001-05-24 | 1 | -21/+5 |
| | | | |||||
| | * | Added stubs for SRVSVC and NETLOGON rpcclient commands. | Tim Potter | 2001-05-24 | 6 | -428/+289 |
| | | | |||||
| | * | Added tdb_errstr() messages so we can see if these functions fail. | Jeremy Allison | 2001-05-23 | 1 | -3/+10 |
| | | | | | | | | | | | | Jeremy. | ||||
| | * | This is *very* cool. I'm pretty convinced we can just set the | Jeremy Allison | 2001-05-23 | 2 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | CAP_LARGE_READX|CAP_LARGE_WRITEX bits on negprot and out W2K performance goes through the roof...... And as we *always* offer 64 buffers we can do this with this simple change..... Jeremy. | ||||
| | * | Stupid typo. Should be if (!tdb). | Jeremy Allison | 2001-05-23 | 1 | -1/+1 |
| | | | | | | | | | | | | Jeremy. | ||||
| | * | Try to fix build by adding autoconf tests for pam headers. | Jeremy Allison | 2001-05-22 | 4 | -612/+660 |
| | | | | | | | | | | | | Jeremy. | ||||
| | * | Defensive brlock and locking database cleaning code. | Jeremy Allison | 2001-05-22 | 4 | -50/+165 |
| | | | | | | | | | | | | Jeremy. | ||||
| | * | Use canonical mappings for file controls. Fixes W2KSP2 profile problems (I | Jeremy Allison | 2001-05-18 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | think....). Jeremy. | ||||
| | * | make proto | Gerald Carter | 2001-05-18 | 1 | -0/+19 |
| | | | |||||
| | * | merge from 2.2 (deleteprinterdriver RPC) | Gerald Carter | 2001-05-18 | 5 | -8/+232 |
| | | | |||||
| | * | Fix the W2KSP2 joining a Samba domain problem. | Jeremy Allison | 2001-05-18 | 4 | -7/+16 |
| | | | | | | | | | | | | Jeremy. | ||||
| | * | merge from 2.2 DeletePrinterDriver() server side stud coming | Gerald Carter | 2001-05-17 | 4 | -1/+200 |
| | | | | | | | | | | | | in separate commit after I get it working in 2.2. |