summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* r8721: Further work on libnet_rpc_usermod function. Now it can changeRafal Szczesniak2007-10-103-9/+56
* r8717: Add monitor message emiting in userdel and usermod calls.Rafal Szczesniak2007-10-101-0/+10
* r8715: - revert the %PRIi64 stuff. Tim, we explicitly check for %llu supportAndrew Tridgell2007-10-101-7/+17
* r8714: Oops - get it right this time!Tim Potter2007-10-101-2/+2
* r8713: Experiment to try and fix warnings on 64-bit machines without breakingTim Potter2007-10-103-3/+7
* r8712: cleanup old search test code to use tallocAndrew Tridgell2007-10-101-16/+18
* r8711: add m4 for finding return type for signal handlersAndrew Tridgell2007-10-101-0/+5
* r8710: another attempt at fixing HPUXAndrew Tridgell2007-10-101-1/+2
* r8709: fixed the assumption in RAW-SEARCH that directories are returned in so...Andrew Tridgell2007-10-101-1/+10
* r8707: this typedef isn't used, and breaks the build on HPUX, so I've removed itAndrew Tridgell2007-10-101-2/+0
* r8706: My previous patch oversimplied the previous change to session setup -Andrew Bartlett2007-10-101-3/+14
* r8703: cope with null string in interpret_addr()Andrew Tridgell2007-10-101-1/+1
* r8702: fixed ntlm_auth build. Andrew, can you check I got this right?Andrew Tridgell2007-10-101-7/+6
* r8701: Fix up auth_developer for recent changes.Andrew Bartlett2007-10-101-1/+1
* r8700: Propmted by tridge's need to do plaintext auth in ejs, rework theAndrew Bartlett2007-10-1014-464/+516
* r8699: removed invalid commentAndrew Bartlett2007-10-101-2/+0
* r8698: attempt to cope with lack of strtoull() on HPUXAndrew Tridgell2007-10-101-1/+9
* r8696: fixed ejs to more strictly follow the va_list rules. Might fix thatAndrew Tridgell2007-10-102-3/+5
* r8693: Test code for usermod routine.Rafal Szczesniak2007-10-102-0/+72
* r8692: Starting parts of code to provide user modify functionality.Rafal Szczesniak2007-10-103-6/+195
* r8690: Code cleanups, improvements necessary for dependencies (not added yet)Jelmer Vernooij2007-10-108-98/+50
* r8685: an alpha in the build farm is dying with a floating pointAndrew Tridgell2007-10-101-0/+3
* r8684: this should fix the panic on x86_64, and possibly alphaAndrew Tridgell2007-10-101-2/+6
* r8681: if SOCKET_WRAPPER_DIR starts with ./ then strip it internally. This sa...Andrew Tridgell2007-10-101-4/+17
* r8680: try harder to find the binary for gdb in the backtraceAndrew Tridgell2007-10-101-0/+11
* r8679: only call fault setup once (thanks to andrew for pointing this out)Andrew Tridgell2007-10-101-3/+4
* r8678: setup for gdb backtrace in 'make test'Andrew Tridgell2007-10-107-24/+39
* r8677: The first part of the domain name may not be equal to the netbios doma...Andrew Bartlett2007-10-102-2/+4
* r8676: attribute lists in ldb searches must be NULL terminatedAndrew Tridgell2007-10-101-1/+1
* r8674: With the rdn_name module, we don't need this duplication in the samdbAndrew Bartlett2007-10-101-22/+0
* r8671: use much shorter names for the selftest directory and socket wrapperAndrew Tridgell2007-10-103-9/+21
* r8670: Remove GUID code from SAMR, it is handled lower down now. I noticeAndrew Bartlett2007-10-101-11/+1
* r8669: The objectguid module belongs in Samba's ldb module collection, not inAndrew Bartlett2007-10-105-33/+25
* r8668: fixed a segv during upgrade of a very old ldb.Andrew Tridgell2007-10-101-0/+5
* r8667: Further simply the provision script, by removing the 'name' attribute.Andrew Bartlett2007-10-107-83/+312
* r8666: The same fix as the last commit, I was caught out on a move from aAndrew Bartlett2007-10-101-2/+2
* r8665: fixed a segv at high debug level in the web serverAndrew Tridgell2007-10-101-1/+4
* r8664: I got caught out not testing...Andrew Bartlett2007-10-101-2/+2
* r8663: Since simo constructed the samdb module, he and tridge have worked onAndrew Bartlett2007-10-101-31/+34
* r8662: Revert change to CN=Cert Publishers, this group still needs toAndrew Bartlett2007-10-101-0/+2
* r8661: added strstr() ejs function in string libAndrew Tridgell2007-10-101-0/+17
* r8660: Use templates for the initial provision of user and computer accounts.Andrew Bartlett2007-10-104-237/+164
* r8659: return ldif formatted attributes in the ejs ldb search call, so sids s...Andrew Tridgell2007-10-104-11/+27
* r8658: move use of lp_security() and lp_nt_status_support() into the connecti...Andrew Tridgell2007-10-103-2/+10
* r8651: fixed a boolean expression bug (submitted upstream)Andrew Tridgell2007-10-101-0/+3
* r8650: Use the timestamps and a new objectguid module rather than placingAndrew Bartlett2007-10-107-212/+307
* r8649: added smbscript to the list of binaries to installAndrew Tridgell2007-10-101-0/+1
* r8648: automatically redirect to provisioning if not yet provisioned when theAndrew Tridgell2007-10-101-0/+21
* r8644: This is a more useful error than unsuccesful.Andrew Bartlett2007-10-101-1/+1
* r8643: - make lp_configfile() work againAndrew Tridgell2007-10-1017-32/+92