Age | Commit message (Expand) | Author | Files | Lines |
2001-09-26 | Fix up pdbedit to initialise its structures with the standard functions, | Andrew Bartlett | 1 | -40/+52 |
2001-09-21 | Added -s configfile to smbcontrol.c. | Volker Lendecke | 1 | -6/+9 |
2001-09-20 | Check 'hosts equiv' and 'use rhosts' compatability with 'hostname | Andrew Bartlett | 1 | -0/+16 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 5 | -28/+26 |
2001-09-15 | free memory before returning. | Simo Sorce | 1 | -0/+7 |
2001-09-12 | Fixed problems with arg parsing as root with smbpasswd. | Jeremy Allison | 1 | -8/+11 |
2001-09-10 | left out { | Herb Lewis | 1 | -1/+1 |
2001-09-10 | prevent segv by not calling tdb_traverse and tdb_close if tdb_open_log | Herb Lewis | 1 | -18/+20 |
2001-09-10 | declare dbf in one spot | Andrew Tridgell | 5 | -5/+0 |
2001-09-10 | replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down | Andrew Tridgell | 5 | -11/+11 |
2001-09-08 | convert more code to using d_printf | Andrew Tridgell | 2 | -395/+395 |
2001-09-06 | got rid of USE_TDB_MMAP_FLAG as its not needed any more | Andrew Tridgell | 2 | -3/+3 |
2001-09-06 | Started a cleanup of smbpasswd related stuff. I've created a new file | Tim Potter | 1 | -12/+16 |
2001-09-05 | always include profile support so you do not need a different binary of | Herb Lewis | 1 | -5/+0 |
2001-09-05 | add profiling stats from 2.2 | Herb Lewis | 1 | -2/+332 |
2001-09-05 | When sending a message via a tdb, it must be open read/write. | Jeremy Allison | 1 | -1/+1 |
2001-09-05 | more warning fixes on solaris | Andrew Tridgell | 1 | -2/+2 |
2001-09-04 | it now all compiles - so try enabling it by default and see what explodes on ... | Andrew Tridgell | 1 | -7/+6 |
2001-09-04 | the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ... | Andrew Tridgell | 1 | -5/+5 |
2001-08-31 | Set acb_info to ACB_SVRTRUST if we are joining the domain as a BDC without | Tim Potter | 1 | -2/+6 |
2001-08-30 | merge from 2.2 | Gerald Carter | 1 | -0/+3 |
2001-08-29 | Fix uninitialised variables. Spotted by "Esh, Andrew" <AEsh@tricord.com> | Tim Potter | 1 | -0/+3 |
2001-08-29 | Fuss, fuss, fuss... | Christopher R. Hertel | 1 | -1/+1 |
2001-08-28 | Added samsync and samrepl (untested) message types to smbcontrol. | Tim Potter | 1 | -0/+38 |
2001-08-28 | Fixed typo in comment. | Tim Potter | 1 | -3/+1 |
2001-08-27 | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 2 | -6/+6 |
2001-08-26 | Same as nmbd.c. These now test wins_srv_count() instead of lp_wins_server | Christopher R. Hertel | 1 | -1/+1 |
2001-08-24 | get rid of compiler warnings | Herb Lewis | 1 | -3/+3 |
2001-08-24 | fixed handling of 139/445 in clients | Andrew Tridgell | 1 | -2/+1 |
2001-08-23 | Fix up some unused variables and functions, fix up formatting | Andrew Bartlett | 1 | -14/+0 |
2001-08-22 | A few changes: | Andrew Bartlett | 1 | -60/+44 |
2001-08-20 | added -b option | Andrew Tridgell | 1 | -2/+9 |
2001-08-02 | Allow smbpasswd to join a W2K hosted AD domain. | Jeremy Allison | 1 | -3/+10 |
2001-07-30 | Added "use mmap" for HPUX. | Jeremy Allison | 2 | -2/+2 |
2001-07-25 | Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO. | Tim Potter | 1 | -2/+2 |
2001-07-25 | nicer smbtree output | Andrew Tridgell | 1 | -2/+4 |
2001-07-12 | Changed instances of TRUE, FALSE to True, False as some compilers don't | Tim Potter | 1 | -23/+23 |
2001-07-09 | allow to rename an NT group | Jean-François Micouleau | 1 | -2/+5 |
2001-07-06 | Don't try and open tdb secrets file in non-root/local mode. | Jeremy Allison | 1 | -2/+1 |
2001-07-06 | A program to display a tree of domains, servers and shares similar to the | Tim Potter | 1 | -0/+419 |
2001-07-04 | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 8 | -24/+24 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 13 | -817/+2 |
2001-07-04 | Removed bogus server_n local variable in connect_one() function. | Tim Potter | 1 | -5/+2 |
2001-07-03 | Small warning removal tidyup. | Jeremy Allison | 1 | -1/+1 |
2001-06-29 | Experimental support for joining a domain without creating an account in | Tim Potter | 1 | -23/+344 |
2001-06-27 | Added some missing entries to usage(). | Tim Potter | 1 | -1/+7 |
2001-06-25 | fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins... | Andrew Tridgell | 1 | -1/+1 |
2001-06-25 | added a -L option to smbpasswd to force it to run locally so we can test smbp... | Andrew Tridgell | 1 | -3/+17 |
2001-06-21 | next_token() was supposed to be a reentrant replacement for strtok(), | Andrew Tridgell | 1 | -2/+2 |
2001-06-20 | Warning fix from Andrew Bartlett. | Jeremy Allison | 1 | -1/+1 |