Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-13 | build: fixed a typo that prevented --bundled-libraries from working correctly | Andrew Tridgell | 1 | -1/+1 | |
Jelmer noticed that --minimum-library-version=talloc:2.0.1 --bundled-libraries=!tevent didn't do the right thing. | |||||
2010-04-13 | build: cope with existing binaries in bin/ left over from the old build | Andrew Tridgell | 1 | -4/+2 | |
2010-04-12 | s3: Apply some const | Volker Lendecke | 2 | -6/+10 | |
2010-04-12 | s3/s4:netlogon IDL - fix up "struct netr_SamInfo6" regarding the "forest" ↵ | Matthias Dieter Wallnöfer | 5 | -12/+12 | |
attribute According to MS-NRPC 2.2.1.4.13 this should be the DNS domainname, not the forest one. | |||||
2010-04-12 | s4:auth/auth_sam_reply.c - fix counter types | Matthias Dieter Wallnöfer | 1 | -3/+3 | |
2010-04-12 | s4:prefer "samdb_*_dn" basedn calls over the "ldb_get_*_dn" functions | Matthias Dieter Wallnöfer | 4 | -4/+4 | |
Purely cosmetic change. | |||||
2010-04-12 | s4:torture/ldap/ldap_sort.c - There should be used the "base_dn" not the ↵ | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
"root_dn" for the sort test The (forest) "root_dn" hasn't always to be the same as the (domain) "base_dn"! | |||||
2010-04-12 | selftest: Cope with strict. | Jelmer Vernooij | 1 | -1/+1 | |
2010-04-12 | s4:tortore/rpc/spoolss.c: fix declaration after code warning | Stefan Metzmacher | 1 | -10/+10 | |
metze | |||||
2010-04-12 | s4-ldb: enable waf build of ldb without ldap backend | Andrew Tridgell | 1 | -2/+3 | |
this is useful for cross-compilation testing, where getting all the ldap deps installed can be hard | |||||
2010-04-12 | build: added cross-compilation configure options | Andrew Tridgell | 3 | -0/+53 | |
this enables use of a cross-compilation emulator, so configure tests run on an emulator of the target platform | |||||
2010-04-12 | Fixed a problem with provision missing the default_dir/etc directory. | Nadezhda Ivanova | 1 | -2/+2 | |
2010-04-12 | s3: Little refactoring: Factor out skip_space | Volker Lendecke | 1 | -5/+10 | |
2010-04-12 | s3: Remove a bogus 0-check, "isspace" can not return true for \0 | Volker Lendecke | 1 | -1/+1 | |
2010-04-12 | s3: Cache the result of the username map script | Volker Lendecke | 1 | -0/+1 | |
2010-04-12 | Remove unused pcp/ directory. | Stefan Metzmacher | 6 | -299/+0 | |
metze | |||||
2010-04-12 | Remove unused swat2 code | Stefan Metzmacher | 1360 | -4095/+0 | |
metze | |||||
2010-04-12 | s4:heimdal_build/wscript_build: avoid global deps for hostcc stuff | Stefan Metzmacher | 1 | -0/+3 | |
metze | |||||
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 | |