summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* r829: Implement 'hive' commandJelmer Vernooij2007-10-102-1/+20
| | | | (This used to be commit 2a87981bd0a79f0d685441d690e2f810d6ed86d0)
* r828: Some fixes in the core and regshell concerning hives andJelmer Vernooij2007-10-106-17/+33
| | | | | unicode (This used to be commit 25c27b176c9905f3968e955f33a6db41b0102a38)
* r827: remove a few more unused functions that we are unlikely to use againAndrew Tridgell2007-10-102-263/+1
| | | | (This used to be commit 121dd9ba0038f6e076c464cddad0b788fe6076fa)
* r826: removed a pile of old code, in preparation for a new ACL handling ↵Andrew Tridgell2007-10-107-1918/+2
| | | | | | system. I'd like to get rid of DOM_SID completely soon (This used to be commit e306e27cf333e176195a47b19e3de591b4a59650)
* r825: - Introduce support for multiple roots (or 'hives')Jelmer Vernooij2007-10-1012-168/+213
| | | | | - Clean up rpc backend (possible now that multiple hives are supported) (This used to be commit 8cd1b6bc70510fe576135a66351e9e3ea895c9ff)
* r822: use 'Last Change Rev:' instead of 'Revision:' from the svn info outputStefan Metzmacher2007-10-101-1/+1
| | | | | | | for setting the SVN_REVISION in version.h metze (This used to be commit 081f7970dd16215b13fb3ab0630992189a9187be)
* r821: prompt user for password if not given by -U user%passStefan Metzmacher2007-10-101-3/+15
| | | | | | | and not as torture:password in smb.conf metze (This used to be commit 9de377a914292be19cdffd1020d613d50df7f4e6)
* r819: Fix seg fault in rpc backend, found by Andrew BartlettJelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit d4cc4b3d682eb828208a621fe6b795f3e77c746a)
* r818: added server side SMB signing to Samba4Andrew Tridgell2007-10-1010-8/+236
| | | | (This used to be commit 8e5ddf5e8eb74f667897f90baa2d00f02ca5818b)
* r816: - Make use of tridge's new samdb_result_sid_prefix() helper function.Andrew Bartlett2007-10-105-109/+29
| | | | | | | | | - Remove legacy sid_to_string (which contained a memleak) - Remove some unused parts of lib/util_sid.c Andrew Bartlett (This used to be commit 7c69a85984e47c004ddfd9bb5eadcb3191b56f9d)
* r815: include our netbios name in the negprot response (this matches win2003)Andrew Tridgell2007-10-101-0/+1
| | | | (This used to be commit b4b67c330174ac0570558bedf50729542ea775da)
* r813: gcc has fixed its huge debug sizes with -g now, so drop the -gstabs,Andrew Tridgell2007-10-101-3/+3
| | | | | | | | allowing us to use a more standard debug format. If you want it even smaller than I recommend the -feliminate-dwarf2-dups option, if your version of gcc supports it. (This used to be commit a11340a971af24d9dcab720f92483b0dafa01142)
* r812: added a new samdb_replace() call that simplifies the code in the main ↵Andrew Tridgell2007-10-102-31/+27
| | | | | | samr server a bit. (This used to be commit 255d6e77e705bb7a94e6738c9f48f9d8c625883c)
* r811: make the ldb_modify REPLACE semantics better match LDAP (ie. no errorAndrew Tridgell2007-10-101-7/+6
| | | | | on the attribute not existing and allow an empty replace) (This used to be commit 1418b667d9041430786089713eafee63dd7b4a28)
* r808: fix libtdb build by ifedffing out an smb_panic() and copying over ↵Simo Sorce2007-10-101-3/+44
| | | | | | CatchSignal fn from lib/signal changing it's name to TdbCatchSignal (This used to be commit e1afaa1e9c8de5615030015b1360529b450d2047)
* r807: compile with PICFLAG by defaultStefan Metzmacher2007-10-101-1/+1
| | | | | | | | (ask tridge why this is better than recompiling only the files we need for libraries with PICFLAG) metze (This used to be commit ee32d29044a52d7098e242ed48c309871e711bd9)
* r806: Checkin of workarea - tridge gave me some good ideas today for a betterTim Potter2007-10-101-0/+82
| | | | | way to do this. (This used to be commit c63cb50ca56cb69f7ef39f9828afa61f324f2832)
* r803: Add README file about building the debian packageJelmer Vernooij2007-10-101-0/+14
| | | | (This used to be commit e100e79be0aa883ed5cc69370d705e3abf1bef01)
* r796: fixed samr_OemChangePasswordUser2() to replace attributes, not addAndrew Tridgell2007-10-101-1/+6
| | | | (This used to be commit 24bbf9f1bcfddb5131769439bd139faef2c022e2)
* r793: - don't make templates members of any class that would make them showAndrew Tridgell2007-10-104-34/+263
| | | | | | | | | | | up in searches like "objectclass=user" - auto-add the computer objectclass for computer accounts on create - added two types of password change call in samr server - reset last_fault_code before each dcerpc call (This used to be commit c1a65f83f6a4c51e60efd204dab89c20cda65d2b)
* r792: - changed the ldb ldif_* functions to be in the ldb_ namespaceAndrew Tridgell2007-10-1012-39/+80
| | | | | | | | | | - added better error reporting in ldbdel - fixed a bug in handling packing of records which contain elements with no values (it caused db corruption) - allow search with "dn" as target attribute (This used to be commit 36575396234e3d35dbd442c8f1ff54a17ae64e64)
* r791: added ldb man page build to ldb makefileAndrew Tridgell2007-10-101-2/+5
| | | | (This used to be commit ec38392888d20991abe18dd3e6ca226a62c7d4ae)
* r790: started working on some documentation (manual pages) for ldbAndrew Tridgell2007-10-103-0/+309
| | | | (This used to be commit dcb9d1a897f7186824e997064902f3d50bad1887)
* r789: we return wrong number of entriesSimo Sorce2007-10-101-1/+1
| | | | (This used to be commit c0c1596dbdb1769c3f10c8299f61807497b1d38a)
* r782: added torture test for level 6 logon level in netr_LogonSamLogonAndrew Tridgell2007-10-101-104/+112
| | | | (This used to be commit 770322bfdfad7d7d33de0c5bc95bb0f51f7409c7)
* r781: added level6 for logon level in SamLogon netlogon.idlAndrew Tridgell2007-10-101-2/+3
| | | | (This used to be commit 446808ae4dbdcd0c64387c54b7d49649971e36d0)
* r771: don't know why but the SMB_INCLUDE_M4() didn't work correctStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 2bb9f4adc049c82f390facc78bf32824ea1b88d9)
* r770: remove unused pam_smbpass/ dir from samba4Stefan Metzmacher2007-10-1015-1742/+0
| | | | | metze (This used to be commit 25084445e714706e8c277a723a0ab6782f44990e)
* r769: remove unused locking/ dirStefan Metzmacher2007-10-103-2860/+0
| | | | | metze (This used to be commit 1f8aae548a3650215bde527782f206f17f49a803)
* r768: remove unused msdfs directoryStefan Metzmacher2007-10-101-913/+0
| | | | | | | (in 3.X it's also gone) metze (This used to be commit 467f1e8e96238401cc9220ade6f76c10dd15e082)
* r767: add a $flags argument to the std_CC make rule generaterStefan Metzmacher2007-10-101-5/+9
| | | | | | | we may need this for compiling with -fPIC metze (This used to be commit e65b38b7cade96e577a5065d08679ba70b074151)
* r766: convert ntvfs/* to a config.mk fileStefan Metzmacher2007-10-102-11/+72
| | | | | metze (This used to be commit 62d456c144e76b0d14225c2eed5b35bdf9650057)
* r765: add SMB_INCLUDE_M4() macro as wrapper arround sinclude()Stefan Metzmacher2007-10-103-21/+39
| | | | | metze (This used to be commit afbe692b47f4aa6ebe2155927be00197fafe13f3)
* r759: Fix some perl warnings.Tim Potter2007-10-101-10/+15
| | | | (This used to be commit 1517ef3a986ec213d33b624fbbe8071600cc5b61)
* r758: just move the util file to the additional object file listStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 4bfecf337bab08e97bc9acfa5fb12273387f2a42)
* r757: Handle empty union arms (ala rid only entries in netlogon).Tim Potter2007-10-101-1/+1
| | | | (This used to be commit f7b23156681f12805f0c7f242f0c436d102023f4)
* r756: Handle default element in union.Tim Potter2007-10-101-3/+7
| | | | (This used to be commit 1ece224c9a25731a8c392cf378968273c0072ecf)
* r755: - disallow process_model _thread when we don't have pwread/pwriteStefan Metzmacher2007-10-102-1/+24
| | | | | | | | | and have to use the nonthreadsafe wrapper - add pread/pwrite wrapper to ntvfs_simple - fix const warning in ntvfs_simple metze (This used to be commit f0b2e42978a28204f497cccb07e407f409e3bf50)
* r754: Implement the SetPassword operation on the netlogon pipe.Andrew Bartlett2007-10-105-58/+252
| | | | | | | | This involves allowing the password set code in samdb to take an already hashed password, and some fixes to our torture code. Andrew Bartlett (This used to be commit f9f581b5804a20785df06cde157b23c952edc2ce)
* r753: Big reorganisation of everything - also fixes handling of dissectorsTim Potter2007-10-101-240/+334
| | | | | | | | | for structures. Instead of trying to parse everything to produce output in the right order, generate parser in two steps: 1) gather information and register names, fields, types etc. 2) generate output using data from step 1. (This used to be commit 03863a2ca88c374e168d579e7e4f78877160215c)
* r752: Remove debugging hack (make sure the cleanup test account after weAndrew Bartlett2007-10-101-2/+5
| | | | | | | leave) and test that the password change actually worked. Andrew Bartlett (This used to be commit a93c70154ac7126a7d6e638dcfdeef49d2966308)
* r751: Fix debug message to print the right variable.Andrew Bartlett2007-10-101-1/+1
| | | | | Andrew Bartlett (This used to be commit aa4b56a8736fb16134fae48165fe608912725895)
* r750: Rename global $name -> $module.Tim Potter2007-10-101-39/+122
| | | | | Start working on parsing structs. (This used to be commit d162dcb52f96b1adfac7123201d31c07ee5c90d6)
* r749: move the basic type checksStefan Metzmacher2007-10-101-12/+17
| | | | | | | | | | be more restrict if we don't have 'long long' or it's size is less than 8 bytes (maybe only for a while, but if the build farm like it we may let it in forever since the smb protocol really need 64 bit variables!) metze (This used to be commit 4a13cc22b464dfc4cbecfa6922b14c60d95876bd)
* r748: get some more info about what the compilers in the build farm supportStefan Metzmacher2007-10-101-3/+10
| | | | | | | what we need is a test if the compiler does ANSI c99 metze (This used to be commit e8a11e441b074f9dc1c7c24c9048f8927dac8e59)
* r747: report an failure in mkproto.pl via mkproto.sh to makeStefan Metzmacher2007-10-101-0/+6
| | | | | | | to fail directly... metze (This used to be commit bff8e39d3f302bb7fd6710d5e438188ad4747065)
* r746: Add entry in proto tree when we don't handle an IDL type.Tim Potter2007-10-101-4/+50
| | | | | | | Start parsing for parsing unions, structs and enums. Don't display field type in display name. (This used to be commit e170d9c3dc5d7abcdba9af98f61f36bb118a96fd)
* r745: Move netr_ServerPasswordSet up with the other secure channelAndrew Bartlett2007-10-101-12/+24
| | | | | | | | management functions, and make sure to include the fault until this is no longer a stub. Andrew Bartlett (This used to be commit b886cb65f8d7b8b9f587d8a22d830938d4c6eb3e)
* r744: A bunch of minor fixes. The ethereal pidl parser now dissects simpleTim Potter2007-10-101-12/+22
| | | | | samr calls - only the ones that take policy handles and uint32s. (This used to be commit d6e30faeec097822c9cdcc9e4270d0adc139cea8)
* r743: Start on a NETLOGON server in Samba4.Andrew Bartlett2007-10-1013-218/+816
| | | | | | | | | | | | | | | | | Currently this only authentiates the machine, not real users. As a consequence of running the Samba4 NETLOGON test against Samba4, I found a number of issues in the SAMR server, which I have addressed. There are more templates in the provison.ldif for this reason. I also added some debug to our credentials code, and fixed some bugs in the auth_sam module. The static buffer in generate_random_string() bit me badly, so I removed it in favor of a talloc based system. Andrew Bartlett (This used to be commit 94624e519b66def97758b8a48a01ffe9029176f0)