summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* s3:tests: use the blackbox subunit output formatter for the smbclient_s3 test.Michael Adam2011-02-191-2/+2
* s3: Pass logonHours through pdb_adsVolker Lendecke2011-02-191-0/+22
* s3: Add "len" to pdb_set_hoursVolker Lendecke2011-02-198-13/+23
* s3: Let pdb_ads write accountExpiresVolker Lendecke2011-02-191-0/+18
* s3: Fix pdb_ads_pull_timeVolker Lendecke2011-02-191-1/+1
* vfs_smb_traffic_analyzer shall also transfer the clients IP address.Holger Hetterich2011-02-192-4/+7
* Fix alignment issues in SPOOLSS "BUFFER" marshalling.Jeremy Allison2011-02-181-0/+7
* s3:vfs:syncops add option to disable metasync per shareChristian Ambach2011-02-181-4/+14
* s3-smbsharemodes: libsmbsharemodes does neither depend on krb5 or ldap.Günther Deschner2011-02-181-1/+1
* nsswitch: make libwbclient a public library again.Günther Deschner2011-02-181-1/+1
* s3-waf: we need to globally -Ilib/replaceGünther Deschner2011-02-181-1/+1
* s3-waf: fix popt support.Günther Deschner2011-02-182-0/+5
* lib/util/charset Add back setlocale(), but only when called from binariesAndrew Bartlett2011-02-189-10/+31
* lib/util/charcnv Move iconv handle setup in commonAndrew Bartlett2011-02-188-615/+380
* s3-charcnv Don't genreate valid_table on the fly, rely on valid.datAndrew Bartlett2011-02-183-52/+8
* lib/util Remove #if _SAMBA_BUILD_ == 4 that isn't required any moreAndrew Bartlett2011-02-181-2/+0
* lib/util/charset Use top level iconv.c in source3Andrew Bartlett2011-02-1810-796/+106
* s4-idl: rename s4 server_id.idl to server_id4.idlAndrew Tridgell2011-02-1814-14/+14
* librpc make ndr-standard a common libraryAndrew Bartlett2011-02-183-23/+11
* librpc push NDR_SECURITY and NDR_DCERPC to the top level wscript filesAndrew Bartlett2011-02-183-23/+21
* nsswitch: depend on dlAndrew Tridgell2011-02-181-1/+1
* charset Remove use of {isupper,islower,toupper,tolower}_w functionsAndrew Bartlett2011-02-188-167/+24
* s3-libads Remove MIT-specific krb5_princ_realm macro calls.Andrew Bartlett2011-02-182-55/+30
* s3-waf use lib/util/wscript_build, and avoid duplicate subsystemsAndrew Bartlett2011-02-181-20/+3
* lib/util Make UTIL_LDB conditional on an s4 buildAndrew Bartlett2011-02-181-1/+2
* s3-waf: use SAMBA3_*() build rules in source3/buildAndrew Tridgell2011-02-1810-275/+274
* build: put links for libs in the right directoryAndrew Tridgell2011-02-181-1/+1
* s4-util: removed the valgrind_strlen() routineAndrew Tridgell2011-02-182-18/+0
* libutil: make waf rules usable by s3 waf buildAndrew Tridgell2011-02-181-38/+39
* waf: improved error message for bad paths in SAMBA_LIBRARY()Andrew Tridgell2011-02-181-1/+7
* waf: support building libraries with a directory prefixAndrew Tridgell2011-02-183-4/+13
* s3-waf: fixed the include paths for samba public librariesAndrew Tridgell2011-02-181-4/+8
* charset: allow s3 waf build to use lib/util/charsetAndrew Tridgell2011-02-181-5/+6
* waf: added SAMBA3_*() build rules to samba3.pyAndrew Tridgell2011-02-181-2/+72
* waf: give a more sensible error on symlink_bin with missing directoryAndrew Tridgell2011-02-181-0/+2
* lib/util/charset use get_dyn_CODEPAGEDIR(), which is in commonAndrew Bartlett2011-02-181-2/+2
* lib/util/charset split codepoints.c into it's own subsystemAndrew Bartlett2011-02-181-3/+6
* lib/util/charset use a path to dynconfig.h that works in s3 and s4Andrew Bartlett2011-02-181-1/+1
* lib/util/charset add functions isupper_m and islower_mAndrew Bartlett2011-02-182-0/+19
* s4-auth: rename 'auth' subsystem to 'auth4'Andrew Tridgell2011-02-1810-34/+34
* build: remember the flags used for undefined variable errorsAndrew Tridgell2011-02-181-2/+2
* s3build: added NMBDSOCKETDIR to dynconfigAndrew Tridgell2011-02-183-1/+5
* s4-dsdb: operational module does not need auth any moreAndrew Tridgell2011-02-182-3/+1
* s3-includes: force _SAMBA_BUILD_=3 in source3 includes.hAndrew Tridgell2011-02-181-0/+5
* uid-wrapper: handle uwrap_enabled() as a macroAndrew Tridgell2011-02-181-0/+2
* build: fixed passing of includes= for modulesAndrew Tridgell2011-02-181-0/+1
* build: added subdir option for module buildingAndrew Tridgell2011-02-181-0/+3
* build: added allow_undefined_symbols options for libraries and modulesAndrew Tridgell2011-02-182-2/+10
* build: make ADD_LDFLAGS() returns the flags that were addedAndrew Tridgell2011-02-181-1/+3
* waf: library_flags() doesn't only operate on conf objectsAndrew Tridgell2011-02-181-7/+8