summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * Remove pstring from printing/*.c except for theJeremy Allison2007-11-216-249/+396
| * Doh ! Don't use #else when #endif is needed.Jeremy Allison2007-11-211-2/+1
| * Add set_sockaddr_port function for winbindd.Jeremy Allison2007-11-212-0/+15
| * Allocate a talloc_stackframe() in main() for wbinfo.Gerald (Jerry) Carter2007-11-211-1/+3
| * Fix unresolved symbols in smbumount from addition of talloc_stackframe().Gerald (Jerry) Carter2007-11-211-2/+3
| * Add talloc stackframe for ntlm_auth.cJeremy Allison2007-11-201-0/+2
| * Remove pstrcpy I missed.Jeremy Allison2007-11-201-1/+0
| * More pstring removal....Jeremy Allison2007-11-203-69/+120
| * Remove pstring from services/*.cJeremy Allison2007-11-202-148/+211
| * Ensure we have a talloc stackframe (found by Kukks).Jeremy Allison2007-11-202-6/+10
| * More pstring elimination.Jeremy Allison2007-11-2010-136/+257