summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2000-10-10Fixes to periodically scan printing.tdb in idle time and occasionallyJeremy Allison4-1/+53
2000-10-10Fix found by Andrew to stop local/remote printers beingJeremy Allison1-3/+18
2000-10-10Fixed Realloc memory fragmentation problems.Jeremy Allison1-17/+57
2000-10-10Fixed nasty size wrong bug spotted by the eagle eyes ofJeremy Allison1-1/+1
2000-10-10Added debug so we can see how winbindd converts SIDS.Jeremy Allison1-13/+40
2000-10-10a netlogon enum trust query doesn't have a function_code at end.Jean-François Micouleau7-26/+58
2000-10-10got rid of tdb_writelock() and instead lock a chain. tdb_writelock()Andrew Tridgell4-39/+16
2000-10-10added tdb_lock_bystring() and tdb_unlock_bystring()Andrew Tridgell1-0/+24
2000-10-10don't use gets() !Andrew Tridgell1-2/+2
2000-10-09Fixes to allow wins.c to compile to allow building of libnss_wins.so.John Terpstra2-2/+14
2000-10-09I introduced a bug in my last commits. Hopefully nobody noticed :-)Jean-François Micouleau1-2/+2
2000-10-09Missing conn parameter missed in vfs rewrite.Jeremy Allison1-1/+1
2000-10-08sys_popen got damaged when converted from FILE * to int fd I think.Jeremy Allison1-14/+3
2000-10-07more cleanup of samrJean-François Micouleau1-62/+65
2000-10-07added samr_set_user_info and info_2.Jean-François Micouleau9-261/+1697
2000-10-07Ensure browse.dat is written and read in UNIX character set format.Jeremy Allison2-3/+14
2000-10-07Integrated support for NT and OS/2 lpq parsing. Code fromJeremy Allison3-1/+168
2000-10-07Fix for yp_get_default_domain from Neil Hoggarth <neil.hoggarth@physiol.ox.ac...Jeremy Allison4-380/+494
2000-10-06Fix for printf attribute from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se>Jeremy Allison5-8/+13
2000-10-06Added Herb's fixes to HEAD.Jeremy Allison5-9/+99
2000-10-06Fix from RFritz@lbl.gov for Linux ECONREFUSED async errors on Linux.Jeremy Allison1-2/+10
2000-10-06Print socket options - patch from Dave Collier-Brown @ Sun.Jeremy Allison1-2/+23
2000-10-06Fixed error return messages needed for NTTrans CreateDirectory.Jeremy Allison1-0/+16
2000-10-06Proto update. Also fix from John Reilly @ HP for not showing APW with W2K.Jeremy Allison2-7/+15
2000-10-06Herb's warning fixes. Also the POSIX locking fix.Jeremy Allison19-173/+250
2000-10-06global_myname is actually a pstring.Tim Potter1-1/+1
2000-10-06Inlined many of the vfs_XXX calls as macros for speed.Jeremy Allison3-70/+41
2000-10-06Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison22-517/+839
2000-10-05Fix for null passwords being allowed bug.Jeremy Allison1-4/+8
2000-10-05Fixes from Damian at Cisco to tidy up some tdbtool issues.Jeremy Allison1-4/+15
2000-10-05Vector get_nt_acl/set_nt_acl via vfs. POSIX ACL support should be addedJeremy Allison6-38/+160
2000-10-05Herb's fixes for profiling & compiler warnings.Jeremy Allison4-52/+72
2000-10-05someone forgot to update proto.h :-)Jean-François Micouleau1-1/+2
2000-10-05fixing prs_unistr2(). For the special case of an empty (but existing)Jean-François Micouleau1-6/+8
2000-10-05Spelling flames. (-:Tim Potter1-6/+6
2000-10-05Added uid and gid to push_sec_ctx() debug.Tim Potter1-2/+3
2000-10-05Fixed compiler warnings.Tim Potter1-4/+6
2000-10-04Made re-init of stat cache explicit rather than being hidden.Jeremy Allison2-5/+2
2000-10-04Adding Herb's compile warning fixes to HEAD.Jeremy Allison13-73/+32
2000-10-03Fixes for the fact that UNICODE sizes are no always 2*no of chars whenJeremy Allison1-8/+9
2000-10-03Fixes from Herb - compiler warnings.Jeremy Allison2-13/+13
2000-10-03utf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff.Jeremy Allison11-22/+1080
2000-10-02Memleak fix for cache code.Jeremy Allison3-6/+27
2000-10-02Added debug so if zero length messages get sent we successfully removeJeremy Allison2-3/+16
2000-09-29Missing null termination on printer changenotify message caused insureJeremy Allison1-3/+4
2000-09-29utils/smbcontrol.c: Fixes from Herb for interactive use.Jeremy Allison2-30/+83
2000-09-29new prototypesAndrew Tridgell1-0/+3
2000-09-29added a hack to get 64 bit locking working with the broken fcntl()Andrew Tridgell2-0/+27
2000-09-29use the 64 bit locking interface in locktestAndrew Tridgell1-19/+19
2000-09-29fixed a harmess mixup of bitops and a booleanAndrew Tridgell1-1/+1