summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* selftest: Cope with strict.Jelmer Vernooij2010-04-121-1/+1
|
* s4:tortore/rpc/spoolss.c: fix declaration after code warningStefan Metzmacher2010-04-121-10/+10
| | | | metze
* s4-ldb: enable waf build of ldb without ldap backendAndrew Tridgell2010-04-121-2/+3
| | | | | this is useful for cross-compilation testing, where getting all the ldap deps installed can be hard
* build: added cross-compilation configure optionsAndrew Tridgell2010-04-123-0/+53
| | | | | this enables use of a cross-compilation emulator, so configure tests run on an emulator of the target platform
* Fixed a problem with provision missing the default_dir/etc directory.Nadezhda Ivanova2010-04-121-2/+2
|
* s3: Little refactoring: Factor out skip_spaceVolker Lendecke2010-04-121-5/+10
|
* s3: Remove a bogus 0-check, "isspace" can not return true for \0Volker Lendecke2010-04-121-1/+1
|
* s3: Cache the result of the username map scriptVolker Lendecke2010-04-121-0/+1
|
* Remove unused pcp/ directory.Stefan Metzmacher2010-04-126-299/+0
| | | | metze
* Remove unused swat2 codeStefan Metzmacher2010-04-121360-4095/+0
| | | | metze
* s4:heimdal_build/wscript_build: avoid global deps for hostcc stuffStefan Metzmacher2010-04-121-0/+3
| | | | metze
* lib/replace/wscript: avoid global deps for LIBREPLACE_HOSTCCStefan Metzmacher2010-04-121-0/+1
| | | | metze
* wafsamba: don't add global dependencies to hostcc targetsStefan Metzmacher2010-04-122-3/+8
| | | | metze
* lib/replace/wscript: inline LIBREPLACE_EXT into 'replace' as the autoconf ↵Stefan Metzmacher2010-04-124-13/+6
| | | | | | system does metze
* s4:param/wscript_build: 'dl' is provides via 'replace'Stefan Metzmacher2010-04-121-1/+1
| | | | metze
* lib/nss_wrapper/wscript_build: 'replace' already includes 'dl'Stefan Metzmacher2010-04-121-1/+1
| | | | metze
* lib/replace/wscript: add dependency to 'dl'Stefan Metzmacher2010-04-121-1/+1
| | | | metze
* s4:heimdal_build/wscript: rename HEIMDAL_ROKEN_H => HEIMDAL_ROKEN_HOSTCCStefan Metzmacher2010-04-121-8/+10
| | | | metze
* lib/replace/wscript: rename LIBREPLACE_H => LIBREPLACE_HOSTCCStefan Metzmacher2010-04-122-5/+7
| | | | metze
* wafsamba: allow passing 'use_hostcc' to SAMBA_SUBSYSTEM()Stefan Metzmacher2010-04-121-3/+6
| | | | metze
* s4-ldb: fixed a crash bug for non-UTF8 stringsAndrew Tridgell2010-04-121-1/+3
| | | | | when one of the strings was not valid UTF8, we would try to dereference NULL
* build: Add an always parameter to CHECK_DECLSKai Blin2010-04-121-2/+3
|
* s3-waf: Correctly create symlink if SAMBA_BINARY targets are not in the ↵Kai Blin2010-04-121-1/+1
| | | | | | current diectory Many thanks to ita for pointing out the fix.
* build: allow target upgrades from EMPTY to SYSLIBAndrew Tridgell2010-04-122-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>
* s4-waf: move the KRB5_DEPRECATED check into lib/replaceAndrew Tridgell2010-04-121-0/+7
| | | | this needs to be with the krb5.h check for the source3 build
* s4-waf: inline LIBREPLACE_NETWORK into 'replace'Stefan Metzmacher2010-04-126-21/+13
| | | | metze
* lib/replace/wscript: rename REPLACE_H_SOURCE => REPLACE_HOSTCC_SOURCEStefan Metzmacher2010-04-121-5/+6
| | | | metze
* lib/replace/wscript: implement the same getpass detection logic as the ↵Stefan Metzmacher2010-04-121-2/+2
| | | | | | autoconf version metze
* lib/replace/wscript: inline LIBREPLACE_GETPASS into 'replace'Stefan Metzmacher2010-04-121-5/+3
| | | | metze
* s4/libnet: Allocate mem in supplied mem_ctxKamen Mazdrashki2010-04-121-2/+2
| | | | | In this case, 'libnet_Vampire *r' may not be a pointer to a talloced memory.
* s4/py_net: Source code formatting fixKamen Mazdrashki2010-04-121-16/+17
|
* build: use a common autogen-waf.sh for all buildsAndrew Tridgell2010-04-127-137/+33
| | | | | the symlink will get updated with the right target when waf dist is used in each directory
* build: cope with symlinks between build components in waf distAndrew Tridgell2010-04-121-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
* s4-net: Add definition of outf.Jelmer Vernooij2010-04-121-0/+2
|
* build: added --minimum-library-version configure optionAndrew Tridgell2010-04-122-0/+23
| | | | | this allows the packager to override the default choice of system library version
* s4: fix a typoKamen Mazdrashki2010-04-121-1/+1
|
* s4/libnet: handle errors returned for DsAddEntry_v3 properlyKamen Mazdrashki2010-04-121-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!
* s4/libnet: Add few new lines in the debug log so it is readable againKamen Mazdrashki2010-04-121-14/+16
|
* s4/libnet: Dump DRSUAPI_DIRERR_OK as unexpectedKamen Mazdrashki2010-04-121-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
* s3: Move serverinfo_to_SamInfoX to auth/server_info.cVolker Lendecke2010-04-112-287/+287
|
* s3: Move [make|free]_user_info to auth/user_info.cVolker Lendecke2010-04-114-108/+146
|
* s3: Move make_server_info_sam to auth/server_info_sam.cVolker Lendecke2010-04-113-121/+152
|
* s3: Move sanitize_username to lib/util_str.cVolker Lendecke2010-04-113-8/+9
|
* s3: Move make_server_info to auth/server_info.cVolker Lendecke2010-04-114-32/+60
|
* s3: Move check_sam_security to auth/check_sam.cVolker Lendecke2010-04-113-486/+513
|
* s3: Make check_sam_security publicVolker Lendecke2010-04-112-20/+32
|
* s3: Replace "auth_context" by "challenge" in need_to_increment_bad_pw_count argsVolker Lendecke2010-04-111-5/+5
|
* s3: Replace "auth_context" by "challenge" in sam_password_ok argsVolker Lendecke2010-04-111-7/+10
|
* s3: Move user_in_group() and create_token_from_username() to token_utils.cVolker Lendecke2010-04-112-315/+315
| | | | Goal is to be able to call check_sam_security from winbind
* libcli/auth: Fix an uninitialized variableVolker Lendecke2010-04-111-2/+1
| | | | value.dptr was used uninitialized in the "goto done;"