summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
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
2001-02-28Ooops - forgot to check the rpcclient and smbcacls compile with the newJeremy Allison1-22/+18
2001-02-27better handling of '.'Andrew Tridgell1-15/+17
2001-02-27remove some test codeAndrew Tridgell1-1/+2
2001-02-27almost there with lanman1 wildcards. We now seem to correctly handleAndrew Tridgell1-4/+17
2001-02-27I have now found that despite initial appearences the lanman1 wildcardAndrew Tridgell1-35/+24
2001-02-26made some LANMAN1 wildcard progressAndrew Tridgell1-6/+7
2001-02-26made some progress in masktestAndrew Tridgell1-16/+15
2001-02-25a snapshot of my attempts to get wildcard matching right for LANMAN1Andrew Tridgell1-10/+108
2001-02-23make sure denied aces are firstAndrew Tridgell1-1/+1
2001-02-23cast the qsortAndrew Tridgell1-1/+1
2001-02-23- fixed the sort_acl bug, sorting now works rightAndrew Tridgell1-45/+32
2001-02-22don't crash on null acl sortAndrew Tridgell1-0/+2
2001-02-22fixed character set init in smbw_sampleAndrew Tridgell1-0/+2