Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | switch off level 100 debug for server security | Andrew Tridgell | 2001-12-10 | 1 | -1/+0 | |
| | | | ||||||
| | * | added some comments | Andrew Tridgell | 2001-12-10 | 1 | -0/+2 | |
| | | | ||||||
| | * | moved the domain sid lookup and enumeration of trusted domains into | Andrew Tridgell | 2001-12-10 | 5 | -109/+143 | |
| | | | | | | | | | | | | | | | | | | | | | | | | the backends at startup, loop until we get the domain sid for our primary domain, trying every 10 seconds. This makes winbindd handle a room-wide power failure better | |||||
| | * | added some comments | Andrew Tridgell | 2001-12-10 | 2 | -4/+2 | |
| | | | ||||||
| | * | make sid_binstring available without HAVE_ADS | Andrew Tridgell | 2001-12-10 | 6 | -91/+48 | |
| | | | ||||||
| | * | explicitly encode NULL strings in the cache | Andrew Tridgell | 2001-12-10 | 1 | -1/+15 | |
| | | | ||||||
| | * | removed a debug line | Andrew Tridgell | 2001-12-10 | 1 | -2/+0 | |
| | | | ||||||
| | * | completely new winbindd cache infrastructure | Andrew Tridgell | 2001-12-09 | 9 | -756/+591 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this one looks like just another winbind backend, and has the following properties: - does -ve and +ve cacheing of all queries - can be disabled with -n switch to winbindd - stores all records packed, so even huge domains are not a problem for a complete cache - handles the server being down - uses sequence numbers for all entries This fixes a lot of problems with winbindd. Serving from cache is now *very* fast. | |||||
| | * | add smb_xvasprintf() panic wrapper around vasprintf | Andrew Tridgell | 2001-12-09 | 1 | -3/+13 | |
| | | | ||||||
| | * | added fr.msg from Fanch | Motonobu Takahashi | 2001-12-09 | 1 | -0/+1709 | |
| | | | ||||||
| * | | fix wrong NULL parameter that could cause a segfault in print_queue_status() | Simo Sorce | 2001-12-29 | 1 | -1/+2 | |
| | | | ||||||
| * | | not perfect but fixes several bugs in the LDAP code. | Gerald Carter | 2001-12-28 | 5 | -92/+179 | |
| | | | | | | | | | | | | | | | * we only store non-default value for smbHome, et. al. * we can add a sambaAccount with a posisAccount (still need a uid) | |||||
| * | | removing unused files | Gerald Carter | 2001-12-27 | 3 | -1492/+0 | |
| | | | ||||||
| * | | added comment about dependency on inetorgperson.schema | Gerald Carter | 2001-12-27 | 1 | -0/+1 | |
| | | | ||||||
| * | | Fixed SAFE_FREE ref. | Jeremy Allison | 2001-12-27 | 1 | -4/+9 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | few ldap fixes; introduced init_flag to mark which fields have been | Gerald Carter | 2001-12-27 | 3 | -27/+53 | |
| | | | | | | | | | | | | | | | | | | initialized (without using NULL pointers); removed dependency for preexisting posixAccount entry in the directory to add a new user/machine. | |||||
| * | | 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. |