Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Ignore SIGUSR2. Terminate nmbd if we have no interfaces. | Jeremy Allison | 2000-10-12 | 2 | -5/+24 | |
| | | | | | | | | Jeremy. | |||||
* | | have "master smbd call message_init so it is not killed by messages sent | Herb Lewis | 2000-10-12 | 1 | -4/+4 | |
| | | | | | | | | | | | | to it's PID. Jeremy or Andrew - please check this out for other possible side effects | |||||
* | | update man page for program changes | Herb Lewis | 2000-10-12 | 3 | -21/+21 | |
| | | ||||||
* | | lib/messages.c add debug print for receipt of PING and | Herb Lewis | 2000-10-12 | 2 | -1/+4 | |
| | | | | | | | | | | | | REQ_DEBUGLEVEL messages utils/smbcontrol.c allow "q" to exit interactive mode. Exit on error from message_init. | |||||
* | | use macros for incrementing profile counters | Herb Lewis | 2000-10-12 | 2 | -6/+2 | |
| | | ||||||
* | | print source PID in PONG and debuglevel message. Allow request debuglevel | Herb Lewis | 2000-10-12 | 1 | -10/+30 | |
| | | | | | | | | message to go to any dest. Put timeout for commands that expect a reply. | |||||
* | | Turns out we do need the pwnam check as on many systems the users | Jeremy Allison | 2000-10-11 | 1 | -0/+7 | |
| | | | | | | | | | | primary group is not listed in the groups file... Jeremy. | |||||
* | | Brought Tim's new initgroups winbind functionality. Now need to fix | Jeremy Allison | 2000-10-11 | 8 | -34/+170 | |
| | | | | | | | | | | Samba to never call getgrgid/getgrnam when winbindd is running.... Jeremy. | |||||
* | | couple more typos | Herb Lewis | 2000-10-11 | 2 | -3/+3 | |
| | | ||||||
* | | fix error in testing return code | Herb Lewis | 2000-10-11 | 2 | -4/+4 | |
| | | ||||||
* | | make pcp Install and Remove script executable | Herb Lewis | 2000-10-11 | 1 | -1/+1 | |
| | | ||||||
* | | adding files for PCP samba pmda | Herb Lewis | 2000-10-11 | 2 | -3/+0 | |
| | | ||||||
* | | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'. | cvs2svn Import User | 2000-10-11 | 9 | -0/+2714 | |
|\| | ||||||
| * | Try this again on the right machine. Adding files for PCP samba pmda | Herb Lewis | 2000-10-11 | 9 | -0/+2714 | |
| | | ||||||
| * | Renamed WINBINDD_INITGROUPS constant to WINBINDD_GETGROUPS. | Tim Potter | 2000-10-11 | 3 | -3/+3 | |
| | | ||||||
| * | sync with 2.2. tree | Herb Lewis | 2000-10-11 | 1 | -1/+1 | |
| | | ||||||
| * | changes to sync with 2.2. tree | Herb Lewis | 2000-10-11 | 14 | -47/+205 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | .cvsignore remove config.h - not in this directory include/profile.h profile changes lib/messages.c added message to return debug level libsmb/clierror.c cast to get rid of compiler warning libsmb/smbencrypt.c cast to get rid of compiler warning profile/profile.c add flush profile stats changes for profile struct rpc_parse/parse_samr.c fix for compiler warning rpc_server/srv_samr.c cast to get rid of compiler warning smbd/ipc.c profile stats message.c profile stats smbd/negprot.c profile stats smbd/nttrans.c profile stats smbd/trans2.c profile stats utils/smbcontrol.c new flush stats command | |||||
| * | Modified initgroups to provide a get groups a user is a member of | Tim Potter | 2000-10-11 | 2 | -7/+166 | |
| | | | | | | | | | | | | functionality. This is much faster than inverting the group database. Added client side command for this to wbinfo. | |||||
| * | Don't initialise groups twice. | Tim Potter | 2000-10-11 | 2 | -2/+0 | |
| | | ||||||
| * | Remove duplicate group initialisation function. | Tim Potter | 2000-10-11 | 1 | -22/+0 | |
| | | | | | | | | Don't initialise groups twice. | |||||
| * | Fix to avoid calling getgrgid for no reason. | Jeremy Allison | 2000-10-11 | 1 | -21/+9 | |
| | | | | | | | | Jeremy. | |||||
| * | Fix for growing printing.tdb by adding check on job creation. | Jeremy Allison | 2000-10-11 | 4 | -17/+56 | |
| | | | | | | | | | | This also updates the printing.tdb db version to 2. Jeremy. | |||||
| * | Remove lpq as root fix - do this in print_job_start instead | Jeremy Allison | 2000-10-11 | 4 | -39/+0 | |
| | | | | | | | | | | as part of print queue length processing. Jeremy. | |||||
| * | Fixes to periodically scan printing.tdb in idle time and occasionally | Jeremy Allison | 2000-10-10 | 4 | -1/+53 | |
| | | | | | | | | | | | | | | on exit. Needed to fix printing.tdb from groving to 300Mb+ if being driven by smbclient clients that never ask for status... (effective DOS attack :-). Jeremy. | |||||
| * | Fix found by Andrew to stop local/remote printers being | Jeremy Allison | 2000-10-10 | 1 | -3/+18 | |
| | | | | | | | | | | confused. check_printer_ok was causing SETPRINTER calls to fail. Jeremy. | |||||
| * | Fixed Realloc memory fragmentation problems. | Jeremy Allison | 2000-10-10 | 1 | -17/+57 | |
| | | | | | | | | Jeremy. | |||||
| * | Fixed nasty size wrong bug spotted by the eagle eyes of | Jeremy Allison | 2000-10-10 | 1 | -1/+1 | |
| | | | | | | | | | | JF :-). Jeremy. | |||||
| * | Added debug so we can see how winbindd converts SIDS. | Jeremy Allison | 2000-10-10 | 1 | -13/+40 | |
| | | | | | | | | Jeremy. | |||||
* | | Fix to avoid calling getgrgid for no reason. | Jeremy Allison | 2000-10-11 | 1 | -21/+9 | |
| | | | | | | | | Jeremy. | |||||
* | | get rid of compiler warnings | Herb Lewis | 2000-10-11 | 3 | -4/+3 | |
| | | ||||||
* | | Fix for growing printing.tdb by adding check on job creation. | Jeremy Allison | 2000-10-11 | 4 | -17/+56 | |
| | | | | | | | | | | This also updates the printing.tdb db version to 2. Jeremy. | |||||
* | | Remove lpq as root fix - do this in print_job_start instead | Jeremy Allison | 2000-10-11 | 4 | -39/+0 | |
| | | | | | | | | | | as part of print queue length processing. Jeremy. | |||||
* | | add remaining profile stats | Herb Lewis | 2000-10-10 | 7 | -30/+154 | |
| | | ||||||
* | | Fixes to periodically scan printing.tdb in idle time and occasionally | Jeremy Allison | 2000-10-10 | 4 | -1/+53 | |
| | | | | | | | | | | | | | | on exit. Needed to fix printing.tdb from groving to 300Mb+ if being driven by smbclient clients that never ask for status... (effective DOS attack :-). Jeremy. | |||||
* | | profile times saved in microseconds instead of milliseconds. Some times | Herb Lewis | 2000-10-10 | 1 | -2/+4 | |
| | | | | | | | | never incremented if it took less that a millisecond. | |||||
* | | Fix found by Andrew to stop local/remote printers being | Jeremy Allison | 2000-10-10 | 1 | -3/+18 | |
| | | | | | | | | | | confused. check_printer_ok was causing SETPRINTER calls to fail. Jeremy. | |||||
* | | Fixed Realloc memory fragmentation problems. | Jeremy Allison | 2000-10-10 | 1 | -17/+57 | |
| | | | | | | | | Jeremy. | |||||
* | | Fixed nasty size wrong bug spotted by the eagle eyes of | Jeremy Allison | 2000-10-10 | 1 | -1/+1 | |
| | | | | | | | | | | JF :-). Jeremy. | |||||
* | | smbcontrol.c add new profile commands | Herb Lewis | 2000-10-10 | 7 | -28/+75 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | profile.h bump version number just in case. put stats in separate structure to make it easier to flush it. profile.c added new command to flush stats structure. changes for stats in separate structure. smbcontrol.1.yo smbcontrol.1.html smbcontrol.1 update man page packaging/Caldera/OpenLinux/samba3.spec.tmpl get rid of $Id string - this plays havoc with my autoupdate scripts. | |||||
* | | Added debug so we can see how winbindd converts SIDS. | Jeremy Allison | 2000-10-10 | 1 | -13/+40 | |
| | | | | | | | | Jeremy. | |||||
* | | Syncup with HEAD. | Jeremy Allison | 2000-10-10 | 17 | -363/+1835 | |
| | | | | | | | | | | | | Andrew's tdb changes/printing driving of tdb changes. JF's SAMR changes. More bugfixes to come.. Jeremy. | |||||
* | | Just in case anyone doesn't really think that Win ME is a facelift | Gerald Carter | 2000-10-10 | 0 | -0/+0 | |
| | | | | | | | | | | | | | | | | | | of Win98/95 jerry | |||||
* | | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'. | cvs2svn Import User | 2000-10-10 | 1 | -0/+4 | |
|\| | ||||||
| * | Just in case anyone thinks that Win ME is not freally just a | Gerald Carter | 2000-10-10 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | facelift for Win98/95 jerry | |||||
| * | a netlogon enum trust query doesn't have a function_code at end. | Jean-François Micouleau | 2000-10-10 | 7 | -26/+58 | |
| | | | | | | | | | | | | | | | | a sam_user_info_24 doesn't have a uint16 at end samr_create_user also creates the unix account now samr_set_userinfo changes the password. J.F. | |||||
| * | got rid of tdb_writelock() and instead lock a chain. tdb_writelock() | Andrew Tridgell | 2000-10-10 | 4 | -39/+16 | |
| | | | | | | | | is conceptually flawed | |||||
| * | added tdb_lock_bystring() and tdb_unlock_bystring() | Andrew Tridgell | 2000-10-10 | 1 | -0/+24 | |
| | | ||||||
| * | don't use gets() ! | Andrew Tridgell | 2000-10-10 | 1 | -2/+2 | |
| | | ||||||
| * | Fixes to allow wins.c to compile to allow building of libnss_wins.so. | John Terpstra | 2000-10-09 | 2 | -2/+14 | |
| | | ||||||
| * | I introduced a bug in my last commits. Hopefully nobody noticed :-) | Jean-François Micouleau | 2000-10-09 | 1 | -2/+2 | |
| | | | | | | | | J.F. |