summaryrefslogtreecommitdiffstats
path: root/source/utils
Commit message (Expand)AuthorAgeFilesLines
* Set correct reply word in large writeX (greater than 64k) replies.Jeremy Allison2001-06-051-0/+51
* use LDSHFLAGS not -shared in several placesAndrew Tridgell2001-06-042-2/+2
* If a debug class was explicitly set to zero the debug system would notTim Potter2001-06-011-5/+7
* Check sizes of data entries in connections.tdb before deciding they're crecs...Jeremy Allison2001-05-151-1/+5
* remember to close tdb after useAndrew Tridgell2001-05-152-9/+14
* Fix crash in smbcontrol Gerald pointed out when no parameter given to debug.Jeremy Allison2001-05-141-2/+2
* Don't check for passwd program if using pam change password.Jeremy Allison2001-05-101-17/+25
* need to do codepage_initialise() for smbtorture to work.Anton Blanchard2001-05-091-0/+2
* Patch from Simo:Gerald Carter2001-05-072-9/+10
* Removed unused variable.Tim Potter2001-05-071-1/+0
* merge some fixes from 2.2Andrew Tridgell2001-05-072-74/+14
* Big cleanup of passdb and backends.Jean-François Micouleau2001-05-043-42/+81
* Fixed SHM_R/SHM_W warnings by moving sys/ipc.h and sys/shm.h into includes.hJeremy Allison2001-05-031-2/+0
* Fixup smbcacls. Don't return memory already freed, don't free memory allocatedJeremy Allison2001-05-011-10/+3
* fixed some uninitialised variablesAndrew Tridgell2001-05-011-1/+1
* rpcclient merge from 2.2 (including Jeremy's non-void return fix)Gerald Carter2001-04-281-3/+3
* rpcclient/rpcclient.c: Non-void return in void function.Jeremy Allison2001-04-281-1/+1
* More gcc compile on solaris tidyups.Jeremy Allison2001-04-271-4/+4
* fix typoHerb Lewis2001-04-241-1/+1
* don't allow both add and delete user to be set at the same timeHerb Lewis2001-04-241-1/+4
* This little piece of insanity is inspired by theJeremy Allison2001-04-141-1/+68
* Fixed potential file descriptor leak with MS-Access fix.Jeremy Allison2001-04-131-2/+25
* Merge of Andrew's changes in 2.2.Jeremy Allison2001-04-132-9/+6
* Added SMB_ prefix to enums that clash with Solaris ACL definitions.Jeremy Allison2001-04-111-9/+9
* utils/torture.c: Added one more delete on close test.Jeremy Allison2001-03-301-0/+55
* Added one more test - just to make sure flag can be unset.Jeremy Allison2001-03-301-1/+43
* Expanded delete on close test to 6 cases. I now understand the semantics ofJeremy Allison2001-03-301-2/+53
* Changed to using GENERIC_XX constants instead of hex values to makeJeremy Allison2001-03-301-9/+57
* Added delete on close test that has allowed me to determine how w2kJeremy Allison2001-03-301-0/+147
* Fix for ENOSPC from DCB.Jeremy Allison2001-03-271-4/+10
* Fix from Ryo Kawahara <rkawa@lbe.co.jp> to make SWAT correctly write and smb....Jeremy Allison2001-03-261-2/+12
* groupdb/mapping.c:Jeremy Allison2001-03-231-0/+2
* can delete mapping from command line now.Jean-François Micouleau2001-03-231-12/+15
* first pass of the new group mapping codeJean-François Micouleau2001-03-231-0/+341
* added -E option (for exit on errors)Andrew Tridgell2001-03-211-2/+8
* latest attempt at lanman1 wildcard matchingAndrew Tridgell2001-03-211-4/+20
* patches from Simo. Couple of snity thingsGerald Carter2001-03-141-4/+4
* Added JF's new util.Jeremy Allison2001-03-111-0/+64
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-112-14/+9
* Ooops - forgot to check the rpcclient and smbcacls compile with the newJeremy Allison2001-02-281-22/+18
* better handling of '.'Andrew Tridgell2001-02-271-15/+17
* remove some test codeAndrew Tridgell2001-02-271-1/+2
* almost there with lanman1 wildcards. We now seem to correctly handleAndrew Tridgell2001-02-271-4/+17
* I have now found that despite initial appearences the lanman1 wildcardAndrew Tridgell2001-02-271-35/+24
* made some LANMAN1 wildcard progressAndrew Tridgell2001-02-261-6/+7
* made some progress in masktestAndrew Tridgell2001-02-261-16/+15
* a snapshot of my attempts to get wildcard matching right for LANMAN1Andrew Tridgell2001-02-251-10/+108
* make sure denied aces are firstAndrew Tridgell2001-02-231-1/+1
* cast the qsortAndrew Tridgell2001-02-231-1/+1
* - fixed the sort_acl bug, sorting now works rightAndrew Tridgell2001-02-231-45/+32