1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-22 16:23:49 +03:00
Commit Graph

11082 Commits

Author SHA1 Message Date
Jelmer Vernooij
aca7319e8d use the new modules system for the rpc modules (backport from HEAD) -
Jelmer Vernooij
1755d5f662 Use the new modules system for passdb (merge from HEAD) -
Jelmer Vernooij
62dac3d6eb Add some more NT to unix error code mappings (from HEAD) -
cvs2svn Import User
35510176fd This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'. -
Jelmer Vernooij
8df9ab2fcf Fix build of VFS modules statically (we used Makefile variables before setting them) -
Jelmer Vernooij
3e283989ff Add selection of the modules to configure (merge from HEAD) -
Jelmer Vernooij
30658cd63d Fix typo in configure.in (merge from HEAD) -
Tim Potter
c69237edf2 Merge of comment typo.
Whitespace syncup.
-
Tim Potter
21d7dba977 Merge of server unavailable error string. -
Tim Potter
7e0e9585f1 Merge of python extension picobj fix. -
Tim Potter
0a87d668a0 Typo in comment. -
Tim Potter
38efab087c Add string message for WERR_SERVER_UNAVAILABLE. -
Tim Potter
53dcaf2271 Use picobjs when building python extensions. Spotted by Steve Langasek. -
Tim Potter
ad42419a84 Merge:
>A struct must contain at least one declaration according to C99, but
>gcc allows it to be empty.  Should fix miscellaneous breakage on
>the compile farm.
-
Tim Potter
b92d57f784 A struct must contain at least one declaration according to C99, but
gcc allows it to be empty.  Should fix miscellaneous breakage on
the compile farm.
-
Tim Potter
5340b9c4c4 Updates to compile correctly with --with-included-popt -
Jelmer Vernooij
f0982e1102 - Change ADS CHOSTPASS -> ADS CHANGETRUSTPW
- Add general CHANGETRUSTPW function that calls ADS CHANGETRUSTPW or RPC CHANGETRUSTPW
(Merged from HEAD)
-
Jelmer Vernooij
b3328dab2f Add some more functions for the modules (backport from HEAD):
- init_modules()
 - smb_probe_module()
-
Jelmer Vernooij
66fcf6b493 Backport my backtrace patch from HEAD -
Jelmer Vernooij
738a2b055a Fix typo -
Jelmer Vernooij
89a25ef20d Fix popt usage (backport from HEAD) -
Jelmer Vernooij
540bb99676 Also remove variable associated with lp_sam_backend() - it's dead -
Jelmer Vernooij
21166e87bf Fix typos -
Jelmer Vernooij
7bd80376cc Fix typos -
Paul Green
bd69cbce93 Rebalance parentheses in cliquota.c when LARGE_SMB_OFF_T is false. -
Jeremy Allison
57682f32b1 Try and create a file with different vuid, same cnum. Not yet sure
if this should succeed, so just print result until we test against
Win2003.
Jeremy.
-
Jeremy Allison
df214d1881 Merge across tridge's Realloc fix.
Jeremy.
-
Jeremy Allison
7cb060e821 Fix _smb_setlen to be non {} safe.
Jeremy.
-
Jeremy Allison
35d1e3a5e0 Fix _smb_setlen to be non {} safe.
Jeremy.
-
Jelmer Vernooij
17d27db5c9 Change ADS CHOSTPASS to ADS CHANGETRUSTPW and add a
general CHANGETRUSTPW that calls ADS CHANGETRUSTPW or RPC CHANGETRUSTPW
depending on what we have.
-
Jelmer Vernooij
c95a4a5aeb Get rid of 'sam backend' and --with-sam -
Martin Pool
8fbe456ee3 Make a libbigballofmud.so.0 link, so that the linker can find the
library to build the test cases.  Previously the link had to be
created by hand.

Doing this manually is incredibly kludgy and not very portable, but I
don't know a better way without introducing l*bt**l.
-
Martin Pool
25a01e3247 Merge from HEAD 1.36. -
Martin Pool
95ff914d82 Build and run the lib/snprintf.c test cases from "make check". -
Tim Potter
b8dc14d1f9 Fix broken regexp in cvsignore for *.po{,32} files. -
Tim Potter
372b023cd2 Ignore check programs. -
Tim Potter
6b60705406 Ignore check programs. -
Tim Potter
ac6a1ea560 Update check-programs target. -
Tim Potter
a17622103b Fix broken regexp in cvsignore for *.po{,32} files. -
Tim Potter
dfa9412da5 Merge: remove unused variables. -
Tim Potter
a9df8ec587 Merge: add PAC_DATA as valid return type. -
Tim Potter
6a1d99d318 Merge: remove unused variable. -
Martin Pool
7805641d6e Add rules to build bin/t_snprintf, which exposes the snprintf test code. -
Tim Potter
800b79e836 Merge: incorrect arg to debug. -
Tim Potter
26901af91e Remove unused variables. -
Tim Potter
117cc35dd0 Removed unused variable. -
Martin Pool
95f4b58288 Remove SAFE_FREE() definition, which is not needed in this file.
In TEST_SNPRINTF mode, always compile all the functions in this file
even if they're normally available on this system.

Fix typo in comment.
-
Tim Potter
eeeae14fed decode_pac_data() needs a talloc ctx as an argument. -
Tim Potter
dc95726cbe Add PAC_DATA as valid return type for make proto. -
Tim Potter
27a608d6a3 Removed unused variables. -