summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2001-06-25added a -L option to smbpasswd to force it to run locally so we can test smbp...Andrew Tridgell1-3/+17
2001-06-21next_token() was supposed to be a reentrant replacement for strtok(),Andrew Tridgell1-2/+2
2001-06-20Warning fix from Andrew Bartlett.Jeremy Allison1-1/+1
2001-06-20initial support for paramter type P_LISTSimo Sorce1-12/+17
2001-06-20added a close-share smbcontrol message that forcibly closes a share in smbd (...Andrew Tridgell1-3/+17
2001-06-19moved all our torture code to a separate directoryAndrew Tridgell6-2609/+0
2001-06-19torture code is moving to its own directoryAndrew Tridgell1-3053/+0
2001-06-19rpc_server/srv_srvsvc_nt.c: Don't test an uint32 for < 0.Jeremy Allison1-1/+1
2001-06-18New info level tester.Jeremy Allison1-0/+47
2001-06-18added a oplock break handler hook to the client code, this allows for more co...Andrew Tridgell1-2/+46
2001-06-13Renamed -d option (make verbose) on smbstatus to -v.Tim Potter1-3/+11
2001-06-05Set correct reply word in large writeX (greater than 64k) replies.Jeremy Allison1-0/+51
2001-06-04use LDSHFLAGS not -shared in several placesAndrew Tridgell2-2/+2
2001-06-01If a debug class was explicitly set to zero the debug system would notTim Potter1-5/+7
2001-05-15Check sizes of data entries in connections.tdb before deciding they're crecs...Jeremy Allison1-1/+5
2001-05-15remember to close tdb after useAndrew Tridgell2-9/+14
2001-05-14Fix crash in smbcontrol Gerald pointed out when no parameter given to debug.Jeremy Allison1-2/+2
2001-05-10Don't check for passwd program if using pam change password.Jeremy Allison1-17/+25
2001-05-09need to do codepage_initialise() for smbtorture to work.Anton Blanchard1-0/+2
2001-05-07Patch from Simo:Gerald Carter2-9/+10
2001-05-07Removed unused variable.Tim Potter1-1/+0
2001-05-07merge some fixes from 2.2Andrew Tridgell2-74/+14
2001-05-04Big cleanup of passdb and backends.Jean-François Micouleau3-42/+81
2001-05-03Fixed SHM_R/SHM_W warnings by moving sys/ipc.h and sys/shm.h into includes.hJeremy Allison1-2/+0
2001-05-01Fixup smbcacls. Don't return memory already freed, don't free memory allocatedJeremy Allison1-10/+3
2001-05-01fixed some uninitialised variablesAndrew Tridgell1-1/+1
2001-04-28rpcclient merge from 2.2 (including Jeremy's non-void return fix)Gerald Carter1-3/+3
2001-04-28rpcclient/rpcclient.c: Non-void return in void function.Jeremy Allison1-1/+1
2001-04-27More gcc compile on solaris tidyups.Jeremy Allison1-4/+4
2001-04-24fix typoHerb Lewis1-1/+1
2001-04-24don't allow both add and delete user to be set at the same timeHerb Lewis1-1/+4
2001-04-14This little piece of insanity is inspired by theJeremy Allison1-1/+68
2001-04-13Fixed potential file descriptor leak with MS-Access fix.Jeremy Allison1-2/+25
2001-04-13Merge of Andrew's changes in 2.2.Jeremy Allison2-9/+6
2001-04-11Added SMB_ prefix to enums that clash with Solaris ACL definitions.Jeremy Allison1-9/+9
2001-03-30utils/torture.c: Added one more delete on close test.Jeremy Allison1-0/+55
2001-03-30Added one more test - just to make sure flag can be unset.Jeremy Allison1-1/+43
2001-03-30Expanded delete on close test to 6 cases. I now understand the semantics ofJeremy Allison1-2/+53
2001-03-30Changed to using GENERIC_XX constants instead of hex values to makeJeremy Allison1-9/+57
2001-03-30Added delete on close test that has allowed me to determine how w2kJeremy Allison1-0/+147
2001-03-27Fix for ENOSPC from DCB.Jeremy Allison1-4/+10
2001-03-26Fix from Ryo Kawahara <rkawa@lbe.co.jp> to make SWAT correctly write and smb....Jeremy Allison1-2/+12
2001-03-23groupdb/mapping.c:Jeremy Allison1-0/+2
2001-03-23can delete mapping from command line now.Jean-François Micouleau1-12/+15
2001-03-23first pass of the new group mapping codeJean-François Micouleau1-0/+341
2001-03-21added -E option (for exit on errors)Andrew Tridgell1-2/+8
2001-03-21latest attempt at lanman1 wildcard matchingAndrew Tridgell1-4/+20
2001-03-14patches from Simo. Couple of snity thingsGerald Carter1-4/+4
2001-03-11Added JF's new util.Jeremy Allison1-0/+64
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2-14/+9