summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s3:smbd: return the correct security mode and capabilities in SMB2 NegotitateStefan Metzmacher2009-05-261-5/+18
* s4:libcli/smb2: remove old dialect revision constantsStefan Metzmacher2009-05-261-4/+0
* s4:smb2srv: We only support SMB 2.002.Stefan Metzmacher2009-05-262-6/+12
* s4:libcli/smb2: use new SMB2_DIVELECT_REVISION constantsStefan Metzmacher2009-05-261-2/+5
* s4:libcli/smb2: add some more SMB2 constantsStefan Metzmacher2009-05-261-4/+14
* s3 WHATSNEW: Mention the changes to netKai Blin2009-05-261-0/+35
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell2009-05-2618-615/+330
|\
| * Don't use crossRef records to find our own domainAndrew Bartlett2009-05-2616-615/+253
| * Add support for sendmsg() in socket_wrapperAndrew Bartlett2009-05-262-0/+77
* | s4:provision: Added ComPartitionSets entry.Andrew Kroeger2009-05-261-0/+5
* | s4:Added Extended-Rights and subentries.Andrew Kroeger2009-05-261-0/+881
* | s4:provision: Update DisplaySpecifiers (#5139).Andrew Kroeger2009-05-261-0/+369
* | Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell2009-05-2631-339/+775
|\|
| * s3:dbwrap_tool: add listkeys operationMichael Adam2009-05-261-2/+45
| * s3:dbwrap_tool: remove superfluous command mappingMichael Adam2009-05-261-1/+0
| * s3:dbwrap_tool: add "erase" opearationMichael Adam2009-05-261-6/+42
| * net: Use samba default command line arguments.Kai Blin2009-05-2511-209/+135
| * s3 ctags: ignore all proto.h files for tag generationKai Blin2009-05-251-1/+1
| * s3:winbind_util: remove trailing spacesMichael Adam2009-05-251-56/+56
| * s3:dbwrap_ctdb: fix some function header commentsMichael Adam2009-05-251-3/+12
| * source3/utils/log2pcaphex.c(main): fixed file descriptors leak.Slava Semushin2009-05-251-0/+8
| * source{3,4}/torture/smbiconv.c(main): fixed file descriptor leak.Slava Semushin2009-05-252-0/+2
| * nsswitch/winbind_nss_aix.c(fill_grent): fixed memory leak.Slava Semushin2009-05-251-0/+3
| * s3-selftest: fix typo.Günther Deschner2009-05-251-2/+2
| * s3:winbind:idmap_ldap: warn about duplicate SID->XID mappings (bug #6387)Michael Adam2009-05-251-2/+11
| * s3:winbind:idmap_ldap: warn about duplicate XID->SID mappings (bug #6387)Michael Adam2009-05-251-0/+8
| * s3-samr: Fix Bug #6372, usermanager only displaying 1024 groups and aliases.Günther Deschner2009-05-251-0/+12
| * s3-selftest: enable RPC-SAMR-LARGE-DC against Samba3.Günther Deschner2009-05-251-1/+1
| * s4-smbtorture: add RPC-SAMR-LARGE-DC test.Günther Deschner2009-05-252-1/+332
| * s4-smbtorture: rename test_EnumDomain{Users,Groups,Aliases} in RPC-SAMR.Günther Deschner2009-05-251-11/+12
| * s4-smbtorture: re-work test_Create{User,Group,Alias} a little.Günther Deschner2009-05-251-14/+38
| * s3-pamsmbpass: copy _pam_get_item and _pam_get_data from pam_winbind.Günther Deschner2009-05-254-15/+42
| * s3-rpcclient: use get_domain_handle() fn in enum domain users & groups.Günther Deschner2009-05-251-12/+10
| * Attempt to fix a debian build problemVolker Lendecke2009-05-251-1/+1
| * s3/docs: Fix typos.Karolin Seeger2009-05-251-4/+4
* | added some more speed tests to tdbtoolAndrew Tridgell2009-05-261-6/+59
|/
* fixed interpretation of ACB_PWNOTREQAndrew Tridgell2009-05-252-15/+6
* fixed the client side password change codeAndrew Tridgell2009-05-251-61/+25
* cope with lanman auth being disabled in old password change codeAndrew Tridgell2009-05-251-8/+15
* TALLOC_FREE happily lives with a NULL ptr. Tim, please check!Volker Lendecke2009-05-243-48/+16
* Fix a race condition in winbind leading to a panicVolker Lendecke2009-05-241-0/+1
* use epoll for local-wbclient testVolker Lendecke2009-05-241-1/+1
* Don't limit the number of retries in wb_trans.Volker Lendecke2009-05-241-8/+0
* Don't set a timeout deep inside wb_connectVolker Lendecke2009-05-241-5/+0
* Change async_connect to use connect instead of getsockopt to get the errorVolker Lendecke2009-05-241-14/+24
* Do queueing in wbclient.cVolker Lendecke2009-05-242-46/+59
* Fix closed_fd(): select returning 0 means no fd listeningVolker Lendecke2009-05-241-4/+7
* Fix wb_simple_trans queueingVolker Lendecke2009-05-241-16/+3
* Add "err_on_readability" to writev_sendVolker Lendecke2009-05-245-7/+19
* Allow NULL queue to writev_sendVolker Lendecke2009-05-241-6/+16