2002-01-20 |
Andrew Bartlett | Fix up an embarrsing bug I introduced when I moved... Andrew Bartlett
|
commit | commitdiff | tree |
2002-01-20 |
Andrew Bartlett | Kill off the old varient of 'check_plaintext_password... Andrew Bartlett
|
commit | commitdiff | tree |
2002-01-20 |
Andrew Bartlett | Add a touch of 'const' to some auth components, and... Andrew Bartlett
|
commit | commitdiff | tree |
2002-01-20 |
Andrew Bartlett | Fix a couple of memory leaks in the cli_establish_connection... Andrew Bartlett
|
commit | commitdiff | tree |
2002-01-20 |
Andrew Bartlett | This is the current patch from Luke Leighton <lckl... Andrew Bartlett
|
commit | commitdiff | tree |
2002-01-20 |
Andrew Bartlett | This patch makes the 'winbind use default domain' code... Andrew Bartlett
|
commit | commitdiff | tree |
2002-01-19 |
Andrew Bartlett | Fix up runlist botchup.
|
commit | commitdiff | tree |
2002-01-18 |
Andrew Bartlett | Update the build farm's test runlist and make it a...
|
commit | commitdiff | tree |
2002-01-18 |
Andrew Bartlett | Don't do tridge's crazy 'am I a trusted domain' lookup... Andrew Bartlett
|
commit | commitdiff | tree |
2002-01-18 |
Andrew Bartlett | This is the 'winbind default domain' patch from Alexander... Andrew Bartlett
|
commit | commitdiff | tree |
2002-01-17 |
Andrew Bartlett | A nice *big* change to the fundemental way we do things. Andrew Bartlett
|
commit | commitdiff | tree |
2002-01-17 |
Andrew Bartlett | Move the bang (!) command back to the bottom of the... Andrew Bartlett
|
commit | commitdiff | tree |
2002-01-15 |
Andrew Bartlett | For some reason I wasn't thinking about failure cases... Andrew Bartlett
|
commit | commitdiff | tree |
2002-01-15 |
Andrew Bartlett | Commit the auth associated changes I missed from the... Andrew Bartlett
|
commit | commitdiff | tree |
2002-01-15 |
Andrew Bartlett | Change the passdb interface to use allocated strings. Andrew Bartlett
|
commit | commitdiff | tree |
2002-01-14 |
Andrew Bartlett | rerun autoconf
|
commit | commitdiff | tree |
2002-01-14 |
Andrew Bartlett | I like --enable-developer, but I find it rather usless... Andrew Bartlett
|
commit | commitdiff | tree |
2002-01-14 |
Andrew Bartlett | Initialise cli variables and try not to do a cli_shutdown... Andrew Bartlett
|
commit | commitdiff | tree |
2002-01-14 |
Andrew Bartlett | Fix a segfault in auth/auth_domain.c error cases. Andrew Bartlett
|
commit | commitdiff | tree |
2002-01-13 |
Andrew Bartlett | A couple of coding syle updates to follow the re-indent.
|
commit | commitdiff | tree |
2002-01-13 |
Andrew Bartlett | Re-indent these two functions to make it actually possible... Andrew Bartlett
|
commit | commitdiff | tree |
2002-01-13 |
Andrew Bartlett | I'm doing some things towards the NamedPipes game with... Andrew Bartlett
|
commit | commitdiff | tree |
2002-01-12 |
Andrew Bartlett | Many thanks to Alexander Bokovoy <a.bokovoy@sam-solutions... Andrew Bartlett Many thanks to Andrew Bartlett for critics and comments, and...
|
commit | commitdiff | tree |
2002-01-12 |
Andrew Bartlett | Thanks to vance for spotting the missing Makefile.in... Andrew Bartlett
|
commit | commitdiff | tree |
2002-01-12 |
Andrew Bartlett | Move all the pdb_get...() and pdb_set...() functions... Andrew Bartlett
|
commit | commitdiff | tree |
2002-01-11 |
Andrew Bartlett | Make this error match Win2k.
|
commit | commitdiff | tree |
2002-01-11 |
Andrew Bartlett | The DC is meant to be sent the *unmapped* username... Andrew Bartlett
|
commit | commitdiff | tree |
2002-01-11 |
Andrew Bartlett | Back out the crazy notion that the NTLMSSP flags actually... Andrew Bartlett
|
commit | commitdiff | tree |
2002-01-11 |
Andrew Bartlett | Fix up 'net ads join' to delete and rejoin if the account... Andrew Bartlett
|
commit | commitdiff | tree |
2002-01-10 |
Andrew Bartlett | Take a stab at keeping the doco current :-)
|
commit | commitdiff | tree |
2002-01-10 |
Andrew Bartlett | Return the winbind separator over the socket, so programs... Andrew Bartlett
|
commit | commitdiff | tree |
2002-01-10 |
Andrew Bartlett | This changes the winbind protcol a bit: Andrew Bartlett
|
commit | commitdiff | tree |
2002-01-06 |
Andrew Bartlett | Get this code back to where it belongs... Andrew Bartlett
|
commit | commitdiff | tree |
2002-01-06 |
Andrew Bartlett | Some more SPNEGO fixes.
|
commit | commitdiff | tree |
2002-01-05 |
Andrew Bartlett | Fix up the SPNEGO segfault.
|
commit | commitdiff | tree |
2002-01-05 |
Andrew Bartlett | I've decided to move the auth code around a bit more... Andrew Bartlett
|
commit | commitdiff | tree |
2002-01-05 |
Andrew Bartlett | Add a talloc varient of the data_blob functions. Andrew Bartlett
|
commit | commitdiff | tree |
2002-01-05 |
Andrew Bartlett | Add a comment on how this error map was derrived.
|
commit | commitdiff | tree |
2002-01-05 |
Andrew Bartlett | One line fix to get smbmount working again. Andrew Bartlett
|
commit | commitdiff | tree |
2002-01-05 |
Andrew Bartlett | Add a touch of const
|
commit | commitdiff | tree |
2002-01-03 |
Andrew Bartlett | Update the NT_STATUS -> DOS error table. Andrew Bartlett
|
commit | commitdiff | tree |
2002-01-03 |
Andrew Bartlett | Make a couple more of the warnings also be C comments
|
commit | commitdiff | tree |
2002-01-03 |
Andrew Bartlett | A few changes to always output the erorr mapping even...
|
commit | commitdiff | tree |
2002-01-03 |
Andrew Bartlett | Workaround some 'smarts' in Win2k.
|
commit | commitdiff | tree |
2002-01-03 |
Andrew Bartlett | Re-add bail on failure.
|
commit | commitdiff | tree |
2002-01-02 |
Andrew Bartlett | We go to a lot of effort to avoid strcpy() in Samba... Andrew Bartlett
|
commit | commitdiff | tree |
2002-01-02 |
Andrew Bartlett | Actually enforce the passdb API. Andrew Bartlett
|
commit | commitdiff | tree |
2002-01-02 |
Andrew Bartlett | Another touch of 'const'
|
commit | commitdiff | tree |
2002-01-02 |
Andrew Bartlett | Minor update to make the output 'real C'. (The output... Andrew Bartlett
|
commit | commitdiff | tree |
2002-01-01 |
Andrew Bartlett | This brings the NT->DOS error mapping into better line... Andrew Bartlett
|
commit | commitdiff | tree |
2002-01-01 |
Andrew Bartlett | Add a function to convert 'NT_STATUS...' strings back... Andrew Bartlett
|
commit | commitdiff | tree |
2002-01-01 |
Andrew Bartlett | Allow usernames in the form of 'NT_STATUS_....' to... Andrew Bartlett
|
commit | commitdiff | tree |
2002-01-01 |
Andrew Bartlett | Now that winbind doesn't rely on this, we may as well... Andrew Bartlett
|
commit | commitdiff | tree |
2002-01-01 |
Andrew Bartlett | Further rpc_client removal, this time from winbindd. Andrew Bartlett
|
commit | commitdiff | tree |
2002-01-01 |
Andrew Bartlett | A farily large commit: Andrew Bartlett
|
commit | commitdiff | tree |
2002-01-01 |
Andrew Bartlett | Add a specialised version of tpot's libsmb samlogon... Andrew Bartlett
|
commit | commitdiff | tree |
2002-01-01 |
Andrew Bartlett | Fix up C99 comment.
|
commit | commitdiff | tree |
2002-01-01 |
Andrew Bartlett | Named constants are always much better than magic numbers... Andrew Bartlett
|
commit | commitdiff | tree |
2001-12-31 |
Andrew Bartlett | Ensure the output cli can't have spurious values if...
|
commit | commitdiff | tree |
2001-12-31 |
Andrew Bartlett | Add 'net rpc shutdown' and 'net rpc abortshutdown'. Andrew Bartlett
|
commit | commitdiff | tree |
2001-12-31 |
Andrew Bartlett | Fix up the comment in the copyright header
|
commit | commitdiff | tree |
2001-12-31 |
Andrew Bartlett | Give the main loop talloc context a name (using mbp... Andrew Bartlett
|
commit | commitdiff | tree |
2001-12-31 |
Andrew Bartlett | Make --with-tdbsam compile again, given the new 'am... Andrew Bartlett
|
commit | commitdiff | tree |
2001-12-31 |
Andrew Bartlett | Allow this to build without LDAP, as per the example... Andrew Bartlett
|
commit | commitdiff | tree |
2001-12-30 |
Andrew Bartlett | Add a pile of doxygen style comments to various parts... Andrew Bartlett
|
commit | commitdiff | tree |
2001-12-30 |
Andrew Bartlett | Finally remove these files, which moved (by cvs backend...
|
commit | commitdiff | tree |
2001-12-30 |
Andrew Bartlett | Finish idra's cleanup of the RPC remote shutdown code.
|
commit | commitdiff | tree |
2001-12-30 |
Andrew Bartlett | Fix the compile on systems without a full kerberos... Andrew Bartlett
|
commit | commitdiff | tree |
2001-12-30 |
Andrew Bartlett | Make Samba compile on RH 6.2 again. Andrew Bartlett
|
commit | commitdiff | tree |
2001-12-08 |
Andrew Bartlett | By popular demand: a new config.guess and config.sub Andrew Bartlett
|
commit | commitdiff | tree |
2001-12-08 |
Andrew Bartlett | Fix segfault, and add a comment.
|
commit | commitdiff | tree |
2001-12-08 |
Andrew Bartlett | Leak less memory. Andrew Bartlett
|
commit | commitdiff | tree |
2001-12-08 |
Andrew Bartlett | Ensure that 'use spnego' restricts, rather than just... Andrew Bartlett
|
commit | commitdiff | tree |
2001-12-05 |
Andrew Bartlett | OK. Smbpasswd -j is DEAD. Andrew Bartlett
|
commit | commitdiff | tree |
2001-12-05 |
Andrew Bartlett | Add a couple of extra debugs for the secrets.tdb stuff
|
commit | commitdiff | tree |
2001-12-05 |
Andrew Bartlett | Ensure we fill in the %U for NTLMSSP connections
|
commit | commitdiff | tree |
2001-12-05 |
Andrew Bartlett | Add a new flag for anonymous connections
|
commit | commitdiff | tree |
2001-12-05 |
Andrew Bartlett | Make it easier to construct anonymous connections with...
|
commit | commitdiff | tree |
2001-12-05 |
Andrew Bartlett | Split out the name resolution code into a seperate...
|
commit | commitdiff | tree |
2001-12-05 |
Andrew Bartlett | Follow herb's suggestion and don't strdup a string...
|
commit | commitdiff | tree |
2001-12-05 |
Andrew Bartlett | Follow herb's suggestion and don't strdup a string...
|
commit | commitdiff | tree |
2001-12-05 |
Andrew Bartlett | Add a mechinism to allow for sane porting of rpcclient... Andrew Bartlett
|
commit | commitdiff | tree |
2001-12-05 |
Andrew Bartlett | Ditto on the const religion.
|
commit | commitdiff | tree |
2001-12-05 |
Andrew Bartlett | Const religion for some of the RPC code.
|
commit | commitdiff | tree |
2001-12-04 |
Andrew Bartlett | smbpasswd is *ugly*! Andrew Bartlett
|
commit | commitdiff | tree |
2001-12-04 |
Andrew Bartlett | Add 'net rpc join' to match the ADS equiv. Andrew Bartlett
|
commit | commitdiff | tree |
2001-12-04 |
Andrew Bartlett | Some changes to the name resolution code in 'net' to... Andrew Bartlett
|
commit | commitdiff | tree |
2001-12-04 |
Andrew Bartlett | Fix up funtion name, as this finds local, not domain...
|
commit | commitdiff | tree |
2001-12-04 |
Andrew Bartlett | This comment no longer applies.
|
commit | commitdiff | tree |
2001-12-03 |
Andrew Bartlett | This change reworkes the connection code for both rpcclient... Andrew Bartlett
|
commit | commitdiff | tree |
2001-12-03 |
Andrew Bartlett | Forgot this one with the last commit... Andrew Bartlett
|
commit | commitdiff | tree |
2001-12-03 |
Andrew Bartlett | This is another major rework of the 'net' command. Andrew Bartlett
|
commit | commitdiff | tree |
2001-11-29 |
Andrew Bartlett | Fix up the ./configure tests for kerberos. This ensures...
|
commit | commitdiff | tree |
2001-11-29 |
Andrew Bartlett | Make better use of the ads_init() function to get the... Andrew Bartlett
|
commit | commitdiff | tree |
2001-11-28 |
Andrew Bartlett | Allow kerberos to work on RedHat and other non /usr...
|
commit | commitdiff | tree |
2001-11-28 |
Andrew Bartlett | Some random updates for the ADS-HOWTO
|
commit | commitdiff | tree |
2001-11-26 |
Andrew Bartlett | Fix --enable-developer shadow warning
|
commit | commitdiff | tree |
2001-11-26 |
Andrew Bartlett | Fix debug
|
commit | commitdiff | tree |
2001-11-26 |
Andrew Bartlett | A number of things to clean up the auth subsytem a... Andrew Bartlett
|
commit | commitdiff | tree |
2001-11-26 |
Andrew Bartlett | prevent proto from picking up this as a defintion for...
|
commit | commitdiff | tree |
next |