Age | Commit message (Expand) | Author | Files | Lines |
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 |
2001-06-20 | initial support for paramter type P_LIST | Simo Sorce | 1 | -12/+17 |
2001-06-20 | added a close-share smbcontrol message that forcibly closes a share in smbd (... | Andrew Tridgell | 1 | -3/+17 |
2001-06-19 | moved all our torture code to a separate directory | Andrew Tridgell | 6 | -2609/+0 |
2001-06-19 | torture code is moving to its own directory | Andrew Tridgell | 1 | -3053/+0 |
2001-06-19 | rpc_server/srv_srvsvc_nt.c: Don't test an uint32 for < 0. | Jeremy Allison | 1 | -1/+1 |
2001-06-18 | New info level tester. | Jeremy Allison | 1 | -0/+47 |
2001-06-18 | added a oplock break handler hook to the client code, this allows for more co... | Andrew Tridgell | 1 | -2/+46 |
2001-06-13 | Renamed -d option (make verbose) on smbstatus to -v. | Tim Potter | 1 | -3/+11 |
2001-06-05 | Set correct reply word in large writeX (greater than 64k) replies. | Jeremy Allison | 1 | -0/+51 |
2001-06-04 | use LDSHFLAGS not -shared in several places | Andrew Tridgell | 2 | -2/+2 |
2001-06-01 | If a debug class was explicitly set to zero the debug system would not | Tim Potter | 1 | -5/+7 |
2001-05-15 | Check sizes of data entries in connections.tdb before deciding they're crecs... | Jeremy Allison | 1 | -1/+5 |
2001-05-15 | remember to close tdb after use | Andrew Tridgell | 2 | -9/+14 |
2001-05-14 | Fix crash in smbcontrol Gerald pointed out when no parameter given to debug. | Jeremy Allison | 1 | -2/+2 |
2001-05-10 | Don't check for passwd program if using pam change password. | Jeremy Allison | 1 | -17/+25 |
2001-05-09 | need to do codepage_initialise() for smbtorture to work. | Anton Blanchard | 1 | -0/+2 |
2001-05-07 | Patch from Simo: | Gerald Carter | 2 | -9/+10 |
2001-05-07 | Removed unused variable. | Tim Potter | 1 | -1/+0 |
2001-05-07 | merge some fixes from 2.2 | Andrew Tridgell | 2 | -74/+14 |
2001-05-04 | Big cleanup of passdb and backends. | Jean-François Micouleau | 3 | -42/+81 |
2001-05-03 | Fixed SHM_R/SHM_W warnings by moving sys/ipc.h and sys/shm.h into includes.h | Jeremy Allison | 1 | -2/+0 |