summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2000-10-12lib/messages.c add debug print for receipt of PING andHerb Lewis2-1/+4
2000-10-12use macros for incrementing profile countersHerb Lewis2-6/+2
2000-10-12print source PID in PONG and debuglevel message. Allow request debuglevelHerb Lewis1-10/+30
2000-10-11Turns out we do need the pwnam check as on many systems the usersJeremy Allison1-0/+7
2000-10-11Fixed %d printf with unsigned long arg.Jeremy Allison1-1/+1
2000-10-11Use sys_setgroups - systems with broken getgroups need this.Jeremy Allison1-1/+1
2000-10-11Simple cleanup, but I also changed the value of the dlevel parameter passedChristopher R. Hertel1-5/+5
2000-10-11Converted to call lib/wins_srv.c:wins_srv_ip() instead of lp_wins_server()Christopher R. Hertel1-4/+4
2000-10-11Renamed WINBINDD_INITGROUPS constant to WINBINDD_GETGROUPS.Tim Potter3-3/+3
2000-10-11sync with 2.2. treeHerb Lewis1-1/+1
2000-10-11changes to sync with 2.2. treeHerb Lewis14-47/+205
2000-10-11Modified initgroups to provide a get groups a user is a member ofTim Potter2-7/+166
2000-10-11Don't initialise groups twice.Tim Potter2-2/+0
2000-10-11Remove duplicate group initialisation function.Tim Potter1-22/+0
2000-10-11Fix to avoid calling getgrgid for no reason.Jeremy Allison1-21/+9
2000-10-11Fix for growing printing.tdb by adding check on job creation.Jeremy Allison4-17/+56
2000-10-11Remove lpq as root fix - do this in print_job_start insteadJeremy Allison4-39/+0
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