summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable git snapshots to prepare rc6 release.samba-4.0.0rc6Karolin Seeger2012-12-041-1/+1
* WHATSNEW: Update changes since RC5.Karolin Seeger2012-12-041-1/+57
* docs: Fix typo in the howto collection.Karolin Seeger2012-12-031-1/+1
* docs: Update man 7 samba.Karolin Seeger2012-12-031-86/+109
* docs: Merge both samba.8 manpages.Karolin Seeger2012-12-033-190/+100
* docs: Add samba.8 and samba-tool manpage to waf build.Karolin Seeger2012-12-031-0/+2
* lib/talloc: Move manpage to man/.Karolin Seeger2012-12-032-13/+13
* lib/tdb: Rename manpages/ to man/.Karolin Seeger2012-12-035-12/+12
* s3-net: Fix DEBUG() location.Günther Deschner2012-12-031-1/+1
* s3-net: give more control how to update/register DNS entries.Günther Deschner2012-12-033-24/+76
* s3-net: pass down a flags field to DoDNSUpdate().Günther Deschner2012-12-032-2/+5
* s3-net: move out some prototypes to net_dns.h.Günther Deschner2012-12-033-22/+34
* s3-net: pass down struct net_context to the dns update calls.Günther Deschner2012-12-031-9/+11
* s3:passdb: fix building pdb_ldap as shared moduleMichael Adam2012-12-032-2/+3
* WHATSNEW: Update changes since rc5.Karolin Seeger2012-12-031-0/+4
* samba-tool dns: Don't use "localhost" to connect to local hostKai Blin2012-12-031-0/+2
* s4-rpc: dnsserver: Ignore DNS zones that are not used by RPC dnsserverAmitay Isaacs2012-12-031-0/+4
* s4-dns: dlz_bind9: Ignore zones that are not used by BIND9 DLZ pluginAmitay Isaacs2012-12-031-0/+5
* s3:selftest: extend sids2xids test script to cope with "ID_TYPE_BOTH mappingsMichael Adam2012-12-031-1/+1
* s3:passdb: don't look into group mappings in legacy_sid_to_unixid()Michael Adam2012-12-031-28/+1
* s3:passdb:pdb_ldap: treat "Unix User" and "Unix Group" in sid_to_id()Michael Adam2012-12-031-0/+5
* s3:passdb:pdb_ldap: pre-validate sid with sid_check_object_is_for_passdb()Michael Adam2012-12-031-3/+3
* s3:passdb: add sid_check_object_is_for_passdb()Michael Adam2012-12-033-0/+35
* s3:passdb: factor pdb_sid_to_id_unix_users_and_groups() out of pdb_default_si...Michael Adam2012-12-032-16/+35
* s3:passdb: don't bail out in pdb_default_sid_to_id() if sid is not in our samMichael Adam2012-12-031-5/+0
* s3:winbindd: use the new sid_check_is_for_passdb() in idmap_find_domain_with_...Michael Adam2012-12-031-6/+2
* build the new sid_check_is_for_passdb() function into passdbMichael Adam2012-12-033-0/+3
* s3:lib: add utility function sid_check_is_for_passdb()Michael Adam2012-12-032-0/+102
* s3:winbindd: remove unused function idmap_backends_sid_to_unixid()Michael Adam2012-12-032-43/+0
* s3:test:wbinfo_sids2xids: test the results with singular calls with filled an...Michael Adam2012-12-032-11/+29
* s3:test: fix intialization of WBINFO in test_wbinfo_sids2xids.shMichael Adam2012-12-031-1/+1
* s3:idmap_autorid: force mapping type to ID_TYPE_BOTH for sid->unixid mappingMichael Adam2012-12-031-0/+3
* s3:idmap_rid: force mapping type to ID_TYPE_BOTH for sid->unixid mappingMichael Adam2012-12-031-0/+2
* s3:winbindd: remove unused idmap_sid_to_gid()Michael Adam2012-12-032-75/+0
* s3:winbindd: remove unused idmap_sid_to_uid()Michael Adam2012-12-032-75/+0
* s3:winbindd: remove unused server implementation of wbint_Sid2Gid()Michael Adam2012-12-031-14/+0
* s3:winbindd: remove unused server implementation of wbint_Sid2Uid()Michael Adam2012-12-031-14/+0
* s3:winbindd: remove wbint_Sid2Gid from the wbint.idlMichael Adam2012-12-031-6/+0
* s3:winbindd: remove wbint_Sid2Uid() from the wbint.idlMichael Adam2012-12-031-6/+0
* s3:winbindd: remove now unused wb_sid2uid and wb_sid2gid modulesMichael Adam2012-12-035-346/+0
* s3:winbindd: change winbindd_getgroups to use wb_sids2xids instead of wb_sid2gidMichael Adam2012-12-031-5/+14
* s3:winbindd: change wb_getgrsid to use wb_sids2xids instead of wb_sid2gidMichael Adam2012-12-031-2/+17
* s3:winbindd: change wb_fill_pwent to use wb_sids2xids instead of wb_sid2[ug]idMichael Adam2012-12-031-4/+32
* selftest:Samba3: provision the BUILTIN\Users group if the environment runs wi...Michael Adam2012-12-031-0/+24
* selftest:Samba3: add "wbinfo -p" test to wait_for_start()Michael Adam2012-12-031-1/+18
* selftest:Samba3: add nmbd, winbindd smbd arguments to wait_for_start()Michael Adam2012-12-031-28/+33
* selftest:Samba3: call wait_for_start() from check_or_start()Michael Adam2012-12-031-22/+9
* s3:winbindd: make idmap_find_domain() static.Michael Adam2012-12-032-2/+1
* s3:winbindd: also use idmap_passdb for own sam and builtin in wbint_Sids2Unix...Michael Adam2012-12-031-3/+3
* s3:winbindd: add idmap_find_domain_with_sid()Michael Adam2012-12-032-0/+18