1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-19 23:33:15 +03:00
Commit Graph

13401 Commits

Author SHA1 Message Date
Andrew Bartlett
cda965e908 r25051: Move SWAT back to the old-style form-submit modal.
The Web 2.0, async client tools were really interesting, but without
developer backing they remain impossible to support into a release.

The most interesting app was the LDB browser, and I intend to replace
this with phpLdapAdmin, preconfigured for Apache during provision.

This also removes the need to 'compile' SWAT on SVN checkouts.

Andrew Bartlett
2007-10-10 15:05:50 -05:00
Andrew Bartlett
8204e261b5 r25048: From the archives (patch found in one of my old working trees):
Try two different DNs, when performing a samsync from an AD server.

Andrew Bartlett
2007-10-10 15:05:49 -05:00
Jelmer Vernooij
69de86d2d2 r25047: Fix more warnings. 2007-10-10 15:05:49 -05:00
Tim Potter
59b44a9796 r25046: Ditch tdb_traverse() as it doesn't lend itself to any Python idioms
and the semantics can be reproduced using tdb_firstkey() and
tdb_nextkey().  Oh, and also because I can't figure out how to get SWIG
to do exactly what I want here.
2007-10-10 15:05:48 -05:00
Tim Potter
89740efc67 r25045: Add constants for enum TDB_ERROR.
Remove some functions that I don't think should be in at the moment -
tdb_open_ex(), tdb_reopen{,_all} and locking functions.  Locking
functions may come back at a later stage along with transaction support.
2007-10-10 15:05:48 -05:00
Tim Potter
cd89b67937 r25044: The has_key() method should return a boolean, not an integer.
Add TODO for missing iterator and other oddball methods.
2007-10-10 15:05:47 -05:00
Jelmer Vernooij
3f30cd5688 r25043: Avoid allocation on with NULL parent. 2007-10-10 15:05:47 -05:00
Jelmer Vernooij
256532ab4b r25042: Avoid direct references to global loadparm context. 2007-10-10 15:05:46 -05:00
Jelmer Vernooij
9bb8738945 r25041: Use context in more places, fix warnings. 2007-10-10 15:05:46 -05:00
Jelmer Vernooij
ab417cb32b r25039: Rename service -> loadparm_service, use context more. 2007-10-10 15:05:45 -05:00
Jelmer Vernooij
8df36c1535 r25038: Pass context in more places. 2007-10-10 15:05:45 -05:00
Jelmer Vernooij
88c72ac75f r25037: Start passing the context around. 2007-10-10 15:05:44 -05:00
Jelmer Vernooij
df9cebcb97 r25035: Fix some more warnings, use service pointer rather than service number in more places. 2007-10-10 15:05:43 -05:00
Jelmer Vernooij
ec1c68e3a6 r25034: Remove unused variables. 2007-10-10 15:05:43 -05:00
Jelmer Vernooij
d81bb09046 r25033: Fix include 2007-10-10 15:05:42 -05:00
Jelmer Vernooij
dde12060ea r25031: Use pointers to services rather than service numbers when possible. 2007-10-10 15:05:42 -05:00
Jelmer Vernooij
3aa7ee4a0d r25028: Fix more warnings. 2007-10-10 15:05:41 -05:00
Jelmer Vernooij
5085c53fcf r25027: Fix more warnings. 2007-10-10 15:05:41 -05:00
Jelmer Vernooij
abe8349f9b r25026: Move param/param.h out of includes.h 2007-10-10 15:05:38 -05:00
Tim Potter
ef695539bf r25018: Remove non-existent tdb_logging_function() as well as less useful
functions such as tdb_dump_all() and tdb_printfreelist().
2007-10-10 15:05:37 -05:00
Jelmer Vernooij
7016d50028 r25017: Move MAXHOSTNAMELEN definition to replace.h as it is usually part of
sys/param.h.
2007-10-10 15:05:37 -05:00
Jelmer Vernooij
a5e7631a36 r25016: Create context for loadparm variables. 2007-10-10 15:05:36 -05:00
Jelmer Vernooij
92b54faf99 r25015: Use talloc for all allocations in loadparm. 2007-10-10 15:05:36 -05:00
Jelmer Vernooij
43f0e2622e r25014: Use talloc for allocating values as well. 2007-10-10 15:05:35 -05:00
Jelmer Vernooij
b8fc4435f8 r25013: Use talloc to allocate services in loadparm, use pointer to indicate validity. 2007-10-10 15:05:34 -05:00
Jelmer Vernooij
66c53801dd r25012: Avoid use of pstring, fix coding style a bit. 2007-10-10 15:05:34 -05:00
Jelmer Vernooij
cce7785474 r25010: Avoid uses of pstring 2007-10-10 15:05:33 -05:00
Jelmer Vernooij
c57869e262 r25008: Remove use of pstring. 2007-10-10 15:05:33 -05:00
Jelmer Vernooij
6f224480b2 r25007: Remove more uses of pstring, move ntlmauth-specific utility function to ntlm-auth.c 2007-10-10 15:05:32 -05:00
Jelmer Vernooij
d9b2464598 r25006: Use system constant. 2007-10-10 15:05:31 -05:00
Jelmer Vernooij
777959f862 r25005: Avoid pstring. 2007-10-10 15:05:31 -05:00
Jelmer Vernooij
79669d28a3 r25004: Avoid talloc_autofree_context() when possible. 2007-10-10 15:05:30 -05:00
Jelmer Vernooij
919b362009 r25003: Skipped tests should be considered successfull. 2007-10-10 15:05:29 -05:00
Jelmer Vernooij
0bcb21ed74 r25001: Fix more C++ and other warnings, fix some of the indentation with ts=4 lines that I accidently added earlier. 2007-10-10 15:05:28 -05:00
Jelmer Vernooij
08bb1ef643 r25000: Fix some more C++ compatibility warnings. 2007-10-10 15:05:27 -05:00
Jelmer Vernooij
0a3b53fd2c r24997: Re-enable use of system-provided tdb and/or talloc when available. 2007-10-10 15:05:27 -05:00
Jelmer Vernooij
04b3623c2e r24995: Update upstream URLs. 2007-10-10 15:05:26 -05:00
Jelmer Vernooij
925abf74fa r24994: Fix some C++ warnings. 2007-10-10 15:05:26 -05:00
Jelmer Vernooij
a5a1a55405 r24992: Remove some uses of lp_*(). 2007-10-10 15:05:25 -05:00
Stefan Metzmacher
9a444caa5a r24989: use $smbd_maxtime for smbd...
metze
2007-10-10 15:05:25 -05:00
Stefan Metzmacher
bccc014757 r24988: LOCAL-IRPC needs a the pid dir setup (as LOCAL-MESSAGING)
not the lock dir...

metze
2007-10-10 15:05:24 -05:00
Andrew Bartlett
17a61bd569 r24987: Clarify error conditions in secrets handling, before I add ACLs to
secrets.ldb

Andrew Bartlett
2007-10-10 15:05:23 -05:00
Andrew Bartlett
46e3875806 r24986: LDB has a function for comparing things that must meet the rules of
attribute names.

Andrew Bartlett
2007-10-10 15:05:23 -05:00
Andrew Bartlett
13acff5ed2 r24985: Start to revert us back to the old-style SWAT, while trying not to
loose some of the fixes in the meantime.

Andrew Bartlett
2007-10-10 15:05:21 -05:00
Stefan Metzmacher
678de9ce60 r24983: setup the correct talloc name for structures used in the generated
server stubs

metze
2007-10-10 15:03:44 -05:00
Andrew Bartlett
9aae9b1d24 r24973: Try to make it really clear we are dealing with 64 bit numbers here.
Andrew Bartlett
2007-10-10 15:03:43 -05:00
Andrew Bartlett
33deecbfc3 r24972: Try to rat out this SAMR failure with some more cross-tests, and
format checks.

Andrew Bartlett
2007-10-10 15:03:43 -05:00
Andrew Bartlett
8844f4796c r24971: Test more combinations for resetting the account expiry.
Andrew Bartlett
2007-10-10 15:03:42 -05:00
Andrew Bartlett
95e4d33733 r24959: Merge back changes from release branch, and set new VERSION on main tree.
Andrew Bartlett
2007-10-10 15:03:42 -05:00
Andrew Bartlett
f033c71ebe r24945: The behaviour of the SAMR server on a member server is worth testing
separately.

Andrew Bartlett
2007-10-10 15:03:42 -05:00