summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* Given how core this code is, I figure it should have it's own testsuite.Andrew Bartlett2004-03-094-8/+94
* JRA's recent strstr_m work really badly broke our string_sub code.Andrew Bartlett2004-03-091-2/+10
* Added strstr_m() function. Use in all places where we might run into mbJeremy Allison2004-03-096-12/+82
* Fix assumption about following directory sep in check_path_syntax(). WeJeremy Allison2004-03-081-5/+11
* Get us a little closer to Windows LSA semantics.Volker Lendecke2004-03-071-10/+1
* This might not be used a lot and might not survive for long, but at least itVolker Lendecke2004-03-072-7/+11
* Fix typo.Tim Potter2004-03-071-1/+1
* Merge from HEAD.Tim Potter2004-03-071-0/+4
* Merge from HEAD.Tim Potter2004-03-071-1/+0
* Several mb tidyups - getting ready to address the XXX_sub function.Jeremy Allison2004-03-054-108/+105
* BUG 488: fix the 'show client in col 1' button and corrctely enumerate active...Gerald Carter2004-03-051-1/+1
* fix compiler warningGerald Carter2004-03-051-1/+1
* Add -O (for writing downloaded files to standard out) based on patch byJelmer Vernooij2004-03-051-65/+80
* all_string_sub() is broken as it doesn't handle mb chars correctly (andJeremy Allison2004-03-052-18/+5
* Fix my breakage of NT pipes from the previous patch (sorry). Use theJeremy Allison2004-03-041-4/+1
* BUG 1015: patch from jmcd to fix statfs redeclaration of statfs struct on ppcGerald Carter2004-03-041-1/+3
* BUG 1080: fix declaration of SMB_BIG_UINTGerald Carter2004-03-041-12/+12
* There's a specific error message NT_STATUS_ALIAS_EXISTS.Volker Lendecke2004-03-041-1/+1
* Another typo, sorry for samba-cvs spam :-)Volker Lendecke2004-03-041-1/+1
* Fix typo.Volker Lendecke2004-03-041-1/+1
* Fix build farm, older compilers won't let you declare variablesJim McDonough2004-03-041-1/+1
* BUG 848: don't create winbind local users/groups that already exist in the tdbGerald Carter2004-03-041-3/+16
* another fix for bug 761; don't default to bsd printing on linuxGerald Carter2004-03-041-9/+0
* Added client "hardlink" commant to test doing NT rename with hard links.Jeremy Allison2004-03-034-30/+136
* Use a common function to parse all pathnames from the wire. This allowsJeremy Allison2004-03-039-136/+383
* more usrmgr fixes: display lockout timers in minutes, not seconds, for samr 2eJim McDonough2004-03-031-2/+2
* quick for for usrmgr. unknown_6 is really max dimension of logon hours array...Jim McDonough2004-03-031-30/+12
* Merge fields_present function from HEAD. Now, a field will not be updatedJim McDonough2004-03-021-116/+158
* BUG 1129: patch from shiro@miraclelinux.com (Shiro Yamada) to install image f...Gerald Carter2004-03-021-0/+16
* Janitorial duty for tpot - --with-fhs fix.Jeremy Allison2004-03-021-7/+14
* fix typo for callback bitJim McDonough2004-03-021-1/+1
* allow the 'printing' parameter to be set on a per share basis.Gerald Carter2004-03-021-7/+29
* BUG 761: read the config file before initialized default values for printing ...Gerald Carter2004-03-021-46/+50
* 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