Age | Commit message (Expand) | Author | Files | Lines |
2002-08-29 | fix connecting to a BDC when the PDC is down but in WINS and no bcast | Andrew Tridgell | 1 | -5/+3 |
2002-08-29 | fix connecting to a BDC when the PDC is down but in WINS and no bcast | Andrew Tridgell | 1 | -0/+7 |
2002-08-29 | Use popt for --help | Jelmer Vernooij | 1 | -54/+24 |
2002-08-27 | Fix typo in debug. | Tim Potter | 1 | -1/+1 |
2002-08-23 | Moved calculation of secure channel type into a new function. | Tim Potter | 1 | -4/+3 |
2002-08-21 | Patch from Paul Green <Paul.Green@stratus.com> to be more POSIX-compatible | Jelmer Vernooij | 1 | -0/+4 |
2002-08-18 | be a bit more paranoid about not getting duplicate domain names (can | Andrew Tridgell | 1 | -2/+8 |
2002-08-17 | sync 3.0 branch with head | Jelmer Vernooij | 17 | -240/+467 |
2002-08-17 | Becouse of changes to the meaning of this feild over time, this doesn't | Andrew Bartlett | 1 | -17/+0 |
2002-08-16 | Merge of netbios namecache code from APPLIANCE_HEAD. | Tim Potter | 1 | -0/+2 |
2002-08-07 | Add some more const :-) | Andrew Bartlett | 1 | -3/+3 |
2002-08-05 | fixed wbinfo -t for netbiosless domains | Andrew Tridgell | 1 | -1/+7 |
2002-08-05 | This fixes a number of ADS problems, particularly with netbiosless | Andrew Tridgell | 6 | -125/+172 |
2002-07-31 | Winbind updates! | Andrew Bartlett | 7 | -29/+151 |
2002-07-31 | support netbiosless search for the DC using ADS in the winbindd AUTH | Andrew Tridgell | 1 | -58/+110 |
2002-07-30 | Fixed for memory leak in connection caching code when a dc is | Tim Potter | 1 | -1/+13 |
2002-07-24 | Add another message rather than 'internal module error' | Andrew Bartlett | 1 | -0/+4 |
2002-07-21 | Another smattering of static and const | Andrew Bartlett | 2 | -8/+8 |
2002-07-21 | Renamed all the new_cli_netlogon_* functions to cli_netlogon_* | Tim Potter | 1 | -2/+2 |
2002-07-21 | Compilers do find bugs :-) | Andrew Bartlett | 1 | -2/+1 |
2002-07-20 | Try to fix up warnings - particularly on the IRIX 64 bit compiler (which had a | Andrew Bartlett | 3 | -5/+5 |
2002-07-15 | more bug updates from head | Andrew Tridgell | 1 | -4/+4 |
2002-07-15 | fixed a number of real bugs found by warnings on the 64 bit irix compiler | Andrew Tridgell | 1 | -4/+4 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 26 | -219/+494 |
2002-07-14 | after thinking about the env variable hack for avoiding group membership | Andrew Tridgell | 1 | -14/+20 |
2002-07-14 | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us... | cvs2svn Import User | 1 | -0/+209 |
2002-07-14 | this is a trick to work around the fact that posix does not supply | Andrew Tridgell | 6 | -9/+53 |
2002-07-13 | I just noticed that I never added my copyright when I messed with this | Andrew Bartlett | 1 | -0/+1 |
2002-07-11 | Usage fixes from APPLIANCE_HEAD. | Tim Potter | 1 | -1/+2 |
2002-07-11 | Merge of init_domain_list() fix from APPLIANCE_HEAD. | Tim Potter | 1 | -3/+0 |
2002-07-11 | this implements a completely new strategy for fetching group | Andrew Tridgell | 1 | -33/+83 |
2002-07-03 | Kill off codepage related stuff, now we don't use codepages any more. | Andrew Bartlett | 1 | -4/+0 |
2002-07-01 | used findstatic.pl to make some variables static and remove some dead | Andrew Tridgell | 1 | -1/+1 |
2002-07-01 | fixed a bug handling startup when the ads server is not contactable | Andrew Tridgell | 1 | -1/+1 |
2002-06-27 | The next phase in the WINS rewrite! | Andrew Tridgell | 1 | -2/+0 |
2002-06-26 | This commit finally gives us multiple wins server groups. We now | Andrew Tridgell | 2 | -33/+17 |
2002-06-25 | Update cli_full_connection() to take a 'flags' paramater, and try to get a | Andrew Bartlett | 1 | -1/+1 |
2002-06-25 | Add a couple more DEBUG()s to winbindd. | Andrew Bartlett | 1 | -4/+9 |
2002-06-20 | Fix from Andrew Esh for not checking return code. | Jeremy Allison | 1 | -0/+3 |
2002-06-18 | more debug classess activated | Simo Sorce | 14 | -0/+40 |
2002-06-13 | Latest patch from metze <metze@metzemix.de> to move most of samba across | Andrew Bartlett | 3 | -7/+9 |
2002-06-12 | Ignore winbindd_proto.h | Tim Potter | 1 | -0/+1 |
2002-06-10 | Remove "sids.h" as it really wasn't being used anywhere, and was exporting | Andrew Bartlett | 3 | -2/+1 |
2002-06-10 | With this file being automaticly regenerated, and cleaned up with 'make clean' | Andrew Bartlett | 1 | -142/+0 |
2002-06-07 | Merge pidfile fix. | Jeremy Allison | 1 | -3/+3 |
2002-06-05 | Store cache entry keys that have RID values in decimal to be | Tim Potter | 1 | -6/+6 |
2002-06-05 | Fix for Linux kernel bug where signal mask set within a signal handler | Jeremy Allison | 1 | -1/+15 |
2002-06-04 | Store the key for a name to sid cache entry in upper case rather than | Tim Potter | 1 | -4/+12 |
2002-06-04 | Fixed some formatting. | Tim Potter | 1 | -3/+4 |
2002-06-03 | fixed some debug messages | Andrew Tridgell | 1 | -2/+2 |