r8771: Extend the SamSync code out to groups and aliases, as well as deleting.
[jra/samba/.git] / source4 /
2007-10-10 Andrew Bartlettr8771: Extend the SamSync code out to groups and aliase...
2007-10-10 Rafal Szczesniakr8761: Propagate changes in monitor messaging code.
2007-10-10 Rafal Szczesniakr8760: Rework monitor messaging code a bit, as Metze...
2007-10-10 Rafal Szczesniakr8759: Another couple of fields in usermod routine.
2007-10-10 Andrew Tridgellr8753: fixed directory handling on systems that do...
2007-10-10 Andrew Bartlettr8752: With all the infrustructure done, details like...
2007-10-10 Andrew Tridgellr8750: drat, on some systems dirfd() is a macro
2007-10-10 Andrew Tridgellr8749: for completeness, add rewinddir() and dirfd()
2007-10-10 Andrew Tridgellr8748: fixed build. Andrew, please check.
2007-10-10 Andrew Tridgellr8747: remove unused code
2007-10-10 Andrew Tridgellr8746: replace opendir/readdir/telldir/seekdir/closedir...
2007-10-10 Andrew Bartlettr8744: Split 'net samdump' out into a separate file
2007-10-10 Andrew Tridgellr8742: fixed handling of zero length names in mprObject()
2007-10-10 Andrew Bartlettr8741: Kill warnings about enums not fully enumerated...
2007-10-10 Andrew Bartlettr8740: Extend the rdn_name module to handle adding...
2007-10-10 Andrew Tridgellr8736: this fixes the ldb speed (raises BENCH-WINS...
2007-10-10 Andrew Tridgellr8735: added NBT and WINS testing to 'make test' so...
2007-10-10 Andrew Tridgellr8734: fixed the wins server for the new ldb DN restric...
2007-10-10 Andrew Tridgellr8729: make the RAW-SEARCH test more robust to servers...
2007-10-10 Andrew Tridgellr8726: increase default session timeout to 15 minutes...
2007-10-10 Rafal Szczesniakr8721: Further work on libnet_rpc_usermod function...
2007-10-10 Rafal Szczesniakr8717: Add monitor message emiting in userdel and userm...
2007-10-10 Andrew Tridgellr8715: - revert the %PRIi64 stuff. Tim, we explicitly...
2007-10-10 Tim Potterr8714: Oops - get it right this time!
2007-10-10 Tim Potterr8713: Experiment to try and fix warnings on 64-bit...
2007-10-10 Andrew Tridgellr8712: cleanup old search test code to use talloc
2007-10-10 Andrew Tridgellr8711: add m4 for finding return type for signal handlers
2007-10-10 Andrew Tridgellr8710: another attempt at fixing HPUX
2007-10-10 Andrew Tridgellr8709: fixed the assumption in RAW-SEARCH that director...
2007-10-10 Andrew Tridgellr8707: this typedef isn't used, and breaks the build...
2007-10-10 Andrew Bartlettr8706: My previous patch oversimplied the previous...
2007-10-10 Andrew Tridgellr8703: cope with null string in interpret_addr()
2007-10-10 Andrew Tridgellr8702: fixed ntlm_auth build. Andrew, can you check...
2007-10-10 Andrew Bartlettr8701: Fix up auth_developer for recent changes.
2007-10-10 Andrew Bartlettr8700: Propmted by tridge's need to do plaintext auth...
2007-10-10 Andrew Bartlettr8699: removed invalid comment
2007-10-10 Andrew Tridgellr8698: attempt to cope with lack of strtoull() on HPUX
2007-10-10 Andrew Tridgellr8696: fixed ejs to more strictly follow the va_list...
2007-10-10 Rafal Szczesniakr8693: Test code for usermod routine.
2007-10-10 Rafal Szczesniakr8692: Starting parts of code to provide user modify...
2007-10-10 Jelmer Vernooijr8690: Code cleanups, improvements necessary for depend...
2007-10-10 Andrew Tridgellr8685: an alpha in the build farm is dying with a float...
2007-10-10 Andrew Tridgellr8684: this should fix the panic on x86_64, and possibl...
2007-10-10 Andrew Tridgellr8681: if SOCKET_WRAPPER_DIR starts with ./ then strip...
2007-10-10 Andrew Tridgellr8680: try harder to find the binary for gdb in the...
2007-10-10 Andrew Tridgellr8679: only call fault setup once (thanks to andrew...
2007-10-10 Andrew Tridgellr8678: setup for gdb backtrace in 'make test'
2007-10-10 Andrew Bartlettr8677: The first part of the domain name may not be...
2007-10-10 Andrew Tridgellr8676: attribute lists in ldb searches must be NULL...
2007-10-10 Andrew Bartlettr8674: With the rdn_name module, we don't need this...
2007-10-10 Andrew Tridgellr8671: use much shorter names for the selftest director...
2007-10-10 Andrew Bartlettr8670: Remove GUID code from SAMR, it is handled lower...
2007-10-10 Andrew Bartlettr8669: The objectguid module belongs in Samba's ldb...
2007-10-10 Andrew Tridgellr8668: fixed a segv during upgrade of a very old ldb.
2007-10-10 Andrew Bartlettr8667: Further simply the provision script, by removing...
2007-10-10 Andrew Bartlettr8666: The same fix as the last commit, I was caught...
2007-10-10 Andrew Tridgellr8665: fixed a segv at high debug level in the web...
2007-10-10 Andrew Bartlettr8664: I got caught out not testing...
2007-10-10 Andrew Bartlettr8663: Since simo constructed the samdb module, he...
2007-10-10 Andrew Bartlettr8662: Revert change to CN=Cert Publishers, this group...
2007-10-10 Andrew Tridgellr8661: added strstr() ejs function in string lib
2007-10-10 Andrew Bartlettr8660: Use templates for the initial provision of user...
2007-10-10 Andrew Tridgellr8659: return ldif formatted attributes in the ejs...
2007-10-10 Andrew Tridgellr8658: move use of lp_security() and lp_nt_status_suppo...
2007-10-10 Andrew Tridgellr8651: fixed a boolean expression bug (submitted upstream)
2007-10-10 Andrew Bartlettr8650: Use the timestamps and a new objectguid module...
2007-10-10 Andrew Tridgellr8649: added smbscript to the list of binaries to install
2007-10-10 Andrew Tridgellr8648: automatically redirect to provisioning if not...
2007-10-10 Andrew Bartlettr8644: This is a more useful error than unsuccesful.
2007-10-10 Andrew Tridgellr8643: - make lp_configfile() work again
2007-10-10 Andrew Tridgellr8642: - fixed install of new swat files
2007-10-10 Andrew Tridgellr8640: continue the trend by moving the ejs random...
2007-10-10 Andrew Tridgellr8639: moved loadparm calls into an ejs object
2007-10-10 Andrew Tridgellr8638: continue the trend of maknig our C functions...
2007-10-10 Andrew Tridgellr8637: added sys.stat() and sys.lstat() calls
2007-10-10 Andrew Tridgellr8636: fixed the ejs ldb test to work with the new...
2007-10-10 Andrew Tridgellr8635: make object inheritance with the builtin objects...
2007-10-10 Andrew Tridgellr8634: we are still getting occasional test failures...
2007-10-10 Andrew Tridgellr8633: check for valid input to ejs_userAuth()
2007-10-10 Andrew Tridgellr8632: use <pre> around displayed exceptions
2007-10-10 Andrew Tridgellr8631: give an error on incorrect argument count
2007-10-10 Andrew Tridgellr8630: give a much nicer backtrace on assert() failures...
2007-10-10 Andrew Tridgellr8629: - moved the getDomainList() call out of smbcalls...
2007-10-10 Andrew Tridgellr8628: add retries to the normal paths of nbt name...
2007-10-10 Andrew Tridgellr8627: fixed a big memory leak in the spnego gensec...
2007-10-10 Andrew Tridgellr8626: fixed a typo
2007-10-10 Andrew Tridgellr8625: move the ldb_wrap logic into the ldb code. This...
2007-10-10 Andrew Tridgellr8624: removed valgrind comment on tdb that no longer...
2007-10-10 Jelmer Vernooijr8623: Fix warnings in ODL-generated code.
2007-10-10 Jelmer Vernooijr8622: Support parsing new structs/unions/enums/bitmaps...
2007-10-10 Jelmer Vernooijr8621: Simplify code. Add support for nested structures...
2007-10-10 Jelmer Vernooijr8614: Add COMRESULT/HRESULT scalar type
2007-10-10 Jelmer Vernooijr8613: Remove a couple of empty loops.
2007-10-10 Jelmer Vernooijr8612: Parse::Pidl::NDR:
2007-10-10 Andrew Tridgellr8603: we have to use the same db name as the rest...
2007-10-10 Andrew Tridgellr8602: allow options in ldb connect calls
2007-10-10 Andrew Tridgellr8601: fixed null termination in ltdb connect error
2007-10-10 Andrew Tridgellr8600: fixed null termination on some error messages...
2007-10-10 Andrew Tridgellr8599: null terminate the argv list in string C functions
2007-10-10 Andrew Tridgellr8593: register the rpc server with irpc
next