Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-test
[samba.git] / source3 / winbindd /
2008-01-15 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-15 Günther DeschnerApply const to rpccli_lsa_query_info_policy() and rpccl...
2008-01-12 Jeremy AllisonEnsure we don't access an uninitialized variable
2008-01-12 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-11 Günther DeschnerAs long as DsGetDcName is not part of libnetapi, lowerc...
2008-01-09 Michael AdamConvert add_sid_to_array() add_sid_to_array_unique...
2008-01-09 Michael AdamFix prototype: Add a void to an empty function paramete...
2008-01-08 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-07 Günther DeschnerFix build warning.
2008-01-07 Michael AdamUse the proper boolean constants.
2008-01-07 Michael AdamFix a comment.
2008-01-07 Michael AdamMake wcache_invalidate_cache() return bool, not int.
2008-01-07 Michael AdamAdd some braces to if statement.
2008-01-07 Andreas SchneiderPrevent winbindd from segfaulting due to corrupted...
2008-01-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-05 Steve FrenchMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-05 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-04 Gerald (Jerry) CarterFix the inherited trust flags when spidering the trust...
2008-01-04 Gerald (Jerry) CarterAdd a missing check for dealing with a one-way trust...
2008-01-04 Gerald (Jerry) CarterEnsure that winbindd_getgroups() can deal with a UPN...
2008-01-04 Gerald (Jerry) CarterWhen connecting to an AD DC, use the DsGetDCName variant.
2007-12-29 Jeremy AllisonUse correct size value for linearize call.
2007-12-29 Volker LendeckeRemove tiny code duplication
2007-12-22 James PeachMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-12-22 Jeremy AllisonAdd NT error to debug to try and track this down.
2007-12-21 Günther DeschnerKill fstring in getdcname & getanydcname return.
2007-12-20 Michael AdamOnly retrieve password policies in pam_auth when WBFLAG...
2007-12-19 Volker LendeckeRemove Get_Pwnam and its associated static variable
2007-12-18 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-12-18 Michael AdamFix logic error in cm_connect_sam().
2007-12-17 Gerald (Jerry) CarterFix a segv in winbindd caused by trying to free an...
2007-12-15 Volker Lendeckes/sid_to_string/sid_to_fstring/
2007-12-15 Volker LendeckeReplace sid_string_static with sid_to_string
2007-12-15 Volker LendeckeUse sid_to_string directly
2007-12-15 Volker LendeckeUse sid_string_talloc where we have a tmp talloc ctx
2007-12-15 Volker LendeckeReplace sid_string_static by sid_string_dbg in DEBUGs
2007-12-15 Volker LendeckeUse sid_string_talloc where we have a tmp talloc ctx
2007-12-14 Stefan Metzmacherwinbindd: move domain child specific stuff into its...
2007-12-14 James PeachMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-12-13 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2007-12-13 Michael AdamMake cm_connect_sam() try harder to connect autheticated.
2007-12-13 Michael AdamRefactor out assembling of trust creds (pw, account...
2007-12-13 Michael AdamStreamline and fix logic of cm_prepare_connection().
2007-12-13 Michael AdamRename get_trust_pw() to get_trust_pw_hash().
2007-12-13 Michael AdamLet get_trust_pw() determine the machine_account_name...
2007-12-13 Michael AdamStreamline logic in cm_connect_netlogon()
2007-12-13 Michael AdamIn cm_prepare_connection(), only get auth user creds...
2007-12-12 Andreas SchneiderDon't restart winbind if a corrupted tdb is found durin...
2007-12-12 Stefan Metzmacherwinbindd: remove unused WINBINDD_DUMP_MAPS support
2007-12-12 Stefan Metzmacherwinbindd: remove unused WINBINDD_DUAL_NAME2*ID and...
2007-12-11 Stefan Metzmacherwinbindd: pass const char *logfile to winbindd_dump_map...
2007-12-11 Stefan Metzmacherwinbindd: rename child table struct elements
2007-12-11 Stefan Metzmacheridmap: add a const to idmap_dump_maps()
2007-12-10 Jeremy AllisonRemove the char[1024] strings from dynconfig. Replace
2007-12-08 Jeremy AllisonRemove next_token - all uses must now be next_token_talloc.
2007-12-07 Jeremy AllisonDon't build rpctorture anymore - not maintained. Just...
2007-12-06 Michael AdamImprove a debug message.
2007-12-05 Michael AdamFix a debug message (missing newline).
2007-12-05 Volker LendeckeRemove some globals
2007-12-04 Jeremy AllisonRemove more pstrings, from the winbindd protocol def and
2007-12-03 Jeremy AllisonLast pstring here.
2007-11-29 Jeremy AllisonRemove the explicit TALLOC_CTX * from cli_struct.
2007-11-27 Jeremy AllisonRemove pstrings from everything except srv_spoolss_nt.c.
2007-11-22 James PeachMerge ssh://git.samba.org/data/git/samba into v3-2...
2007-11-21 Jeremy AllisonAdd set_sockaddr_port function for winbindd.
2007-11-21 Jeremy AllisonMore pstring elimination.
2007-11-20 Gerald (Jerry) CarterPrevent segv in winbindd running on a DC using the...
2007-11-15 Jeremy AllisonMore pstring removal. This one was tricky. I had to add
2007-11-05 Jeremy AllisonRemove the horror that was the global smb_rw_error.
2007-11-02 Gerald (Jerry) CarterMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-11-01 Gerald (Jerry) CarterPatch 2 of 3 from Debian Samba packagers:
2007-10-30 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-10-30 Stefan Metzmacherstart smbd, nmbd and winbindd with the same startup...
2007-10-27 Volker LendeckeTwo patches
2007-10-24 Jeremy AllisonThis is a large patch (sorry). Migrate from struct...
2007-10-24 Stefan Metzmacherhandle wellknown sids in winbindd_passwd.c
2007-10-22 Simo Sorcer25573: Add my (C) as well
2007-10-22 Stefan Metzmacherr25571: split up child_dispatch_table into domain,...
2007-10-22 Stefan Metzmacherr25570: move code of the locator child into its own...
2007-10-22 Stefan Metzmacherr25569: move more idmap stuff into winbindd_idmap.c
2007-10-22 Stefan Metzmacherr25568: move idmap related functions into their own...
2007-10-22 Stefan Metzmacherr25567: make do_async() non static
2007-10-19 Volker LendeckeFix an incompatible pointer type warning
2007-10-19 Jeremy AllisonFix the popt / bool issues. Some places we used BOOL
2007-10-19 Günther DeschnerMerge Tridge's fix for the winbind 32/64bit padding.
2007-10-19 Stefan Metzmacherfix startup of smbd, nmbd, winbindd
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-16 Simo SorceFix default domains support using compat syntax.
2007-10-12 Jelmer VernooijMerge branch 'v3-2-stable' into my_branch
2007-10-11 Guenther DeschnerMerge commit 'origin/v3-2-test' into my_branch
2007-10-11 Jeremy AllisonAdded missing is_ipaddress is_ipaddress_v4 not in initial
2007-10-11 Jeremy AllisonAdd start of IPv6 implementation. Currently most of...
2007-10-10 Gerald (Jerry) Carter[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create...
2007-10-10 Simo Sorcer25573: Add my (C) as well
2007-10-10 Stefan Metzmacherr25571: split up child_dispatch_table into domain,...
2007-10-10 Stefan Metzmacherr25570: move code of the locator child into its own...
2007-10-10 Stefan Metzmacherr25569: move more idmap stuff into winbindd_idmap.c
2007-10-10 Stefan Metzmacherr25568: move idmap related functions into their own...
2007-10-10 Stefan Metzmacherr25567: make do_async() non static
2007-10-10 Gerald Carterr25407: Revert Longhorn join patch as it is not correct...
next