summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-01-24python: Add bindings for cli_credentials_set_cmdline_callbacks().Jelmer Vernooij5-1/+38
2008-01-23Default to creating anonymous credentials.Jelmer Vernooij2-2/+2
2008-01-23python: Add convenience function for getting command line loadparm contextJelmer Vernooij6-22/+35
2008-01-23Add bindings for lp_load_default().Jelmer Vernooij4-0/+35
2008-01-23Get more information from ldb when reporting a failed replication.Andrew Bartlett1-2/+2
2008-01-23Fix DRSUAPI replication test - NET-API-BECOME-DC.Andrew Bartlett2-145/+32
2008-01-23Fix segfaults in codepaths only tested by the NET-API-BECOME-DC test.Andrew Bartlett2-14/+15
2008-01-23Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett33-1141/+166
2008-01-23Added PFIF notice to Samba 4.0 treeAndrew Tridgell1-0/+7
2008-01-23Make ranged results tests in ldap.js easier to debug.Andrew Bartlett1-9/+9
2008-01-23ranged_results: fix use of uninitialised variable (end)Andrew Bartlett1-2/+4
2008-01-22build: Remove support for DESCRIPTION setting that is now unused.Jelmer Vernooij13-24/+8
2008-01-22build: remove support for automatically building .pc files.Jelmer Vernooij3-149/+1
2008-01-22dcerpc_samr: Use manually written .pc file.Jelmer Vernooij3-0/+13
2008-01-22param: Use manually written .pc file.Jelmer Vernooij3-0/+12
2008-01-22gensec: Use manually written .pc file.Jelmer Vernooij3-0/+13
2008-01-22torture: Use manually written .pc file.Jelmer Vernooij3-0/+14
2008-01-22dcerpc: Use manually written .pc files for dcerpc and ndr.Jelmer Vernooij5-1/+27
2008-01-22registry: Use manually written .pc file.Jelmer Vernooij3-0/+15
2008-01-22ldb/talloc/tdb: Use manually written pc file.Jelmer Vernooij4-0/+6
2008-01-22build: Allow manually written pkg-config files.Jelmer Vernooij2-2/+7
2008-01-22tdb: Add URL in pc file.Jelmer Vernooij1-0/+1
2008-01-22ldb: Fix typo.Jelmer Vernooij1-1/+1
2008-01-22ldb: Increase version number to make it easier to create new Debian snapshots.Jelmer Vernooij1-1/+1
2008-01-22python: Avoid duplicate copies of some objects in different packages.Jelmer Vernooij4-968/+20
2008-01-22libreplace: getpwent_r/getgrent_r on IRIX are similar to solaris but use size_tStefan Metzmacher1-0/+25
2008-01-21Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett25-523/+338
2008-01-21Be sure to pass iconv handle down to compression subcontexts (fixesAndrew Bartlett1-0/+4
2008-01-21build: Don't build heimdal as library.Jelmer Vernooij1-3/+1
2008-01-21python: Fix init functions.Jelmer Vernooij1-0/+2
2008-01-21build: Demote a bunch of libraries to subsystems. This makes packaging easier...Jelmer Vernooij15-74/+16
2008-01-21python: Reenable modules for libcli_nbt and libcli_smb.Jelmer Vernooij7-446/+317
2008-01-21ldb: Fix building python modules against system-provided ldb.Jelmer Vernooij1-0/+1
2008-01-21build: Allow overriding CFLAGS for python packages.Jelmer Vernooij1-0/+1
2008-01-20Add an exception for S3Volker Lendecke1-3/+10
2008-01-20build: Fix handling of external pkg-config dependencies when generating pkg-c...Jelmer Vernooij3-13/+16
2008-01-19howto: Update instructions for git, and use ReST formatting.Jelmer Vernooij1-26/+33
2008-01-18pidl: Add --version argument.Julien Kerihuel2-3/+24
2008-01-18Remove default 'showInAdvancedViewOnly' values.Andrew Bartlett8-57/+4
2008-01-18Only set showOnlyInAdvancedView: TRUE when adding default values.Andrew Bartlett1-2/+2
2008-01-18Don't set 'name' in the LDIF, this is handled by the rdn_name module.Andrew Bartlett1-7/+0
2008-01-18Merge commit 'origin/v4-0-test' into 4-0-localAndrew Bartlett32-265/+207
2008-01-18Add showInAdvancedViewOnly to every new objectAndrew Bartlett1-0/+4
2008-01-18merged changes from v3-2-testAndrew Tridgell8-53/+18
2008-01-18merged tdb changes from ctdbAndrew Tridgell3-59/+49
2008-01-18registry: Use correct return values.Jelmer Vernooij7-32/+53
2008-01-18registry: Avoid mapping registry return codes: return the right value in the ...Jelmer Vernooij4-10/+3
2008-01-18When Windows attempts to create a new key, it looks for an available key nameAndrew Kroeger2-7/+20
2008-01-18registry: Improve error codes and update tests.Jelmer Vernooij7-29/+24
2008-01-18When Windows initially creates a new value, the value name is "New Value #1".Andrew Kroeger2-3/+31