Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Removed spurious (char *) casts in SAFE_FREE calls. | Jeremy Allison | 2001-12-27 | 22 | -40/+40 | |
| | | | | | | | | Jeremy. | |||||
* | | Get religion on using SAFE_FREE. | Jeremy Allison | 2001-12-26 | 66 | -310/+254 | |
| | | | | | | | | Jeremy. | |||||
* | | removed unnecessary attribute. Morechanges to come. I'll | Gerald Carter | 2001-12-26 | 1 | -4/+0 | |
| | | | | | | | | merge into HEAD then. | |||||
* | | Fix readline completion function prototype problems. | Jeremy Allison | 2001-12-22 | 4 | -4/+4 | |
| | | | | | | | | Jeremy. | |||||
* | | This file no longer used. | Jeremy Allison | 2001-12-22 | 1 | -1428/+0 | |
| | | | | | | | | Jeremy. | |||||
* | | Fixed gcc3 based warning. | Jeremy Allison | 2001-12-22 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | Merged in enough of JF's fixes for enumerating users that this should | Jeremy Allison | 2001-12-22 | 6 | -591/+810 | |
| | | | | | | | | | | | | fix the Win98 bug. Did not merge the group stuff (go'on Gerald, let me.... :-). as Jerry would kill me :-). Jeremy. | |||||
* | | add list function for IRIX | Herb Lewis | 2001-12-21 | 1 | -27/+191 | |
| | | ||||||
* | | don't exclude wbinfo and winbindd man pages | Herb Lewis | 2001-12-21 | 1 | -2/+0 | |
| | | ||||||
* | | lib/snprintf.c: Fix typo. | Jeremy Allison | 2001-12-21 | 3 | -3/+6 | |
| | | | | | | | | | | | | libsmb/cliconnect.c: Fix for non null-terminated strings. nsswitch/pam_winbind.c: Fix typo. Jeremy. | |||||
* | | removed yodldocs: target | Gerald Carter | 2001-12-21 | 1 | -8/+0 | |
| | | ||||||
* | | fix memory leak | Herb Lewis | 2001-12-21 | 2 | -16/+22 | |
| | | ||||||
* | | Large expansion of my german book project. I should probably rename these | Volker Lendecke | 2001-12-21 | 2 | -771/+3167 | |
| | | | | | | | | | | | | files. Volker | |||||
* | | remove duplicate lines and undefined variable | Herb Lewis | 2001-12-21 | 1 | -4/+1 | |
| | | ||||||
* | | update packaging script | Herb Lewis | 2001-12-21 | 1 | -2/+18 | |
| | | ||||||
* | | Fixed typo. | Tim Potter | 2001-12-21 | 1 | -1/+1 | |
| | | ||||||
* | | Added --with-logfilebase. Merged Tim's append change. | Jeremy Allison | 2001-12-21 | 3 | -743/+785 | |
| | | | | | | | | Jeremy. | |||||
* | | Merge from HEAD. | Tim Potter | 2001-12-21 | 1 | -1/+2 | |
| | | ||||||
* | | Fixup warning. | Jeremy Allison | 2001-12-21 | 1 | -0/+2 | |
| | | | | | | | | Jeremy. | |||||
* | | Formatting fixup. Remove unused variables when compiling with --with-ldapsam. | Jeremy Allison | 2001-12-21 | 2 | -6/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | rerun autoconf | Herb Lewis | 2001-12-21 | 1 | -11/+11 | |
| | | ||||||
* | | add irix to winbind supported platforms | Herb Lewis | 2001-12-21 | 1 | -1/+1 | |
| | | ||||||
* | | add some comments and a debug printout | Herb Lewis | 2001-12-21 | 1 | -4/+9 | |
| | | ||||||
* | | Add IRIX lookup function. (still need to do list function) | Herb Lewis | 2001-12-21 | 1 | -16/+315 | |
| | | ||||||
* | | split winbindd_request into a winbindd_send_request and winbindd_get_response | Herb Lewis | 2001-12-21 | 1 | -34/+53 | |
| | | | | | | | | | | to make IRIX able to use callouts for library module. Made file descriptor no longer static and made winbind_open_pipe_sock not static. | |||||
* | | Removed global debugf. Replaced with lp_set_logfile(name). | Jeremy Allison | 2001-12-20 | 9 | -25/+70 | |
| | | | | | | | | | | Fixed winbindd to finally stop leaving log. file droppings :-). Jeremy. | |||||
* | | PAM_CHANGED_EXPIRED_AUTHTOK patch from Steve L. | Gerald Carter | 2001-12-20 | 1 | -3/+5 | |
| | | ||||||
* | | merge from HEAD | Gerald Carter | 2001-12-20 | 1 | -0/+2 | |
| | | ||||||
* | | Ensure global_myworkgroup is set in winbindd. Needed for some of the secrets | Jeremy Allison | 2001-12-20 | 1 | -9/+13 | |
| | | | | | | | | | | fetch code. Jeremy. | |||||
* | | char -> (int) fix from HEAD. | Jeremy Allison | 2001-12-20 | 1 | -2/+2 | |
| | | | | | | | | Jeremy. | |||||
* | | Merge warning fixes back from HEAD. | Jeremy Allison | 2001-12-20 | 3 | -7/+7 | |
| | | | | | | | | Jeremy. | |||||
* | | fix offsets in ENumPrinterDataEx() | Gerald Carter | 2001-12-20 | 1 | -5/+5 | |
| | | ||||||
* | | Misc tidyups from HEAD. | Jeremy Allison | 2001-12-20 | 3 | -18/+20 | |
| | | | | | | | | Jeremy. | |||||
* | | Correct fix for 2.2.3 smbmount from Urban Widmark <urban@teststation.com>. | Jeremy Allison | 2001-12-19 | 1 | -17/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | don't let smb.conf setting override debug level | Herb Lewis | 2001-12-19 | 2 | -0/+6 | |
| | | ||||||
* | | forgot to remove some debugging stuff | Herb Lewis | 2001-12-19 | 1 | -6/+0 | |
| | | ||||||
* | | return all IP address returned by WINS server for IRIX version. | Herb Lewis | 2001-12-19 | 1 | -12/+45 | |
| | | ||||||
* | | Added AC_CHECK_FUNCS(syslog vsyslog). | Jeremy Allison | 2001-12-19 | 5 | -405/+481 | |
| | | | | | | | | | | | | nsswitch code uses vsyslog without checking for it. Provide replacement for vsyslog in lib/snprintf if not found by configure. Jeremy. | |||||
* | | Allow ACL set to fail gracefully on HP HFS filesystems. | Jeremy Allison | 2001-12-19 | 1 | -0/+12 | |
| | | | | | | | | Jeremy. | |||||
* | | Fix for extra capabilities from Urban Widmark <urban@teststation.com>. | Jeremy Allison | 2001-12-19 | 1 | -1/+7 | |
| | | | | | | | | Jeremy. | |||||
* | | Patch from dan_thibadeau@hp.com to allow domain set in authfile. | Jeremy Allison | 2001-12-19 | 1 | -1/+2 | |
| | | | | | | | | Jeremy. | |||||
* | | Updated authfile docs for change I'm about to commit. | Jeremy Allison | 2001-12-19 | 1 | -3/+5 | |
| | | | | | | | | Jeremy. | |||||
* | | let smbclient really set the debug level on the command line. | Herb Lewis | 2001-12-18 | 1 | -3/+22 | |
| | | ||||||
* | | close socket on bind error so we don't leak sockets. | Herb Lewis | 2001-12-18 | 1 | -30/+72 | |
| | | | | | | | | | | | | | | | | add backend for hosts.byaddr search. add hosts.byaddr support to IRIX version I don't have a system to port the hosts.byaddr changes to the linux version. If someone else wants to add that go ahead :-) | |||||
* | | Fixup JF's weird SID return :-). | Jeremy Allison | 2001-12-18 | 2 | -6/+9 | |
| | | | | | | | | Jeremy | |||||
* | | Tidyup utmp code to cope with hostname = NULL. | Jeremy Allison | 2001-12-18 | 1 | -11/+13 | |
| | | | | | | | | Jeremy | |||||
* | | Tim's fix to user pathname in homes share by default looks ok for 2.2.3. | Jeremy Allison | 2001-12-18 | 1 | -0/+16 | |
| | | | | | | | | | | Needs testing though. Jeremy | |||||
* | | Fixed uninit variable. Formating tidyups. | Jeremy Allison | 2001-12-18 | 1 | -38/+58 | |
| | | | | | | | | Jeremy. | |||||
* | | Fix for enumerating users and groups when there are trusted domains that | Tim Potter | 2001-12-18 | 2 | -6/+18 | |
| | | | | | | | | are down. | |||||
* | | Fix -i switch. | Tim Potter | 2001-12-18 | 1 | -3/+2 | |
| | |