summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * r19039: Do not segfault in "net ads printer info" when a requested printserverGünther Deschner2006-10-022-1/+12
| | | | | | | | | | | | | | | | | | does not exist. Guenther
| | * r19038: build libreplace testsuite as replacetortStefan Metzmacher2006-10-022-4/+22
| | | | | | | | | | | | | | | | | | and run it with make test metze
| | * r19037: Fix a segfaultVolker Lendecke2006-10-021-1/+1
| | |
| | * r19034: merge from samba4:Stefan Metzmacher2006-10-021-4/+6
| | | | | | | | | | | | | | | | | | prepare libreplace testsuite for usage in smbtorture metze
| | * r19031: merge from samba4:Stefan Metzmacher2006-10-021-2/+6
| | | | | | | | | | | | | | | | | | add test that opendir() on files sets errno = ENOTDIR metze
| | * r19030: merge missing stuff from samba4:Stefan Metzmacher2006-10-022-2/+10
| | | | | | | | | | | | | | | | | | | | | - strnlen() and strndup() are broken on AIX - we need some extra CFLAGS on HPUX 11.11 metze
| | * r19028: Implement getprinterinfo level 6 (only the status) and get rid of ↵Volker Lendecke2006-10-023-80/+251
| | | | | | | | | | | | | | | | | | | | | | | | | | | snum in the getprinter calls. Survives the RPC-SAMBA3-SPOOLSS test which I will activate when the Samba4 build farm has picked it up. Volker
| | * r19026: we don't need this twiceStefan Metzmacher2006-10-021-8/+0
| | | | | | | | | | | | metze
| | * r19016: As per Samba4 coding standards, turn tabs into spacesVolker Lendecke2006-10-012-20/+20
| | |
| | * r19015: we don't need talloc_* in proto.hStefan Metzmacher2006-10-011-2/+2
| | | | | | | | | | | | metze
| | * r19013: Fix some 64-bit warnings.Volker Lendecke2006-09-303-10/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | Jelmer, Jerry, in cmd_unixinfo.c:159 there is still the warning that "info" is being used uninitialized which I don't really know how to fix. Any hints? Volker
| | * r19012: Fix an uninitialized variableVolker Lendecke2006-09-301-1/+2
| | |
| | * r19011: Attempt to fix the BSD RAW-CHKPATH failures: In Samba3 we rely on ↵Volker Lendecke2006-09-302-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | opendir returning ENOTDIR when the file opened is not a directory. Can we merge this back into Samba4? Volker
| | * r19010: Fix bug 4137Volker Lendecke2006-09-301-0/+4
| | |
| | * r19008: Fix a segfaultVolker Lendecke2006-09-291-0/+1
| | |
| | * r19007: reformat service control manager IDLGerald Carter2006-09-291-201/+255
| | |
| | * r19006: Final cleanups for the winreg libmsrpc functions.Gerald Carter2006-09-291-98/+158
| | | | | | | | | | | | | | | Needs thorough testing but the code has been adapted to the new rpccli_winreg_XX() API.
| | * r19003: Finally activate "net ads gpo". Günther Deschner2006-09-293-37/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For those who are interested, try net ads gpo refresh mybox$ to get your machine related GPOs downloaded to /var/lib/samba/gpo_cache. Detailed information about GPOs is currently only printed when setting a higher debuglevel then 0. Guenther
| | * r19002: Add a very simple synchronisation function to download the full GPO.Günther Deschner2006-09-293-48/+229
| | | | | | | | | | | | Guenther
| | * r19001: Fix commentVolker Lendecke2006-09-291-1/+1
| | |
| | * r19000: Merge the max tcon check from 3_0_23. Thanks to James Peach that ↵Volker Lendecke2006-09-291-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | this was not done in the 3_0 tree. Volker
| | * r18998: - make more usage of PRINTF_ATTRIBUTE()Stefan Metzmacher2006-09-292-10/+9
| | | | | | | | | | | | | | | | | | - vsyslog takes a 'const char *format' metze
| | * r18996: merge from samba4:Stefan Metzmacher2006-09-292-12/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix bug 4078 - talloc_free(talloc_autofree_context()); should not result in a SIGABORT on exit - add a test for this, but this test can also pass in the standalone build and samba3, as samba4 uses talloc_autofree_context() metze
| | * r18993: merge from samba4:Stefan Metzmacher2006-09-291-29/+83
| | | | | | | | | | | | | | | | | | prepare SOCKET_WRAPPER_PCAP_FILE support metze
| | * r18991: Fix bug 4133 -- Thanks to Olaf FlebbeVolker Lendecke2006-09-291-0/+7
| | |
| | * r18988: Check and refresh expired GPOs.Günther Deschner2006-09-292-1/+129
| | | | | | | | | | | | Guenther
| | * r18987: Add some usage prints for "net ads gpo".Günther Deschner2006-09-291-13/+33
| | | | | | | | | | | | Guenther
| | * r18986: Add some more GPO download helper functions.Günther Deschner2006-09-293-1/+242
| | | | | | | | | | | | Guenther
| | * r18985: Add parse_gpt_ini() to parse GPT.INI files using iniparser.Günther Deschner2006-09-282-21/+242
| | | | | | | | | | | | Guenther
| | * r18984: Removing ads_gpo_get_sysvol_gpt_version() which was just doing stupidGünther Deschner2006-09-282-93/+2
| | | | | | | | | | | | | | | | | | things. Guenther
| | * r18983: Add some comments for the LDAP based GPO routines.Günther Deschner2006-09-283-49/+60
| | | | | | | | | | | | Guenther
| | * r18982: Move the gpo related functions to "libgpo".Günther Deschner2006-09-284-6/+7
| | | | | | | | | | | | Guenther
| | * r18981: * cleanup some vestiges of old cli_reg.c code and mark some TODO Gerald Carter2006-09-2821-189/+1825
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | items in cac_winreg.c * Get 'net rpc registry enumerate' to list values again * Fix winreg.idl QueryInfoKey(). The max_subkeysize is the max_classlen (we previously had this correct in Samba3") * fix valgrind error about uninitialized memory and use-before-set on size value inmemset() call * Fix key enumeration in 'net rpc registry enumerate' * regenerate gen_dir files based on local pidl patches Please note that the generated ndr files are from my local copy of pidl. If you need to regenerate, please apply the patch that I posted to the samba-technical list earlier today.
| | * r18980: Be a little more intelligent about "startup_time",Jeremy Allison2006-09-283-7/+31
| | | | | | | | | | | | | | | | | | move into the domain struct. Allow message to go online to set this state and cope with removing it. Jeremy.
| | * r18976: follow the advice from "William Jojo" <jojowil@hvcc.edu>Stefan Metzmacher2006-09-281-1/+1
| | | | | | | | | | | | | | | | | | and pass -bbigtoc also to the linker when building shared libs metze
| | * r18973: we should always set LDFLAGS and DYNEXP depending on the host_osStefan Metzmacher2006-09-282-19/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | but disable building of shared libs and modules whe enable_shared != yes Also make it easier to track down the problem with lost LDFLAGS values on AIX. metze
| | * r18969: Fix typo.Günther Deschner2006-09-283-4/+4
| | | | | | | | | | | | Guenther
| | * r18966: this bug affects Samba3 too. I'm actually surprised nobody hasAndrew Tridgell2006-09-271-0/+6
| | | | | | | | | | | | | | | | | | reported that Samba3 on Solaris Sparc with the native compiler can't join Windows domains. If it worked we were just lucky. I suspect it just didn't work.
| | * r18964: fix 'net rpc registry save' to use the new wnireg client codeGerald Carter2006-09-271-10/+5
| | |
| | * r18963: * Move parts of registry headers that were still in Gerald Carter2006-09-277-631/+75
| | | | | | | | | | | | | | | use to reg_objects.h * Remove unused rpc headers
| | * r18962: * Add IDL for SaveKey() and RestoreKey() and regeneratedGerald Carter2006-09-279-50/+201
| | | | | | | | | | | | | | | * Tested RegSaveKey() using win32 app. Apparently this code has been brokne for a really long time.
| | * r18961: merge from samba4:Stefan Metzmacher2006-09-272-20/+20
| | | | | | | | | | | | | | | | | | | | | fix caching of some configure tests AC_CACHE_CHECK() *needs* '_cv_' in the shell var to do caching... metze
| | * r18959: reformat using indentGerald Carter2006-09-276-4912/+5563
| | |
| | * r18958: merge from samba4:Stefan Metzmacher2006-09-271-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | we need to include unistd.h in system/network.h because it contains the ioctl() prototype on some systems and we need to make sure it gets included before socket_wrapper defines ioctl swrap_ioctl metze
| | * r18956: fix -pie and -fPIE together with configure -CStefan Metzmacher2006-09-271-6/+7
| | | | | | | | | | | | metze
| | * r18955: fix the build on solaris where unistd.h needs to be includes beforeStefan Metzmacher2006-09-271-1/+1
| | | | | | | | | | | | | | | | | | socket_wrapper defined ioctl swrap_ioctl metze
| | * r18954: Fix segv in QueryValue and Enumvalue. regedit.exe nowGerald Carter2006-09-271-2/+2
| | | | | | | | | | | | is happy again when creating keys and values
| | * r18953: sync socket_wrapper with samba4Stefan Metzmacher2006-09-273-0/+46
| | | | | | | | | | | | metze
| | * r18952: fix compiler warning (merge from samba4)Stefan Metzmacher2006-09-271-1/+1
| | | | | | | | | | | | metze
| | * r18951: socket_wrapper has only 16 interfaces anymore...Stefan Metzmacher2006-09-271-8/+9
| | | | | | | | | | | | metze