summaryrefslogtreecommitdiffstats
path: root/source/libsmb
Commit message (Expand)AuthorAgeFilesLines
* Add my copyright.Günther Deschner2008-02-271-0/+1
* Use new LSA_POLICY defines in lsa rpc server code and other places.Günther Deschner2008-02-271-1/+1
* add smbc_ftruncate() to emulate POSIX ftruncate()Derrell Lipman2008-02-262-0/+81
* add a function to truncate a file to a specified sizeDerrell Lipman2008-02-261-0/+49
* Fix some warningsVolker Lendecke2008-02-251-2/+1
* Fix typoVolker Lendecke2008-02-231-2/+2
* Fix a C++ warningVolker Lendecke2008-02-231-1/+2
* Fix memory leaks on error pathTim Potter2008-02-201-1/+8
* Remove unused creds_client_check and creds_client_step.Günther Deschner2008-02-171-23/+0
* Use new IDL based PAC structures in clikrb5.cGünther Deschner2008-02-171-7/+7
* Use netr_SamInfo3 in samlogon cache and use ndr functions for storing the blob.Günther Deschner2008-02-171-98/+119
* Use rpccli_netr_ServerPasswordSet in "just_change_the_password()".Günther Deschner2008-02-161-1/+26
* Remove unused creds_server_check and creds_server_step.Günther Deschner2008-02-161-41/+0
* Replace DOM_CHAL with "struct netr_Credential" where we can right now.Günther Deschner2008-02-151-15/+17
* Add netlogon_creds_server_check and netlogon_creds_server_step.Günther Deschner2008-02-151-0/+45
* Add netlogon_creds_client_check and netlogon_creds_client_step.Günther Deschner2008-02-151-0/+31
* Allow the mechOID to be written separately.Jeremy Allison2008-02-141-2/+4
* Use rpccli_lsa_EnumTrustDom all over the place.Günther Deschner2008-02-131-2/+26
* Add a missing returnVolker Lendecke2008-02-111-1/+1
* We don't need the extra null termination - we'veJeremy Allison2008-02-081-9/+4
* Make clilist work again with OS/2 (kukks help!).Jeremy Allison2008-02-081-1/+17
* From kukks - prevent crashes if finfo.name == NULL.Jeremy Allison2008-02-081-0/+11
* Try and fix length and finfo calls for older clients. WorkingJeremy Allison2008-02-081-7/+21
* Fix bug reported on IRC enumerating shares with OS/2.Jeremy Allison2008-02-081-3/+4
* Fix some typos.Karolin Seeger2008-02-081-1/+1
* Convert receive_smb_raw to NTSTATUSVolker Lendecke2008-02-021-4/+25
* read_socket_with_timeout_ntstatus->read_socket_with_timeoutVolker Lendecke2008-02-021-1/+1
* Get rid of read_socket_with_timeoutVolker Lendecke2008-02-021-2/+22
* Eliminate remote tree of dsgetdcname (which will happen in libnetapi then).Günther Deschner2008-01-291-100/+14
* Adding missing calls to va_end().Tim Potter2008-01-271-4/+19
* Add WERR_INVALID_COMPUTER_NAME.Günther Deschner2008-01-241-0/+1
* Merge branch 'setxattr-dos-mode' into v3-2-testDerrell Lipman2008-01-231-1/+9
|\
| * Allow clearing all settable DOS mode bits. A mode value of zero is ignored byDerrell Lipman2008-01-231-1/+9
* | Don't leak memory in error path.Jeremy Allison2008-01-231-0/+1
* | Use strchr_m in seaching for '.' in the hostname to make sure we're mb safe.Jeremy Allison2008-01-231-1/+1
* | Fix Windows 2008 (Longhorn) join.Andreas Schneider2008-01-231-1/+15
* | Windows 2008 (Longhorn) auth2 flag fixes.Andreas Schneider2008-01-231-1/+1
* | read_socket_with_timeout has timeout=0 handlingVolker Lendecke2008-01-231-6/+2
|/
* Fix typo that disabled setting group id. Thanks, Henrik.Derrell Lipman2008-01-181-1/+1
* Add the "allinfo" command to smbclientVolker Lendecke2008-01-181-0/+131
* Add and correct some WERROR codes.Michael Adam2008-01-181-1/+7
* Fix bug 5185: repeated calls to smbc_getxattr() lose sid-name mappingDerrell Lipman2008-01-171-46/+37
* Fix stat results to be consistent between smbc_stat and smbc_fstat.Derrell Lipman2008-01-171-1/+4
* Fix bug found by Derrell - windows returns an read returnJeremy Allison2008-01-161-21/+28
* Make resolve_ads() static.Günther Deschner2008-01-161-5/+5
* Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testDerrell Lipman2008-01-162-273/+311
|\
| * Fix the API exported for auth_functions. Ensure we callJeremy Allison2008-01-151-272/+310
| * libsmb: Do not upper-case target name on NTLMv2 hash generationKai Blin2008-01-151-1/+1
* | Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testDerrell Lipman2008-01-152-13/+9
|\|
| * Windows insists on write sizes < max_xmit on signed connections.Jeremy Allison2008-01-141-3/+6