summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix some bogus uninitialized variable warningsVolker Lendecke2007-12-021-2/+2
* Bump up debug levelVolker Lendecke2007-12-021-2/+3
* In nttransact_create, we also need to check for delete readonlyVolker Lendecke2007-12-011-1/+2
* Fix some C++ warningsVolker Lendecke2007-12-012-16/+11
* Fix an uninitialized variableVolker Lendecke2007-12-011-1/+1
* Fix some C++ warningsVolker Lendecke2007-12-011-9/+3
* Fix missing error cleanup noticed by Derrell.Jeremy Allison2007-11-301-3/+6
* Ensure we have 2 bytes of zeros as a pad-buffer at theJeremy Allison2007-11-301-40/+85
* Whitespace cleanup.Jeremy Allison2007-11-301-209/+201
* Remove pstring from clirap.c.Jeremy Allison2007-11-302-119/+188
* Removed all pstrings from libsmbclient. Derryl pleaseJeremy Allison2007-11-301-46/+65
* Fix restart after length count.Jeremy Allison2007-11-301-1/+6
* Avoid to include net prototypes, just reference user creds.Günther Deschner2007-11-301-7/+16
* Add "net dom" command suite to "net".Günther Deschner2007-11-303-2/+4
* Add "net dom unjoin" code.Günther Deschner2007-11-301-0/+52
* Add "net dom join" code.Günther Deschner2007-11-301-0/+116
* Add header file for NetJoinDomain() and friends.Günther Deschner2007-11-301-0/+29
* Add NetUnjoinDomain().Günther Deschner2007-11-301-0/+74
* Robustness-fixes for NetJoinDomain().Günther Deschner2007-11-301-6/+13
* Give NetJoinDomain() enough time to finish.Günther Deschner2007-11-301-0/+6
* domain_name is a ref pointer.Günther Deschner2007-11-301-0/+5
* Merge join error codes from Samba 4.Günther Deschner2007-11-302-0/+8
* Add NetJoinDomain call.Günther Deschner2007-11-302-1/+87
* Move param helper routines to one place.Günther Deschner2007-11-304-46/+51
* Make encode_wkssvc_join_password_buffer() non-static.Günther Deschner2007-11-301-4/+4
* Merge encode_wkssvc_join_password_buffer() from samba4.Günther Deschner2007-11-301-0/+36
* Add talloc versions of all the next_token() functions.Jeremy Allison2007-11-302-608/+830
* Remove pstrings from clifile.c.Jeremy Allison2007-11-291-25/+36
* Remove PSTRING_LEN from smbd/ nmbd/.Jeremy Allison2007-11-298-390/+530
* Fix _reg_perfcount_get_instance_info()Günther Deschner2007-11-301-1/+1
* Merge recent wkssvc changes from samba4.Günther Deschner2007-11-309-1062/+7878
* Fix build warning.Günther Deschner2007-11-301-1/+1
* Fix memleak.Jeremy Allison2007-11-291-0/+1
* Remove the explicit TALLOC_CTX * from cli_struct.Jeremy Allison2007-11-2918-118/+133
* Remove pstrings. Ensure we validate offsets.Jeremy Allison2007-11-291-64/+132
* Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2007-11-291-1/+1
|\
| * Allow calling "net rpc join" and "net rpc trustdom" without specifying server...Michael Adam2007-11-291-1/+1
* | Remove unused code (and pstring).Jeremy Allison2007-11-281-92/+0
|/
* Add a warning for a potential bug I've run intoVolker Lendecke2007-11-282-0/+6
* Give rpcclient a talloc stackframe.Michael Adam2007-11-281-12/+23
* Remove pstrings from asn1.c.Jeremy Allison2007-11-271-11/+28
* Remove pstrings from namequery.c.Jeremy Allison2007-11-271-24/+47
* Fixed obvious typo.Jeremy Allison2007-11-271-1/+1
* Remove unused prototype for smbldap_get_single_pstring().Jeremy Allison2007-11-272-4/+8
* Save one extra strdup per lp_string. Use talloc_sub_basic()Jeremy Allison2007-11-271-12/+14
* Remove pstring from srv_spoolss_nt.c. All gone from rpc_server/*.cJeremy Allison2007-11-274-235/+311
* Fix old cut-and-paste bug where the wrong field was being written to.Jeremy Allison2007-11-271-2/+2
* Whitespace cleanup.Jeremy Allison2007-11-271-1037/+1035
* Make init_unistr2_from_unistr take an explicit talloc context.Jeremy Allison2007-11-272-40/+33
* Remove pstrings from everything except srv_spoolss_nt.c.Jeremy Allison2007-11-2711-295/+412