summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* BUG 692: patch from SATOH Fumiyasu <fumiya@miraclelinux.com> to correct trunc...Gerald Carter2004-03-011-4/+4
* BUG 1147; bad pointer case in get_stored_queue_info() causing seg faultGerald Carter2004-03-011-1/+1
* net_rpc.c: Don't complain if [add|del]mem was successful.Volker Lendecke2004-02-292-5/+5
* Print an informative error message if trying to add/remove members fromVolker Lendecke2004-02-291-0/+6
* Add 'net rpc group [add|del]mem' for domain groups and aliases.Volker Lendecke2004-02-284-3/+732
* Fix my fix to net rpc group list. We can certainly have more than a singleVolker Lendecke2004-02-281-3/+6
* Can't set allocation size on directories, return correct error code onJeremy Allison2004-02-283-1/+18
* More gentest fixes. Fix up regression in IS_NAME_VALID and renames.Jeremy Allison2004-02-282-13/+34
* Added copyrights I forgot about looong ago...Rafal Szczesniak2004-02-272-2/+4
* Fix for writable printerdata problem - bugzilla #1112.Tim Potter2004-02-261-6/+12
* That const was one too manyVolker Lendecke2004-02-261-3/+2
* Implement 'net groupmap set' and 'net groupmap cleanup'.Volker Lendecke2004-02-263-0/+157
* And another little constVolker Lendecke2004-02-261-1/+1
* Apply some constVolker Lendecke2004-02-261-2/+3
* Fixes to minor security bug pointed out by AB in the mount helperSteve French2004-02-261-1/+8
* fixed compilation with --enable-dmallocAndrew Tridgell2004-02-262-4/+4
* Merging Richard's rename test.Jeremy Allison2004-02-261-6/+75
* Interesting fact found by IFSTEST /t LockOverlappedTest...Jeremy Allison2004-02-261-1/+8
* Fix bug in previous global_sam_sid() commit. I broke the 'read fromAndrew Bartlett2004-02-252-1/+6
* I *hate* global variables...Andrew Bartlett2004-02-254-31/+61
* Fixup strange rename error case (gentest).Jeremy Allison2004-02-251-1/+2
* Do the query part of the previous fix...reset time and duration are set in mi...Jim McDonough2004-02-251-2/+2
* reset time and duration are set in minutes, not seconds. Works from usrmgr.Jim McDonough2004-02-251-2/+2
* Figured out a new flags bit with gentest and ethereal....Jeremy Allison2004-02-252-2/+11
* More gentest fun :-). NB. I'm not fixing OpenX breakage 'cos if you lookJeremy Allison2004-02-251-5/+27
* More gentest fixes.Jeremy Allison2004-02-251-6/+17
* Add 'net rpc group add'. For this parse_samr.c had to be changed: TheVolker Lendecke2004-02-244-5/+160
* Remove unused variable.Volker Lendecke2004-02-241-1/+0
* 'net idmap restore' is too useful to be left broken :-)Volker Lendecke2004-02-241-1/+105
* Ensure '.' and '..' don't match in delete requests.Jeremy Allison2004-02-241-1/+4
* More gentest error fixups.Jeremy Allison2004-02-243-2/+13
* Fixup bad-path error found by gentest.Jeremy Allison2004-02-241-4/+6
* Added NTrename SMB (0xA5) - how did we miss this.... ?Jeremy Allison2004-02-244-2/+55
* Fixup correct timeout values for blocking lock timeouts (tested at connectathonJeremy Allison2004-02-241-1/+1
* Found by Fabien Chevalier <fabien.chevalier@supelec.fr> andAndrew Bartlett2004-02-231-1/+1
* Fix "unable to initialize" bug when smbd hasn't been run withJeremy Allison2004-02-232-2/+8
* Janitor for tpot...bugzilla #1098, msleep already exists on aixJim McDonough2004-02-238-14/+14
* Add bad password count/time attributesJim McDonough2004-02-232-0/+3
* Add calls to password lockout functions. Should now work against tdbsam only.Jim McDonough2004-02-211-0/+38
* printf -> d_printfTim Potter2004-02-211-1/+1
* Make SMB_FILE_ACCESS_INFORMATION call work correctly.Jeremy Allison2004-02-203-8/+13
* Make us bug-for-bug compatible with W2K3 - to get delete on close semanticsJeremy Allison2004-02-203-18/+44
* handle both 0 and -1 as disabling reset count and lockout durationJim McDonough2004-02-201-4/+4
* Make default lockout duration and reset count time 30 minutes, to match windo...Jim McDonough2004-02-201-2/+2
* just say no to crackGerald Carter2004-02-201-1/+1
* <attr/xattr.h> & <sys/xattr.h> are mutually exclusive it seems; fix build on ...Gerald Carter2004-02-201-3/+2
* Fixup correct (as per W2K3) returns for lookupsids as well as lookupnames.Jeremy Allison2004-02-191-6/+7
* sys/xattr.h merge from HEADGerald Carter2004-02-192-1/+5
* Enable checking/resetting of account lockout and bad password based on policyJim McDonough2004-02-191-3/+17
* Clean up bad pw count and autolock flag update fn()sJim McDonough2004-02-191-79/+95