summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | s4:lib/ldb: fix stupid <SID=...> dn parsing bugsStefan Metzmacher2008-10-021-2/+2
| | | * | The IRIX compiler does not like embedded unnamed unionsVolker Lendecke2008-10-0214-168/+183
| | | * | Attempt to fix the build on IRIXVolker Lendecke2008-10-024-6/+6
| | | * | Fix bug 5798: "CFLAGS info lost in configure"Volker Lendecke2008-10-021-1/+1
| | | * | Fix bug #5080. Access to cups-printers via samba broken with cups 1.3.4, Unsu...Jeremy Allison2008-10-011-90/+251
| | | * | Whitespace cleanup.Jeremy Allison2008-10-011-16/+16
| | | * | Fix use of DLIST_REMOVE as spotted by Constantine Vetoshev <gepardcv@gmail.com>.Jeremy Allison2008-10-013-5/+5
| | | * | Turn the socket connections into a refcounted list - in the common case there...Jeremy Allison2008-10-011-44/+95
| | | * | Fix some syntax errors for use with ReST.Jelmer Vernooij2008-10-011-17/+26
| | | * | Fix header.Jelmer Vernooij2008-10-011-1/+1
| | | * | Fix formatting to be compatible with ReST.Jelmer Vernooij2008-10-011-13/+16
| | | * | Update to refer to 3 and 4, not just Samba 3.Jelmer Vernooij2008-10-011-33/+32
| | | * | Convert to allocated strings. Use write_data(), not send as this doesn't corr...Jeremy Allison2008-09-301-58/+42
| | | * | Revert erroneous commit.Jeremy Allison2008-09-301-1/+1
| | | * | Remove current_user_info - not needed.Jeremy Allison2008-09-302-5/+3
| | | * | Restructure the module so it connects to the remote data sinkJeremy Allison2008-09-301-150/+156
| | | * | Fix the make test problem Karolin reported. Now rename_open_files actually wo...Jeremy Allison2008-09-301-2/+2
| | * | | fixed the partition module and the GC handlingAndrew Tridgell2008-10-031-4/+38
| | * | | fixed the sense of ldb base dn comparisons in two places, and use aAndrew Tridgell2008-10-023-5/+5
| | * | | fixed a talloc error in the rpc handle desctructor - destructorsAndrew Tridgell2008-10-021-1/+0
| | * | | we need to listen on all interfaces in the CLDAP server as the windowsAndrew Tridgell2008-10-021-8/+9
| | * | | add a test for a LSA lookupnames with a NULL stringAndrew Tridgell2008-09-301-4/+5
| | * | | handle NULL strings in strchr_m() and strrchr_m()Andrew Tridgell2008-09-301-0/+7
| | * | | fixed a number of places in our LSA server where we should return theAndrew Tridgell2008-09-302-12/+14
| | |/ /
| | * | Merge branch 'master' of ssh://git.samba.org/data/git/sambaAndrew Tridgell2008-09-3095-402/+778
| | |\ \
| | | * | Use a getatr instead to make things cleaner.root2008-09-301-2/+4
| | | * | Add in test name visible on the wire or in debug logs so you can see when par...Jeremy Allison2008-09-301-16/+17
| | | * | Use UTF8 rather than the possibly different UNIX charset.Matthias Dieter Wallnöfer2008-09-301-3/+3
| | | * | Move Samba4-specific files into source4/Jelmer Vernooij2008-09-303-4/+4
| | | * | Fix FHS flag, rename to --enable-fhs since it's a feature flagJelmer Vernooij2008-09-301-7/+12
| | | * | Compare sids in samba3sam tests.Jelmer Vernooij2008-09-301-11/+21
| | | * | Make Sid member variables accessible from Python.Jelmer Vernooij2008-09-303-0/+128
| | | * | Enable winreg Python tests - authentication works now.Jelmer Vernooij2008-09-302-2/+2
| | | * | Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-09-3022-117/+261
| | | |\ \
| | | | * | s4:drsblob: fix the buildStefan Metzmacher2008-09-302-29/+1
| | | | * | s4:smb_server/smb: FLAGS2_SMB_SECURITY_SIGNATURES should only be echoed, not ...Stefan Metzmacher2008-09-301-5/+6
| | | | * | Rework to match new trustDomainPasswords IDLAndrew Bartlett2008-09-291-5/+5
| | | | * | Fix parsing of the trust passwords in LSA CreateTrustedDomainEx*Andrew Bartlett2008-09-296-25/+60
| | | | * | Use the new 'samba4' name for our internal hdb plugin.Andrew Bartlett2008-09-291-1/+1
| | | | * | Rename hdb_ldb to hdb_samba4 and load as a plugin into the kdc.Andrew Bartlett2008-09-295-43/+78
| | | | * | NetApp found that we never set the smb signing flags2.Andrew Bartlett2008-09-291-0/+4
| | | | * | s4:selftest: make sure we test RPC-OBJECTUUID with sealStefan Metzmacher2008-09-301-1/+1
| | | | * | s4:torture/rpc: add RPC-OBJECTUUIDStefan Metzmacher2008-09-303-1/+89
| | | | * | s4:rpc_server: correctly handle dcerpc requests with object uuidsStefan Metzmacher2008-09-302-6/+12
| | | | * | s4:librpc/rpc: correctly sign or seal rpc request with an object guidStefan Metzmacher2008-09-301-2/+4
| | | | * | dcerpc.idl: add DCERPC_PFC_OFFSETStefan Metzmacher2008-09-301-0/+1
| | | | * | s4:selftest: add "smb.signing" to anon signing testsStefan Metzmacher2008-09-301-3/+3
| | | * | | dcesrv: Remove use of global_loadparm.Jelmer Vernooij2008-09-301-19/+19
| | | * | | Update .gitignore for new pidl location.Jelmer Vernooij2008-09-301-4/+4
| | | * | | make sure dcerpc is always initialized.Jelmer Vernooij2008-09-302-3/+11