ira/wip.git
2009-12-29 Jelmer Vernooijdsdb: Fix dependencies when building against system...
2009-12-29 Jelmer Vernooijnet: Make arguments available to python commands as...
2009-12-29 Jelmer Vernooijpython: When updating sys.path to include the Samba...
2009-12-29 Jelmer Vernooijs4/net: Allow options before arguments for Python commands.
2009-12-29 Jelmer Vernooijs4/net: Pass all arguments through to the Python commands.
2009-12-29 Jelmer Vernooijs4/net: Add domainlevel subcommand.
2009-12-29 Jelmer Vernooijs4/net: Use d_printf consistently when reporting errors.
2009-12-29 Jelmer VernooijUse CommandError exception to deal with problems during...
2009-12-29 Jelmer Vernooijs4/net: Make pwsettings a net subcommand.
2009-12-29 Jelmer Vernooijnetcmd: Add some basic tests.
2009-12-29 Jelmer Vernooijs4/net: Support parsing arguments in Python commands.
2009-12-29 Jelmer Vernooijnet: Support usage/help of subcommands implemented...
2009-12-29 Jelmer Vernooijnet: Support implementing subcommands in python.
2009-12-29 Stefan Metzmachers4:auth: add auth_get_server_info_principal() prototype...
2009-12-29 Stefan Metzmachers4:auth: make auth_challenge_may_be_modified() public
2009-12-29 Stefan Metzmachers4:auth: remove autogenerated auth/ntlm/auth_proto.h
2009-12-29 Stefan Metzmachers3:ntlmssp: remove unused p24 variable from ntlmssp_sig...
2009-12-29 Stefan Metzmachers3:ntlmssp: move some indentation in ntlmssp_sign.c
2009-12-29 Stefan Metzmachers3:ntlmssp: remove unused ntlmssp_stored_response()
2009-12-29 Stefan Metzmachers3:ntlmssp: remove unused ref_count from ntlmssp_state
2009-12-29 Stefan Metzmachers3:ntlmssp: fix whitespace in ntlmssp.h
2009-12-29 Stefan Metzmachers3:ntlmssp: fix spelling
2009-12-29 Stefan Metzmachers3:ntlmssp: rename NTLM_MESSAGE_TYPE into ntlmssp_messa...
2009-12-29 Stefan Metzmachers4:ntlmssp: fix whitespaces in ntlmssp.h
2009-12-28 Volker Lendeckes3: Check for lp_winbind_trusted_domains_only in wb_get...
2009-12-28 Volker Lendeckes3: Move a lp_winbind_trusted_domains_only() check...
2009-12-28 Volker Lendeckes3: Pass netr_DomainTrustList instead of names and...
2009-12-28 Volker Lendeckes3: Simplify winbindd_ads.c:trusted_domains()
2009-12-28 Volker Lendeckes3: Remove some unused code
2009-12-28 Volker Lendeckes3: Simplify winbindd_list_trusted_domains() slightly
2009-12-28 Volker Lendeckes3: Simplify "setup_domain_child" slightly
2009-12-27 Jelmer Vernooijpython: Remove sys.path line rather than updating it...
2009-12-26 Volker Lendeckes3:winbind Make the normal client exit message a bit...
2009-12-26 Volker Lendeckes3: Fix a typo found by Matthias Dieter Wallnöfer ...
2009-12-26 Volker Lendeckes3: Fix a bogus uninitialized variable warning
2009-12-26 Volker Lendeckes3: Replace IS_DOMAIN_OFFLINE by a function
2009-12-26 Volker Lendeckes3: Fix some nonempty blank lines
2009-12-26 Volker Lendeckes3: winbindd_cli_state->getgrent_state is no longer...
2009-12-26 Volker Lendeckes3: getgrent_state has been replaced by grent_state
2009-12-25 Jelmer Vernooijpy_net/libnet: Remove C++-style comments, add more...
2009-12-25 Kamen Mazdrashkis4-libnet: Simple test for net.SetPassword() python...
2009-12-25 Kamen Mazdrashkis4-libnet: Python binding for libnet_SetPassword()
2009-12-25 Kamen Mazdrashkis4-net: Fix 'talloc_free with references ...' error
2009-12-24 Stefan Metzmachers4:auth: change auth_check_password_send/recv to tevent_req
2009-12-24 Stefan Metzmachers4:gensec: change gensec_update_send/recv to tevent_req
2009-12-24 Stefan Metzmachers4:kdc: use the remote and local address from the strea...
2009-12-24 Stefan Metzmachers4:smbd: hold tsocket_addresses on the stream_connection
2009-12-24 Stefan Metzmachers4:smb_server: fix mixing socket_address and tsocket_ad...
2009-12-24 Stefan Metzmachers4:lib/socket: add socket_get_{remote|local}_addr(...
2009-12-24 Stefan Metzmachers4:lib/socket: add helpers functions to convert between...
2009-12-24 Stefan Metzmachertsocket: only copy the specific part of sockaddr*
2009-12-24 Stefan Metzmachertsocket: allow AF_UNIX sockaddrs smaller than sizeof...
2009-12-24 Volker Lendeckes3: Remove unused delete_negative_conn_cache()
2009-12-24 Volker Lendeckes3: Remove unused flush_negative_conn_cache()
2009-12-24 Volker Lendeckes3: Remove some unnecessary variables from libsmb/conn_...
2009-12-24 Volker Lendeckes3: Fix a comment in conn_cache.c
2009-12-24 Volker Lendeckes3: Fix a 64-bit error
2009-12-24 Volker Lendeckes3: Remove some pointless SMB_ASSERTs
2009-12-24 Volker Lendeckes3: Remove some pointless casts
2009-12-24 Jeremy AllisonAttempt to fix one of the last two bugs with the full...
2009-12-24 Jeremy AllisonThe posix acl version of set_nt_acl() could set the...
2009-12-23 Simo Sorces4:cleanups More trailing spaces and tabs
2009-12-23 Simo Sorces4:cleanups remove trailing spaces and tabs
2009-12-23 Suresh Jayaramandoc: update mount.cifs man page with nounix option
2009-12-23 Simo Sorces4:ldb Fix declaration in the middle of the code
2009-12-23 Simo Sorces4: Fix the build
2009-12-23 Matthieu Patous4: tests controls parsing and using for ldbadd/ldbedit...
2009-12-23 Matthieu Patous4: make ldbadd/ldbmodify/ldbdelete really use the...
2009-12-23 Volker Lendeckes3: wbinfo --ping-dc is not cacheable
2009-12-23 Volker Lendeckes3: Remove some unused code
2009-12-23 Volker Lendeckes3: Remove unused sendto_child()
2009-12-23 Günther Deschners3-net: use generated krb5.conf in 'net ads testjoin'
2009-12-23 Günther Deschners3-docs: mention -M option and remove nonexisting ...
2009-12-22 Andrew Bartletts3:ntlmssp: only include ntlmssp.h where actually needed
2009-12-22 Andrew Bartletts3:ntlmssp: remove the typedef NTLMSSP_STATE
2009-12-22 Andrew Bartletts3:ntlmssp: move to C99 integer types in ntlmssp.h
2009-12-22 Andrew Bartletts3:ntlmssp: rename enum NTLMSSP_ROLE into enum ntlmssp_role
2009-12-22 Andrew Bartlettlibcli/auth Make gd's NDR NTLMSSP parsers helpers common
2009-12-22 Volker Lendeckes3: Restore correct timeouts for SMB requests
2009-12-22 Volker Lendeckes3: Remove a pointless else branch
2009-12-22 Volker Lendeckes3: Move smb_splice_chain to smbd/process.c, its only...
2009-12-22 Andrew Bartletts4:gensec Don't give a warning when Windows client...
2009-12-22 Andrew Bartletts4:auth Change 'get_challenge' API to be more like...
2009-12-22 Andrew Bartletts4:auth generate the prototype file in the right place
2009-12-22 Andrew BartlettSamba4 and LDB requires talloc 2.0.1
2009-12-22 Jeremy AllisonFix bug reported in mangle_hash code (no bugid yet).
2009-12-22 Tim Proutys4 torture: Add RAW-OPLOCK-EXCLUSIVE7 which is similar...
2009-12-22 Tim Proutys4 torture: Update raw oplock to use win7 as the baseli...
2009-12-22 Tim Proutys4 torture: Be more permissive with share modes for...
2009-12-22 Tim Proutys4 torture: Do a better job of closing open files in...
2009-12-22 Jelmer Vernooijparam: Fix build on systems without ldb installed.
2009-12-21 Jelmer Vernooijprovision/pyldb: Avoid linking in static python ldb...
2009-12-21 Jelmer Vernooijldb_wrap: Fix compilation when using system ldb.
2009-12-21 Jelmer Vernooijtdb: Also build and install tdb manpages from standalon...
2009-12-21 Jelmer Vernooijtdb: Fix formatting of API check file.
2009-12-21 Jelmer VernooijFix initialisation of TypeObject samba.param.LoadparmSe...
2009-12-21 Volker Lendeckes3:winbind: Add a lower-cost alternative to wbinfo...
2009-12-21 Volker Lendeckes3:winbindd: Fix a brown paper bag bug in wbinfo -t ...
2009-12-21 Jeremy AllisonRename reply_doserror() -> reply_force_doserror().
2009-12-21 Jeremy AllisonRemove all calls to reply_doserror - turn them into
next