Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r7935: auth_unix now uses crypt(), so depend on -lcrypt. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r7934: ported samba3 pass_check functions to auth_unix.c | Simo Sorce | 1 | -5/+332 |
2007-10-10 | r7933: darn, forgot to add this | Andrew Tridgell | 1 | -0/+39 |
2007-10-10 | r7932: don't use the nbt called name as server name, for dcerpc_server_name() | Stefan Metzmacher | 1 | -9/+8 |
2007-10-10 | r7931: fixed a bug in the cifs backend found with the new test code | Andrew Tridgell | 1 | -1/+12 |
2007-10-10 | r7930: - added testing of the cifs passthru backend | Andrew Tridgell | 1 | -8/+18 |
2007-10-10 | r7929: yet another attempt at fixing installswat on freebsd 5 | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r7928: Add rename, unlink and list commands. | Tim Potter | 1 | -2/+139 |
2007-10-10 | r7927: fixed an error on partial socket writes in the rpc server | Andrew Tridgell | 2 | -2/+2 |
2007-10-10 | r7926: poptGetNextOpt() returns int, not char | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r7925: small tidyup (please keep lines at a reasonable length) | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r7924: Add mkdir() and rmdir() functions. | Tim Potter | 1 | -2/+81 |
2007-10-10 | r7923: removed dependence on Data::Dumper | Andrew Tridgell | 2 | -5/+0 |
2007-10-10 | r7922: Comment out complicated connect/session/tree API for the moment. Replace | Tim Potter | 1 | -2/+83 |
2007-10-10 | r7921: fixed newuser script (letting samldb module allocate the sid) | Andrew Tridgell | 1 | -13/+0 |
2007-10-10 | r7920: another attempt at making installswat.sh portable | Andrew Tridgell | 1 | -17/+13 |
2007-10-10 | r7919: use more portable shell syntax for MALLOC_CHECK_ | Andrew Tridgell | 5 | -16/+6 |
2007-10-10 | r7918: fixed a crash bug in the ldap server | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r7917: macosx doesn't have a group called 'users' | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r7916: - got rid of the in_client global | Andrew Tridgell | 5 | -23/+2 |
2007-10-10 | r7915: report the number of failed tests so far when running 'make test' inte... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r7914: - we don't need to override the database locations in selftest any more | Andrew Tridgell | 1 | -5/+6 |
2007-10-10 | r7913: prevent recursion in the socket wrapper code | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r7912: make private_path() recognise a non-relative filename, so we can have | Andrew Tridgell | 4 | -17/+45 |
2007-10-10 | r7911: task_terminate() is defined in the macosx headers, so change the name | Andrew Tridgell | 7 | -23/+23 |
2007-10-10 | r7910: fixed typo in _SAMBA_BUILD_ macro | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r7909: don't consider not finding a list of network interfaces from the kerne... | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r7907: the old solaris perl doesn't handle mkdir() without a mode | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r7906: some portability fixes for ldap testing on solaris (solaris grep doesn... | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r7905: this should fix installswat on FreeBSD. Thanks to nodie for testing th... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r7901: check if system supports UTF-16LE at all in LOCAL-ICONV test | Andrew Tridgell | 1 | -1/+9 |
2007-10-10 | r7900: the existing ltdb indexing code does in fact cope with binary fields, ... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r7899: fixed a crash bug in the RAW-CONTEXT test | Andrew Tridgell | 1 | -2/+0 |
2007-10-10 | r7898: don't die on bad iconv libs in LOCAL-ICONV test | Andrew Tridgell | 1 | -0/+8 |
2007-10-10 | r7897: work in progress | Derrell Lipman | 3 | -102/+223 |
2007-10-10 | r7896: don't output null rules for blank targets (caued make failure on irix) | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r7895: hopefully this will fix the popt build on solaris | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r7894: remove portability experiments until its working in the smb-build test... | Andrew Tridgell | 1 | -3/+5 |
2007-10-10 | r7891: Improve output of unused macro find script | Jelmer Vernooij | 2 | -97/+13 |
2007-10-10 | r7875: try to see if this is portable | Stefan Metzmacher | 1 | -5/+3 |
2007-10-10 | r7874: reverted metzes patch svn 7837 as it is not portable to make on | Andrew Tridgell | 1 | -2/+4 |
2007-10-10 | r7873: hopefully fixed build of ldb_explode_dn() on AIX | Andrew Tridgell | 1 | -27/+9 |
2007-10-10 | r7872: another place we were relying on the old behaviour of value() | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r7871: setup spoolss, wins and hklm dbs correctly in selftest | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r7870: fixed the RPC-SCHANNEL test. It turned out it was my const changes, as | Andrew Tridgell | 5 | -5/+5 |
2007-10-10 | r7869: revert the configure changes from jelmers commit for heimdal_build | Andrew Tridgell | 1 | -4/+5 |
2007-10-10 | r7868: canonicalise the message before using ldb_add() in the ldbadd utility. | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r7867: a couple of bug fixes for newuser.pl from kukks | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r7866: Remove some unused autoconf macro calls. | Jelmer Vernooij | 4 | -26/+21 |
2007-10-10 | r7865: changed pidl to take a "const void *" instead of a "void *" for the | Andrew Tridgell | 17 | -55/+51 |