Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-12 | lib/replace/wscript: avoid global deps for LIBREPLACE_HOSTCC | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2010-04-12 | wafsamba: don't add global dependencies to hostcc targets | Stefan Metzmacher | 2 | -3/+8 | |
metze | |||||
2010-04-12 | lib/replace/wscript: inline LIBREPLACE_EXT into 'replace' as the autoconf ↵ | Stefan Metzmacher | 4 | -13/+6 | |
system does metze | |||||
2010-04-12 | s4:param/wscript_build: 'dl' is provides via 'replace' | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2010-04-12 | lib/nss_wrapper/wscript_build: 'replace' already includes 'dl' | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2010-04-12 | lib/replace/wscript: add dependency to 'dl' | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2010-04-12 | s4:heimdal_build/wscript: rename HEIMDAL_ROKEN_H => HEIMDAL_ROKEN_HOSTCC | Stefan Metzmacher | 1 | -8/+10 | |
metze | |||||
2010-04-12 | lib/replace/wscript: rename LIBREPLACE_H => LIBREPLACE_HOSTCC | Stefan Metzmacher | 2 | -5/+7 | |
metze | |||||
2010-04-12 | wafsamba: allow passing 'use_hostcc' to SAMBA_SUBSYSTEM() | Stefan Metzmacher | 1 | -3/+6 | |
metze | |||||
2010-04-12 | s4-ldb: fixed a crash bug for non-UTF8 strings | Andrew Tridgell | 1 | -1/+3 | |
when one of the strings was not valid UTF8, we would try to dereference NULL | |||||
2010-04-12 | build: Add an always parameter to CHECK_DECLS | Kai Blin | 1 | -2/+3 | |
2010-04-12 | s3-waf: Correctly create symlink if SAMBA_BINARY targets are not in the ↵ | Kai Blin | 1 | -1/+1 | |
current diectory Many thanks to ita for pointing out the fix. | |||||
2010-04-12 | build: allow target upgrades from EMPTY to SYSLIB | Andrew Tridgell | 2 | -2/+2 | |
A library may be initially set as empty if it wasn't needed for a list of functions in CHECK_FUNCS_IN(). A later check may require the library. Pair-Programmed-With: Kai Blin <kai@samba.org> | |||||
2010-04-12 | s4-waf: move the KRB5_DEPRECATED check into lib/replace | Andrew Tridgell | 1 | -0/+7 | |
this needs to be with the krb5.h check for the source3 build | |||||
2010-04-12 | s4-waf: inline LIBREPLACE_NETWORK into 'replace' | Stefan Metzmacher | 6 | -21/+13 | |
metze | |||||
2010-04-12 | lib/replace/wscript: rename REPLACE_H_SOURCE => REPLACE_HOSTCC_SOURCE | Stefan Metzmacher | 1 | -5/+6 | |
metze | |||||
2010-04-12 | lib/replace/wscript: implement the same getpass detection logic as the ↵ | Stefan Metzmacher | 1 | -2/+2 | |
autoconf version metze | |||||
2010-04-12 | lib/replace/wscript: inline LIBREPLACE_GETPASS into 'replace' | Stefan Metzmacher | 1 | -5/+3 | |
metze | |||||
2010-04-12 | s4/libnet: Allocate mem in supplied mem_ctx | Kamen Mazdrashki | 1 | -2/+2 | |
In this case, 'libnet_Vampire *r' may not be a pointer to a talloced memory. | |||||
2010-04-12 | s4/py_net: Source code formatting fix | Kamen Mazdrashki | 1 | -16/+17 | |
2010-04-12 | build: use a common autogen-waf.sh for all builds | Andrew Tridgell | 7 | -137/+33 | |
the symlink will get updated with the right target when waf dist is used in each directory | |||||
2010-04-12 | build: cope with symlinks between build components in waf dist | Andrew Tridgell | 1 | -2/+50 | |
This will allow us to have autogen-waf.sh be a symlink to ../buildtools/scripts/autogen-waf.sh in each library. That will prevent people from updating only the script in source4/, and forgetting to udpate the scripts in the other libs, as happened with commit f3f82496 | |||||
2010-04-12 | s4-net: Add definition of outf. | Jelmer Vernooij | 1 | -0/+2 | |
2010-04-12 | build: added --minimum-library-version configure option | Andrew Tridgell | 2 | -0/+23 | |
this allows the packager to override the default choice of system library version | |||||
2010-04-12 | s4: fix a typo | Kamen Mazdrashki | 1 | -1/+1 | |
2010-04-12 | s4/libnet: handle errors returned for DsAddEntry_v3 properly | Kamen Mazdrashki | 1 | -4/+3 | |
It turns out ms-docs are little bit misleading - in case of no error, r->out.ctr->ctr3.err_data is not NULL, but error information (r->out.ctr->ctr3.err_data->v1.info) is NULL! | |||||
2010-04-12 | s4/libnet: Add few new lines in the debug log so it is readable again | Kamen Mazdrashki | 1 | -14/+16 | |
2010-04-12 | s4/libnet: Dump DRSUAPI_DIRERR_OK as unexpected | Kamen Mazdrashki | 1 | -2/+1 | |
Actually DRSUAPI_DIRERR_OK is not valid error to be returned. I introduce it in the IDL so that I can use it in enum. So it should be dumped as Unexpected error code | |||||
2010-04-11 | s3: Move serverinfo_to_SamInfoX to auth/server_info.c | Volker Lendecke | 2 | -287/+287 | |
2010-04-11 | s3: Move [make|free]_user_info to auth/user_info.c | Volker Lendecke | 4 | -108/+146 | |
2010-04-11 | s3: Move make_server_info_sam to auth/server_info_sam.c | Volker Lendecke | 3 | -121/+152 | |
2010-04-11 | s3: Move sanitize_username to lib/util_str.c | Volker Lendecke | 3 | -8/+9 | |
2010-04-11 | s3: Move make_server_info to auth/server_info.c | Volker Lendecke | 4 | -32/+60 | |
2010-04-11 | s3: Move check_sam_security to auth/check_sam.c | Volker Lendecke | 3 | -486/+513 | |
2010-04-11 | s3: Make check_sam_security public | Volker Lendecke | 2 | -20/+32 | |
2010-04-11 | s3: Replace "auth_context" by "challenge" in need_to_increment_bad_pw_count args | Volker Lendecke | 1 | -5/+5 | |
2010-04-11 | s3: Replace "auth_context" by "challenge" in sam_password_ok args | Volker Lendecke | 1 | -7/+10 | |
2010-04-11 | s3: Move user_in_group() and create_token_from_username() to token_utils.c | Volker Lendecke | 2 | -315/+315 | |
Goal is to be able to call check_sam_security from winbind | |||||
2010-04-11 | libcli/auth: Fix an uninitialized variable | Volker Lendecke | 1 | -2/+1 | |
value.dptr was used uninitialized in the "goto done;" | |||||
2010-04-11 | nsswitch/wbinfo: Fix the S4 header check | Kai Blin | 1 | -1/+1 | |
2010-04-11 | idl: Use C-style comments, because cpp on some platforms doesn't accept | Jelmer Vernooij | 1 | -21/+21 | |
// comments. | |||||
2010-04-11 | s4:dbspeed torture - improve also the TDB code part | Matthias Dieter Wallnöfer | 1 | -10/+9 | |
Always use the label "failed" on failures, always close the database context (child of "tmp_ctx") when deleting database file. | |||||
2010-04-11 | s4:dbspeed torture - remove unneeded newlines on "torture_result" | Matthias Dieter Wallnöfer | 1 | -7/+7 | |
According to Jelmer's post on the technical list. | |||||
2010-04-11 | s4: Fix more test results to not conflict with subunit commands. | Jelmer Vernooij | 1 | -7/+7 | |
2010-04-11 | subunit: Cope with lowercase test results in tap2subunit. | Jelmer Vernooij | 2 | -5/+16 | |
Also submitted upstream. | |||||
2010-04-11 | subunit: Remove more test output that could be interpreted by subunit. | Jelmer Vernooij | 4 | -51/+51 | |
2010-04-11 | subunit: Support formatting compatible with upstream subunit, for consistency. | Jelmer Vernooij | 41 | -292/+299 | |
Upstream subunit makes a ":" after commands optional, so I've fixed any places where we might trigger commands accidently. I've filed a bug about this in subunit. | |||||
2010-04-11 | selftest: Accept 'testing:' to introduce new tests. | Jelmer Vernooij | 1 | -1/+1 | |
2010-04-11 | [Bug 7345] Incomplete description of function return values in libsmbclient.h | Derrell Lipman | 1 | -8/+14 | |
- Fixed documentation on smbc_fstat(), smbc_statvfs(), and smbc_fstatvfs(): All were missing return value upon success - Fixed documentation on smbc_read: Documented return value upon EOF Derrell | |||||
2010-04-11 | s3: Use sizeof(chal) instead of a constant | Volker Lendecke | 1 | -1/+1 | |