Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-01-15 | Fix bug #5121 (unix passwd sync not working on a streams based | Jeremy Allison | 2 | -0/+5 | |
system). Jeremy. (lib/replace part of 545cd2139cfc9484b733693814d4724d37125942 metze) (This used to be commit 9cff25cce1d39460dbcab006a309bb2984969eed) | |||||
2008-01-15 | Add patches for bug #4866 from jiri sasek - Sun Microsystems - Prague Czech ↵ | Jeremy Allison | 2 | -0/+14 | |
Republic <Jiri.Sasek@Sun.COM> - slightly modified - Jiri please check ! to allow Solaris to get passwords > 8 chars. Jeremy. (lib/replace part of 657bf8c3479d6192f269e3daef1517e77a9fa9cb metze) (This used to be commit 9f5c443972a09a70de7c8d6695b08c3730484c6c) | |||||
2008-01-15 | Fix bug 5055 | Volker Lendecke | 1 | -1/+1 | |
(lib/replace part of 8bcd2df841bae63e7d58c35d4728b7d853471697 metze) (This used to be commit 8db9e196506f530c780d93e16da590566d16a407) | |||||
2008-01-15 | Add MAX_DNS_NAME_LENGTH, remove more pstrings. | Jeremy Allison | 1 | -0/+4 | |
Jeremy. (lib/replace part of a1725f4ff7ed375808c78ac661b539557748d0a5 metze) (This used to be commit db4eabf7cde1008a40a46e5c40a99e9a73cf3ff5) | |||||
2008-01-15 | Always define PATH_MAX. Makes code simpler (removes | Jeremy Allison | 1 | -0/+4 | |
a bunch of #defines). Remove pstring from msdfs.c. Jeremy. (lib/replace part from e203ba22275320808bc11b17361ad1f2d5b0b897 metze) (This used to be commit ebc08d23f76ecffc90b1fe84c67fc7e6a4c4a6a3) | |||||
2008-01-15 | merged tdb from ctdb bzr tree | Andrew Tridgell | 9 | -210/+471 | |
(This used to be commit ed0c3a0f74c305b3b8554b05c3f97cf79db8296a) | |||||
2008-01-15 | ldap.py: Use constants where possible. | Jelmer Vernooij | 1 | -14/+16 | |
(This used to be commit 0885dc9f813e19cd6c28d8259eaeccf1e9b26210) | |||||
2008-01-15 | util: Move asn1 to lib/util to trim down the number of subsystems. | Jelmer Vernooij | 3 | -0/+829 | |
(This used to be commit 44e1cfd2d0ef62e4ee541cec00581a7151d951b3) | |||||
2008-01-14 | libreplace: Escape asterisk. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit df36c78549b40ee5e47d5cc79de2eb79f58c567a) | |||||
2008-01-13 | Try to fix the build on Tru64; avoid single quotes because they get expanded ↵ | Jelmer Vernooij | 1 | -1/+1 | |
by perl in the build system. (This used to be commit bba8914af56cb161c275fbbdea2479d6f8bd703c) | |||||
2008-01-11 | ldb: Get rid of a warning. | Kai Blin | 1 | -1/+1 | |
(This used to be commit 37ed9fbeee37a1d86d6f6841eac5c1a0a85c1fcc) | |||||
2008-01-11 | ldap/python: Fix last tests. | Jelmer Vernooij | 1 | -60/+53 | |
(This used to be commit 874c00b1c1ef011c85226135144fafdc97d91116) | |||||
2008-01-11 | ldb/python: Support comparing Dn's to strings. | Jelmer Vernooij | 3 | -0/+19 | |
(This used to be commit 355878907970b396e4031426fda260d981c417eb) | |||||
2008-01-11 | python/ldap: Fix a couple more tests. | Jelmer Vernooij | 1 | -18/+18 | |
(This used to be commit 3a0d14f33532d88ace770d037c50375fe822dbb6) | |||||
2008-01-11 | Make a few more tests pass. | Jelmer Vernooij | 1 | -129/+115 | |
(This used to be commit 017aa400c7097cf6132f2bec969b9bbb5237f4d8) | |||||
2008-01-11 | python/ldap: Get further. | Jelmer Vernooij | 1 | -2/+4 | |
(This used to be commit 0c27eabbc40657493dc72f12b4fbdb07b0a3200f) | |||||
2008-01-11 | python/ldap: Fix some tests. | Jelmer Vernooij | 1 | -9/+15 | |
(This used to be commit 52f64afd4324eb185303ca192b88ccb632ee8587) | |||||
2008-01-11 | python: More work getting the LDAP test to compile again. | Jelmer Vernooij | 1 | -36/+23 | |
(This used to be commit d7a3f9612c40000cb265279598c09f6983305656) | |||||
2008-01-11 | python: Specify right arguments for the ldap test, fix some more calls. | Jelmer Vernooij | 1 | -37/+30 | |
(This used to be commit 74209fa6b097c6cd3c919dc6a67d998de12fa575) | |||||
2008-01-11 | ldap/python: Fix some more calls. | Jelmer Vernooij | 1 | -74/+47 | |
(This used to be commit 583881ae5a2a173abad9ba1ffd766b009d9ca8cd) | |||||
2008-01-11 | python/ldap: Support controls argument to ldb.search(). | Jelmer Vernooij | 4 | -55/+162 | |
(This used to be commit 9eddc27f13fa2feb56d6b015e66d8c54081487da) | |||||
2008-01-11 | Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local | Andrew Bartlett | 4 | -35/+246 | |
(This used to be commit 597f9fe17685fb7909269bc0af04bf4a040e2ad7) | |||||
2008-01-11 | Rework ldbsearch to avoid segfault when remote LDAP server returns | Andrew Bartlett | 1 | -12/+10 | |
referrals. Andrew Bartlett (This used to be commit 8099facff99dab4de27ea6f857d0e8f5eaa3db5a) | |||||
2008-01-11 | Fix segfault when sorting LDAP replies on the client. | Andrew Bartlett | 1 | -2/+2 | |
Andrew Bartlett (This used to be commit c72c39326b263b3aacd178ddc2fc3b1a2906f3d3) | |||||
2008-01-11 | python/ldap: Wrap parse_control_strings(). | Jelmer Vernooij | 4 | -25/+114 | |
(This used to be commit b27e5a68530c4fd6430cbb174b63f8ff2b6f4e53) | |||||
2008-01-11 | ldb/python: Allow comparing a MessageElement to a list or a singleton. | Jelmer Vernooij | 3 | -10/+22 | |
(This used to be commit 1ccbab81d79f83bb419104f2bbaf2ae7b368e90f) | |||||
2008-01-11 | ldb/python: Implement __len__ for MessageElement. | Jelmer Vernooij | 4 | -0/+37 | |
(This used to be commit a8f90ed34ce9341080b63c801ef54b82de42b8e6) | |||||
2008-01-11 | python/ldb: Add __getitem__ implementation for LdbMessageElement. | Jelmer Vernooij | 4 | -0/+73 | |
(This used to be commit e6498a0780dd31dfc623a69432004b606aeaccbe) | |||||
2008-01-10 | tdb: Add simple reimplementation of tdbdump in Python as an example of the ↵ | Jelmer Vernooij | 1 | -0/+12 | |
tdb Python bindings. (This used to be commit 47d797f7885b1e7bcff724496ecb1990e8440eea) | |||||
2008-01-10 | r26701: ldb: Build and install python modules when possible. | Jelmer Vernooij | 2 | -7/+34 | |
(This used to be commit 7a66d0eff6e2300cc82b4c7585f9c45afcc851a4) | |||||
2008-01-10 | r26700: tdb: Build and install Python bindings when possible. | Jelmer Vernooij | 4 | -42/+68 | |
(This used to be commit 8d77ea379fef5ad4b2718bc8e0620304588c9239) | |||||
2008-01-07 | r26692: registry: Treat key and value names case-insensitively. | Jelmer Vernooij | 1 | -0/+10 | |
(This used to be commit 9fc5f098e01145db5b01efb0bf22cdddf0213d20) | |||||
2008-01-07 | r26689: registry: Return max_subkeynamelen, max_valnamelen and ↵ | Jelmer Vernooij | 13 | -44/+171 | |
max_valbufsize in getkeyinfo(). (This used to be commit b06896d2378e536f5044dbe500a5232a89d6d0b5) | |||||
2008-01-07 | r26688: Fix listing remote predefined keys and subkeys. This fixes bug 3431. | Jelmer Vernooij | 4 | -36/+64 | |
(This used to be commit 846876ad32dc86fe7c367db084e76c670c61b389) | |||||
2008-01-06 | r26684: Trivial cleanup from Matthias Dieter Wallnöfer, from bug 5090 | Andrew Bartlett | 1 | -1/+1 | |
Andrew Bartlett (This used to be commit 0016231edd514e8db620bafc44ce877fcac19ed9) | |||||
2008-01-06 | r26678: Check in auto-generated swig files. | Tim Potter | 2 | -41/+45 | |
(This used to be commit 62017f049bc0b0f311ba49d03084044faa5e6dcd) | |||||
2008-01-06 | r26677: Implement and test iter{keys,values,items} for tdb bindings. | Tim Potter | 2 | -3/+32 | |
Use tempfile.mkstemp() instead of os.tmpnam() in tests. (This used to be commit 5c3c131d174ba0f162c210d3e6ca30f2ed2a3ec0) | |||||
2008-01-05 | r26669: Janitorial: Remove uses of global_loadparm. | Jelmer Vernooij | 1 | -3/+0 | |
(This used to be commit 50c46160d997e0448f51ae09e0f3c79e8519fa41) | |||||
2008-01-05 | r26668: tdb/python: Fix default value of open_flags for tdb. | Jelmer Vernooij | 2 | -1/+2 | |
(This used to be commit aa438a2febc6562aa6f71505936d0872a6dcd17d) | |||||
2008-01-05 | r26665: registry: Fix tests on bigendian machines. | Jelmer Vernooij | 1 | -2/+6 | |
(This used to be commit bcd8f50f7952d1e502326f11ddfa8cfe8a982b1b) | |||||
2008-01-01 | r26641: ldb(Python): Remove some unnecessary {}'s. | Jelmer Vernooij | 2 | -48/+30 | |
(This used to be commit f250bc18e9e32d62d262901cec65586a15cd8db1) | |||||
2008-01-01 | r26639: librpc: Pass iconv convenience on from RPC connection to NDR ↵ | Jelmer Vernooij | 2 | -4/+4 | |
library, so it can be overridden by OpenChange. (This used to be commit 2f29f80e07adef1f020173f2cd6d947d0ef505ce) | |||||
2008-01-01 | r26638: libndr: Require explicitly specifying iconv_convenience for ↵ | Jelmer Vernooij | 2 | -5/+5 | |
ndr_struct_push_blob(). (This used to be commit 61ad78ac98937ef7a9aa32075a91a1c95b7606b3) | |||||
2007-12-30 | r26631: ldb/python: Fix missing elements bug and memory leak. * Don't ↵ | Jelmer Vernooij | 2 | -16/+26 | |
increase the PyDict_Next() counter - Python already does that for us. * Fix a talloc(NULL, ...) memory leak in the code that constructed ldb message elements. (This used to be commit dc2a612927289da78017abf4ad51a4d51292e3a1) | |||||
2007-12-28 | r26625: Wrap some more events functions for Python and add a trivial test ↵ | Jelmer Vernooij | 5 | -37/+169 | |
for it. (This used to be commit 7873666a958a0b92c979dba93f3c3e5136e28d29) | |||||
2007-12-28 | r26623: python: Allow specifying URL rather than host name on the command-line. | Jelmer Vernooij | 1 | -2/+4 | |
(This used to be commit 108f6caffe2bb311495b89659cfd818f0ec410f2) | |||||
2007-12-28 | r26620: python: Allow not specifying event contexts, in which case a new ↵ | Jelmer Vernooij | 3 | -1/+51 | |
context is used. (This used to be commit 73c0b1c89763ba61451f3d2a602163090780c56f) | |||||
2007-12-27 | r26617: Load smb.conf. | Jelmer Vernooij | 1 | -2/+8 | |
(This used to be commit 3f7bfef195421083f1401a73f60c5d270a1455f8) | |||||
2007-12-27 | r26615: Fix Python syntax | Jelmer Vernooij | 1 | -1161/+772 | |
(This used to be commit cc15136c1e29f0a25847568f748cc1af52b7037b) | |||||
2007-12-27 | r26611: Tridge didn't write this... | Andrew Bartlett | 1 | -1/+1 | |
Andrew Bartlett (This used to be commit 002ddc315fc03ea22083d9d8c87401073688fd29) |