summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix a obscure compiler warningGuenther Deschner2007-11-271-3/+3
* Remove pstring from everything in rpc_server exceptJeremy Allison2007-11-278-273/+363
* Unless talloc has some new magic there is a ctx missing here.Günther Deschner2007-11-271-4/+4
* Use the proper boolean constants - the type has beenMichael Adam2007-11-271-76/+76
* Remove some staticsVolker Lendecke2007-11-279-46/+38
* Remove pstrings from nsswitch/ and registry/Jeremy Allison2007-11-269-572/+723
* Remove a globalVolker Lendecke2007-11-261-5/+4
* Fix bug 5055Volker Lendecke2007-11-265-5/+5
* Improve debug messageVolker Lendecke2007-11-261-1/+2
* Fix a C++ warningVolker Lendecke2007-11-261-1/+1
* 1. lib/system.c (xattr code for Solaris) could not beTomoki AONO2007-11-261-3/+6