summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* In libsmbclient, map NT_STATUS_OBJECT_PATH_NOT_FOUND to ENOENTVolker Lendecke2007-11-251-0/+1
* Remove a staticVolker Lendecke2007-11-241-3/+5
* Make remote_password_change return malloced error stringsVolker Lendecke2007-11-233-36/+45
* add talloc_stackframe() to eventlogadmVolker Lendecke2007-11-231-0/+2
* printing: fix default printing subsystem detectionStefan Metzmacher2007-11-231-1/+0
* smbd: close_stat() should be staticStefan Metzmacher2007-11-231-1/+1
* Do not link in SOCKET_WRAPPER_OBJ twiceVolker Lendecke2007-11-221-1/+1
* Cosmetic fixVolker Lendecke2007-11-221-3/+3
* Add a missing prototypeVolker Lendecke2007-11-221-0/+1
* Fix an uninitialized variableVolker Lendecke2007-11-221-0/+1
* Fix a type-punned warningVolker Lendecke2007-11-221-1/+1
* Merge ssh://git.samba.org/data/git/samba into v3-2-testJames Peach2007-11-2139-798/+1273
|\
| * Remove pstrings from pam_smbpass - make local_password_changeJeremy Allison2007-11-215-125/+111