summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-05-26Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke53-768/+768
2009-05-26s3:smbd: remove unused global 'orig_inbuf'Stefan Metzmacher2-2/+0
2009-05-26s3:pam_smbpass: don't call openlog() or closelog() from pam_smbpassBjörn Jacke5-80/+104
2009-05-26gitignore: Ignore additional auto-generated files.Andrew Kroeger1-1/+3
2009-05-26s3/docs: Fix typo in man idmap_rid.Karolin Seeger1-1/+1
2009-05-26s3:smbd: move SMB1 specific stuff into a substructure of smbd_server_connectionStefan Metzmacher5-28/+30
2009-05-26s3:smbd: add support for SMB2 signingStefan Metzmacher5-55/+280
2009-05-26s3:smbd: return the correct security mode and capabilities in SMB2 NegotitateStefan Metzmacher1-5/+18
2009-05-26s4:libcli/smb2: remove old dialect revision constantsStefan Metzmacher1-4/+0
2009-05-26s4:smb2srv: We only support SMB 2.002.Stefan Metzmacher2-6/+12
2009-05-26s4:libcli/smb2: use new SMB2_DIVELECT_REVISION constantsStefan Metzmacher1-2/+5
2009-05-26s4:libcli/smb2: add some more SMB2 constantsStefan Metzmacher1-4/+14
2009-05-26s3 WHATSNEW: Mention the changes to netKai Blin1-0/+35
2009-05-26Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell18-615/+330
2009-05-26s4:provision: Added ComPartitionSets entry.Andrew Kroeger1-0/+5
2009-05-26s4:Added Extended-Rights and subentries.Andrew Kroeger1-0/+881
2009-05-26s4:provision: Update DisplaySpecifiers (#5139).Andrew Kroeger1-0/+369
2009-05-26Don't use crossRef records to find our own domainAndrew Bartlett16-615/+253
2009-05-26Add support for sendmsg() in socket_wrapperAndrew Bartlett2-0/+77
2009-05-26Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell31-339/+775
2009-05-26added some more speed tests to tdbtoolAndrew Tridgell1-6/+59
2009-05-26s3:dbwrap_tool: add listkeys operationMichael Adam1-2/+45
2009-05-26s3:dbwrap_tool: remove superfluous command mappingMichael Adam1-1/+0
2009-05-26s3:dbwrap_tool: add "erase" opearationMichael Adam1-6/+42
2009-05-25net: Use samba default command line arguments.Kai Blin11-209/+135
2009-05-25s3 ctags: ignore all proto.h files for tag generationKai Blin1-1/+1
2009-05-25s3:winbind_util: remove trailing spacesMichael Adam1-56/+56
2009-05-25s3:dbwrap_ctdb: fix some function header commentsMichael Adam1-3/+12
2009-05-25source3/utils/log2pcaphex.c(main): fixed file descriptors leak.Slava Semushin1-0/+8
2009-05-25source{3,4}/torture/smbiconv.c(main): fixed file descriptor leak.Slava Semushin2-0/+2
2009-05-25nsswitch/winbind_nss_aix.c(fill_grent): fixed memory leak.Slava Semushin1-0/+3
2009-05-25s3-selftest: fix typo.Günther Deschner1-2/+2
2009-05-25s3:winbind:idmap_ldap: warn about duplicate SID->XID mappings (bug #6387)Michael Adam1-2/+11
2009-05-25s3:winbind:idmap_ldap: warn about duplicate XID->SID mappings (bug #6387)Michael Adam1-0/+8
2009-05-25s3-samr: Fix Bug #6372, usermanager only displaying 1024 groups and aliases.Günther Deschner1-0/+12
2009-05-25s3-selftest: enable RPC-SAMR-LARGE-DC against Samba3.Günther Deschner1-1/+1
2009-05-25s4-smbtorture: add RPC-SAMR-LARGE-DC test.Günther Deschner2-1/+332
2009-05-25s4-smbtorture: rename test_EnumDomain{Users,Groups,Aliases} in RPC-SAMR.Günther Deschner1-11/+12
2009-05-25s4-smbtorture: re-work test_Create{User,Group,Alias} a little.Günther Deschner1-14/+38
2009-05-25s3-pamsmbpass: copy _pam_get_item and _pam_get_data from pam_winbind.Günther Deschner4-15/+42
2009-05-25s3-rpcclient: use get_domain_handle() fn in enum domain users & groups.Günther Deschner1-12/+10
2009-05-25Attempt to fix a debian build problemVolker Lendecke1-1/+1
2009-05-25s3/docs: Fix typos.Karolin Seeger1-4/+4
2009-05-25fixed interpretation of ACB_PWNOTREQAndrew Tridgell2-15/+6
2009-05-25fixed the client side password change codeAndrew Tridgell1-61/+25
2009-05-25cope with lanman auth being disabled in old password change codeAndrew Tridgell1-8/+15
2009-05-24TALLOC_FREE happily lives with a NULL ptr. Tim, please check!Volker Lendecke3-48/+16
2009-05-24Fix a race condition in winbind leading to a panicVolker Lendecke1-0/+1
2009-05-24use epoll for local-wbclient testVolker Lendecke1-1/+1
2009-05-24Don't limit the number of retries in wb_trans.Volker Lendecke1-8/+0