summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* Fix to allow smbd to call winbindd if it is running for all group enumeration,Jeremy Allison2000-10-131-2/+2
* Ignore SIGUSR2. Terminate nmbd if we have no interfaces.Jeremy Allison2000-10-122-5/+24
* allow "master" smbd to call message_init so it is not killed by messagesHerb Lewis2000-10-121-4/+4
* lib/messages.c add debug print for receipt of PING andHerb Lewis2000-10-122-1/+4
* use macros for incrementing profile countersHerb Lewis2000-10-122-6/+2
* print source PID in PONG and debuglevel message. Allow request debuglevelHerb Lewis2000-10-121-10/+30
* Turns out we do need the pwnam check as on many systems the usersJeremy Allison2000-10-111-0/+7
* Fixed %d printf with unsigned long arg.Jeremy Allison2000-10-111-1/+1
* Use sys_setgroups - systems with broken getgroups need this.Jeremy Allison2000-10-111-1/+1
* Simple cleanup, but I also changed the value of the dlevel parameter passedChristopher R. Hertel2000-10-111-5/+5
* Converted to call lib/wins_srv.c:wins_srv_ip() instead of lp_wins_server()Christopher R. Hertel2000-10-111-4/+4
* Renamed WINBINDD_INITGROUPS constant to WINBINDD_GETGROUPS.Tim Potter2000-10-113-3/+3
* sync with 2.2. treeHerb Lewis2000-10-111-1/+1
* changes to sync with 2.2. treeHerb Lewis2000-10-1114-47/+205
* Modified initgroups to provide a get groups a user is a member ofTim Potter2000-10-112-7/+166
* Don't initialise groups twice.Tim Potter2000-10-112-2/+0
* Remove duplicate group initialisation function.Tim Potter2000-10-111-22/+0
* Fix to avoid calling getgrgid for no reason.Jeremy Allison2000-10-111-21/+9
* Fix for growing printing.tdb by adding check on job creation.Jeremy Allison2000-10-114-17/+56
* Remove lpq as root fix - do this in print_job_start insteadJeremy Allison2000-10-114-39/+0
* Fixes to periodically scan printing.tdb in idle time and occasionallyJeremy Allison2000-10-104-1/+53
* Fix found by Andrew to stop local/remote printers beingJeremy Allison2000-10-101-3/+18
* Fixed Realloc memory fragmentation problems.Jeremy Allison2000-10-101-17/+57
* Fixed nasty size wrong bug spotted by the eagle eyes ofJeremy Allison2000-10-101-1/+1
* Added debug so we can see how winbindd converts SIDS.Jeremy Allison2000-10-101-13/+40
* a netlogon enum trust query doesn't have a function_code at end.Jean-François Micouleau2000-10-107-26/+58
* got rid of tdb_writelock() and instead lock a chain. tdb_writelock()Andrew Tridgell2000-10-104-39/+16
* added tdb_lock_bystring() and tdb_unlock_bystring()Andrew Tridgell2000-10-101-0/+24
* don't use gets() !Andrew Tridgell2000-10-101-2/+2
* Fixes to allow wins.c to compile to allow building of libnss_wins.so.John Terpstra2000-10-092-2/+14
* I introduced a bug in my last commits. Hopefully nobody noticed :-)Jean-François Micouleau2000-10-091-2/+2
* Missing conn parameter missed in vfs rewrite.Jeremy Allison2000-10-091-1/+1
* sys_popen got damaged when converted from FILE * to int fd I think.Jeremy Allison2000-10-081-14/+3
* more cleanup of samrJean-François Micouleau2000-10-071-62/+65
* added samr_set_user_info and info_2.Jean-François Micouleau2000-10-079-261/+1697
* Ensure browse.dat is written and read in UNIX character set format.Jeremy Allison2000-10-072-3/+14
* Integrated support for NT and OS/2 lpq parsing. Code fromJeremy Allison2000-10-073-1/+168
* Fix for yp_get_default_domain from Neil Hoggarth <neil.hoggarth@physiol.ox.ac...Jeremy Allison2000-10-074-380/+494
* Fix for printf attribute from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se>Jeremy Allison2000-10-065-8/+13
* Added Herb's fixes to HEAD.Jeremy Allison2000-10-065-9/+99
* Fix from RFritz@lbl.gov for Linux ECONREFUSED async errors on Linux.Jeremy Allison2000-10-061-2/+10
* Print socket options - patch from Dave Collier-Brown @ Sun.Jeremy Allison2000-10-061-2/+23
* Fixed error return messages needed for NTTrans CreateDirectory.Jeremy Allison2000-10-061-0/+16
* Proto update. Also fix from John Reilly @ HP for not showing APW with W2K.Jeremy Allison2000-10-062-7/+15
* Herb's warning fixes. Also the POSIX locking fix.Jeremy Allison2000-10-0619-173/+250
* global_myname is actually a pstring.Tim Potter2000-10-061-1/+1
* Inlined many of the vfs_XXX calls as macros for speed.Jeremy Allison2000-10-063-70/+41
* Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison2000-10-0622-517/+839
* Fix for null passwords being allowed bug.Jeremy Allison2000-10-051-4/+8
* Fixes from Damian at Cisco to tidy up some tdbtool issues.Jeremy Allison2000-10-051-4/+15