2002-01-20 |
Andrew Bartlett | Kill off another ugly wart from the side of the passdb...
|
commit | commitdiff | tree |
2002-01-20 |
Andrew Bartlett | Fix up an embarrsing bug I introduced when I moved...
|
commit | commitdiff | tree |
2002-01-20 |
Andrew Bartlett | Kill off the old varient of 'check_plaintext_password...
|
commit | commitdiff | tree |
2002-01-20 |
Andrew Bartlett | Add a touch of 'const' to some auth components, and...
|
commit | commitdiff | tree |
2002-01-20 |
Andrew Bartlett | Fix a couple of memory leaks in the cli_establish_connection...
|
commit | commitdiff | tree |
2002-01-20 |
Andrew Bartlett | This is the current patch from Luke Leighton <lckl...
|
commit | commitdiff | tree |
2002-01-20 |
Andrew Bartlett | This patch makes the 'winbind use default domain' code...
|
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...
|
commit | commitdiff | tree |
2002-01-18 |
Andrew Bartlett | This is the 'winbind default domain' patch from Alexander...
|
commit | commitdiff | tree |
2002-01-17 |
Andrew Bartlett | A nice *big* change to the fundemental way we do things.
|
commit | commitdiff | tree |
2002-01-17 |
Andrew Bartlett | Move the bang (!) command back to the bottom of the...
|
commit | commitdiff | tree |
2002-01-15 |
Andrew Bartlett | For some reason I wasn't thinking about failure cases...
|
commit | commitdiff | tree |
2002-01-15 |
Andrew Bartlett | Commit the auth associated changes I missed from the...
|
commit | commitdiff | tree |
2002-01-15 |
Andrew Bartlett | Change the passdb interface to use allocated strings.
|
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...
|
commit | commitdiff | tree |
2002-01-14 |
Andrew Bartlett | Initialise cli variables and try not to do a cli_shutdown...
|
commit | commitdiff | tree |
2002-01-14 |
Andrew Bartlett | Fix a segfault in auth/auth_domain.c error cases.
|
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...
|
commit | commitdiff | tree |
2002-01-13 |
Andrew Bartlett | I'm doing some things towards the NamedPipes game with...
|
commit | commitdiff | tree |
2002-01-12 |
Andrew Bartlett | Many thanks to Alexander Bokovoy <a.bokovoy@sam-solutions...
|
commit | commitdiff | tree |
2002-01-12 |
Andrew Bartlett | Thanks to vance for spotting the missing Makefile.in...
|
commit | commitdiff | tree |
2002-01-12 |
Andrew Bartlett | Move all the pdb_get...() and pdb_set...() functions...
|
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...
|
commit | commitdiff | tree |
2002-01-11 |
Andrew Bartlett | Back out the crazy notion that the NTLMSSP flags actually...
|
commit | commitdiff | tree |
2002-01-11 |
Andrew Bartlett | Fix up 'net ads join' to delete and rejoin if the account...
|
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...
|
commit | commitdiff | tree |
2002-01-10 |
Andrew Bartlett | This changes the winbind protcol a bit:
|
commit | commitdiff | tree |
2002-01-06 |
Andrew Bartlett | Get this code back to where it belongs...
|
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...
|
commit | commitdiff | tree |
2002-01-05 |
Andrew Bartlett | Add a talloc varient of the data_blob functions.
|
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.
|
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.
|
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...
|
commit | commitdiff | tree |
2002-01-02 |
Andrew Bartlett | Actually enforce the passdb API.
|
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...
|
commit | commitdiff | tree |
2002-01-01 |
Andrew Bartlett | This brings the NT->DOS error mapping into better line...
|
commit | commitdiff | tree |
2002-01-01 |
Andrew Bartlett | Add a function to convert 'NT_STATUS...' strings back...
|
commit | commitdiff | tree |
2002-01-01 |
Andrew Bartlett | Allow usernames in the form of 'NT_STATUS_....' to...
|
commit | commitdiff | tree |
2002-01-01 |
Andrew Bartlett | Now that winbind doesn't rely on this, we may as well...
|
commit | commitdiff | tree |
2002-01-01 |
Andrew Bartlett | Further rpc_client removal, this time from winbindd.
|
commit | commitdiff | tree |
2002-01-01 |
Andrew Bartlett | A farily large commit:
|
commit | commitdiff | tree |
2002-01-01 |
Andrew Bartlett | Add a specialised version of tpot's libsmb samlogon...
|
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...
|
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'.
|
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...
|
commit | commitdiff | tree |
2001-12-31 |
Andrew Bartlett | Make --with-tdbsam compile again, given the new 'am...
|
commit | commitdiff | tree |
2001-12-31 |
Andrew Bartlett | Allow this to build without LDAP, as per the example...
|
commit | commitdiff | tree |
2001-12-30 |
Andrew Bartlett | Add a pile of doxygen style comments to various parts...
|
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...
|
commit | commitdiff | tree |
2001-12-30 |
Andrew Bartlett | Make Samba compile on RH 6.2 again.
|
commit | commitdiff | tree |
2001-12-08 |
Andrew Bartlett | By popular demand: a new config.guess and config.sub
|
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.
|
commit | commitdiff | tree |
2001-12-08 |
Andrew Bartlett | Ensure that 'use spnego' restricts, rather than just...
|
commit | commitdiff | tree |
2001-12-05 |
Andrew Bartlett | OK. Smbpasswd -j is DEAD.
|
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...
|
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*!
|
commit | commitdiff | tree |
2001-12-04 |
Andrew Bartlett | Add 'net rpc join' to match the ADS equiv.
|
commit | commitdiff | tree |
2001-12-04 |
Andrew Bartlett | Some changes to the name resolution code in 'net' to...
|
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...
|
commit | commitdiff | tree |
2001-12-03 |
Andrew Bartlett | Forgot this one with the last commit...
|
commit | commitdiff | tree |
2001-12-03 |
Andrew Bartlett | This is another major rework of the 'net' command.
|
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...
|
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...
|
commit | commitdiff | tree |