Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-test
[ira/wip.git] / source3 / winbindd /
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...
2007-10-10 Gerald Carterr25400: Windows 2008 (Longhorn) Interop fixes for AD...
2007-10-10 Michael Adamr25294: Tidy up callers of unistr2_to_ascii() to pass...
2007-10-10 Michael Adamr25287: Eliminate a handful of red bars and overly...
2007-10-10 Stefan Metzmacherr25275: w2k3 (as PDC emulator) returns WERR_NO_SUCH_DOM...
2007-10-10 Jeremy Allisonr25273: unistrX_to_ascii calls pull_ucs2 - ensure it...
2007-10-10 Michael Adamr25272: Fix a bunch of callers of pull_ucs2 that passed...
2007-10-10 Stefan Metzmacherr25270: for internal domains we should not ask a remote DC.
2007-10-10 Stefan Metzmacherr25260: add trusted domains always to the end of the...
2007-10-10 Michael Adamr25247: Rename the rpccli_lsa_lookup_sids_all() functio...
2007-10-10 Stefan Metzmacherr25241: remove sequence_number out of WINBINDD_DOMAIN_I...
2007-10-10 Stefan Metzmacherr25236: make it possible to alter WINBINDD_SOCKET_DIR via
2007-10-10 Jeremy Allisonr25165: Use talloc_asprintf_append_buffer with an unmod...
2007-10-10 Stefan Metzmacherr25154: move winbindd code into winbindd/