Age | Commit message (Expand) | Author | Files | Lines |
2004-01-10 | Fix swatdir location for --with-fhs | Jelmer Vernooij | 1 | -0/+1 |
2004-01-09 | fix some warnings from the Sun compiler | Gerald Carter | 6 | -34/+34 |
2004-01-09 | Romve debugging assertions (oops...) | Andrew Bartlett | 1 | -6/+0 |
2004-01-09 | Add a new type of name lookup 'ads'. This seperates this from normal | Andrew Bartlett | 1 | -33/+59 |
2004-01-08 | Use StrCaseCmp, not strcasecmp. Should fix winbind build on IRIX | Jelmer Vernooij | 1 | -2/+2 |
2004-01-08 | fix segfault when sid_ptr == 0 in DsEnumDomainTrusts() reply | Gerald Carter | 2 | -6/+5 |
2004-01-08 | fix a seg fault caused by abartlet's last checkin; there's no way this could ... | Gerald Carter | 1 | -1/+1 |
2004-01-08 | use SAFE_FREE(), not free(). | Andrew Bartlett | 1 | -1/+1 |
2004-01-08 | This merges in my 'always use ADS' patch. Tested on a mix of NT and ADS | Andrew Bartlett | 20 | -158/+298 |
2004-01-08 | In tdb_allocate(), we would create a new record by writing a local variable | Andrew Bartlett | 1 | -0/+2 |
2004-01-08 | Make it clearer that the domain here is the domain of the user for | Andrew Bartlett | 1 | -5/+5 |
2004-01-08 | Move more of winbind to use 'find_our_domain()' rather than the dangerous | Andrew Bartlett | 5 | -48/+38 |
2004-01-08 | The correct test for 'is our primary domain' is domain->primary | Andrew Bartlett | 1 | -1/+1 |
2004-01-07 | Machines are people too! | Andrew Bartlett | 5 | -36/+25 |
2004-01-07 | Fix for bug #922. Fast path not called for strlower_m() and strupper_m(). | Jeremy Allison | 1 | -2/+2 |
2004-01-07 | Typo fix. | Rafal Szczesniak | 1 | -1/+1 |
2004-01-07 | Doxygen comment fix. | Rafal Szczesniak | 1 | -2/+5 |
2004-01-07 | Fix from Justin Baugh <justin.baugh@request.com> for bugid #948 for | Jeremy Allison | 1 | -1/+4 |
2004-01-07 | commiting jra's fix for Exchange clear test auth | Gerald Carter | 1 | -1/+2 |
2004-01-07 | Fix from Luke Howard <lukeh@PADL.COM> for incorrect early free(). | Jeremy Allison | 1 | -5/+7 |
2004-01-07 | Don't duplicate pulling the 'IPC' username from secrets.tdb, instead | Andrew Bartlett | 2 | -7/+45 |
2004-01-07 | There is a German translation of swat -- surprise :-) | Volker Lendecke | 1 | -5/+5 |
2004-01-07 | Add smbget utility, a simple wget-like utility that uses libsmbclient. | Jelmer Vernooij | 2 | -1/+581 |
2004-01-06 | Fix segfualt caused by incorrect configuration. If lp_realm() was not set, | Andrew Bartlett | 1 | -5/+9 |
2004-01-06 | Patch penguin. Cleaning out old mbp patch. | Jeremy Allison | 1 | -22/+24 |
2004-01-06 | Fix -s option to smbcontrol (#908) | Jelmer Vernooij | 1 | -1/+1 |
2004-01-06 | remove unused seek_file(); don't hardcode '\' when printing the auth-user | Gerald Carter | 2 | -26/+1 |
2004-01-06 | bumping to 3.0.2pre2 | Gerald Carter | 1 | -1/+1 |
2004-01-06 | isolate ldap debug messages to the common smbldap_XXX() functions | Gerald Carter | 3 | -12/+9 |
2004-01-06 | XFS quota patch from Stefan Metzmacher <metze@metzemix.de>. | Jeremy Allison | 5 | -42/+74 |
2004-01-06 | Correctly detect AFS headers on SuSE in /usr/include/afs/afs/ | Volker Lendecke | 1 | -6/+46 |
2004-01-06 | Patch by Stefan Metzmacher <metze@metzemix.de>: | Andrew Bartlett | 1 | -0/+4 |
2004-01-06 | Patch based on work from James Peach <jpeach@sgi.com> to convert over to | Jeremy Allison | 8 | -133/+323 |
2004-01-06 | Ensure that for wbinfo --set-auth-user, we actually use the domain. | Andrew Bartlett | 1 | -2/+2 |
2004-01-05 | cifs mount helper merge | Steve French | 1 | -226/+450 |
2004-01-05 | Fix more cases to ensure that as a server, we don't complain to the client | Andrew Bartlett | 1 | -3/+1 |
2004-01-05 | Added last missing file. | Jeremy Allison | 1 | -0/+486 |
2004-01-05 | Oops. Broke the build. Added missing files. | Jeremy Allison | 4 | -0/+1109 |
2004-01-05 | Fix from James Flemer <jflemer@uvm.edu> to make HAVE_ATTR_LIST linked to | Jeremy Allison | 1 | -3/+3 |
2004-01-05 | fix inverted check using krb5_kt_resolve() and HAVE_MEMORY_KEYTAB; bug 912 | Gerald Carter | 1 | -2/+2 |
2004-01-05 | Patch from Stefan (metze) Metzmacher <metze at metzemix.de> to revert to 2.2.... | Jeremy Allison | 5 | -776/+133 |
2004-01-05 | Ensure we set "always sign" flag if set. We don't currently do anything with | Jeremy Allison | 1 | -0/+4 |
2004-01-05 | Fix warning | Volker Lendecke | 1 | -1/+1 |
2004-01-05 | Don't free the encrypted_session_key early - that causes the subsequent | Andrew Bartlett | 1 | -1/+1 |
2004-01-05 | shorten some more lines. | Andrew Bartlett | 1 | -7/+14 |
2004-01-05 | Try to keep vl happy - shorten some of these lines. | Andrew Bartlett | 1 | -6/+12 |
2004-01-05 | Grumble... grumble... fix the build... | Andrew Bartlett | 1 | -5/+7 |
2004-01-05 | Show the sid type in name->sid translatons in a way that can be easily | Andrew Bartlett | 1 | -1/+1 |
2004-01-05 | Always call the auto-init funciton - this avoids tdb segfaulting under | Andrew Bartlett | 1 | -0/+6 |
2004-01-05 | Correctly handle per-pipe NTLMSSP inside a NULL session. Previously we | Andrew Bartlett | 2 | -7/+20 |