summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* r9003: add testing for non-empty directory delete on closeAndrew Tridgell2007-10-101-1/+30
| | | | (This used to be commit caca1f191d23ef848d3c8da76e8a0e80a06dacef)
* r9002: a workaround for the current build problems. I hope this will allowAndrew Tridgell2007-10-101-1/+1
| | | | | | | | the build farm hosts to build again. Jelmer, please feel free to remove this once you have the correct dependencies sorted out (This used to be commit ed3d76a91ffde3e4095877a50510dda479ef49c2)
* r9001: Fix warning in make cleanJelmer Vernooij2007-10-101-5/+1
| | | | (This used to be commit 84bd51279e1302bdecca99fb3f155ba2f6e0bbf5)
* r8999: Use the timestamps module to ensure we update times.Andrew Bartlett2007-10-101-0/+5
| | | | | Andrew Bartlett (This used to be commit e6abd9f70449e9c5716cd36565442873bdc7d44c)
* r8998: More work on the RPC server code to avoid abusing the name attributeAndrew Bartlett2007-10-102-29/+39
| | | | | | | as a netbios name. Andrew Bartlett (This used to be commit 242db48b98a04eed46bb35946dcd68b579bffe00)
* r8997: Define CPP for hosts that don't default to 'cpp'Jelmer Vernooij2007-10-101-0/+2
| | | | (This used to be commit efe0be92496940dd5c98ad2e864ef326ea6bf3ef)
* r8996: More build fixes...Jelmer Vernooij2007-10-103-10/+20
| | | | (This used to be commit 2b15c74f201d7fad11f1c50dd91b27b78b221550)
* r8995: Add heimdal headers back to "basics" target... should fix the build ↵Jelmer Vernooij2007-10-102-6/+6
| | | | | | for now (This used to be commit 343e33c13ff5a67b463c2f7c18e0a6590d75f8ab)
* r8994: Clean up some more autogenerated files so I can predict when I'm going toJelmer Vernooij2007-10-102-6/+10
| | | | | break the build... (This used to be commit 1f31414f372bf930db0a65531e85ab5cb9a34723)
* r8991: Change Makefile.core to main.mk to prevent accidental removal problems.Jelmer Vernooij2007-10-102-1/+1
| | | | (This used to be commit 3719570411c47b019e29dbfec1af7b018ea9f759)
* r8988: Don't remove Makefile.core in distclean...Jelmer Vernooij2007-10-101-2/+2
| | | | (This used to be commit e8324ff8900fee2df6ca48d89e86e419f7223af9)
* r8986: As far as I can tell, given the ldif I get from behind this, we have aAndrew Bartlett2007-10-101-1/+1
| | | | | | | signed NTTIME here. Andrew Bartlett (This used to be commit 57b703a9d5c26ad410125b15587a52129a41fb91)
* r8985: Automatically generate make dependency rules forJelmer Vernooij2007-10-108-198/+150
| | | | | | | the asn1 and error table files. This removes the need for HEIMDAL_EXTERNAL (This used to be commit 2f481ac93c0151b82dab737d49ae8d0d3cbbbbbe)
* r8984: Use the correct cross-reference search in DRSUAPI, rather than makingAndrew Bartlett2007-10-101-9/+10
| | | | | | | assumptions about the behaviour of "name" as a NETBIOS domain name. Andrew Bartlett (This used to be commit ba5fe07b97a99c34256f849dfbdd9a307a7d238d)
* r8983: The KVNO (Kerberos key version number) should be incremented withAndrew Bartlett2007-10-101-0/+4
| | | | | | | every password set. Andrew Bartlett (This used to be commit 71958cb19f8a2289e97f29018bb252a7d4540258)
* r8982: "name" is not the netbios name, but the RDN. Return the correctAndrew Bartlett2007-10-101-13/+4
| | | | | | | | netbios domain name of the host, as well as the sid from the cache we fetched earlier. Andrew Bartlett (This used to be commit c847ca2cc8244a7ce4180d17397723a486bbecc8)
* r8981: Add comments, fix typos (in attribute names) and check for errors inAndrew Bartlett2007-10-102-8/+39
| | | | | | | SamSync and 'net join'. Andrew Bartlett (This used to be commit 257240b0e29da14f7a2e660182b367304a5fa530)
* r8980: Make Samba4 honour account control flags (we were asking for aAndrew Bartlett2007-10-101-3/+5
| | | | | | | | | | | non-existant field). Also change time(NULL) into an NTTIME for comparison, rather than experience rounding bugs (size of time_t) when converting an NTTIME into a time_t. Andrew Bartlett (This used to be commit 181155f9e059a2eb74a7dd7c34a358724ec88bb8)
* r8979: Bunch of makefile fragment inclusion fixes:Jelmer Vernooij2007-10-106-174/+146
| | | | | | | | - support whitespace - support "include " keyword - move swig stuff to .mk file - support autogenerated makefile portions (use "include echo foo|") (This used to be commit 43779c09b6a75e03f4cf6e8953a837cddd318aa5)
* r8977: Put my copyright in share torture test.Rafal Szczesniak2007-10-101-0/+1
| | | | | rafal (This used to be commit 186bcabaa6e4989e2b46b99a46221fe6fc79b365)
* r8975: Very basic test for delshare function based on code submittedRafal Szczesniak2007-10-102-4/+56
| | | | | | | by Gregory LEOCADIE <gleocadie@idealx.com>. rafal (This used to be commit 4d4d1ab37d68b6054b7b0459e2e7e86141f9b462)
* r8974: Support makefile fragments in .mk filesJelmer Vernooij2007-10-106-113/+52
| | | | (This used to be commit 8d9c18a1b4cf31ebae1d0c84b00b4d781f55de66)
* r8973: nicer outputStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit ea78b57ed8ab3488a7b7ca4d5ead1ec4d0f10931)
* r8972: More simplifications...Jelmer Vernooij2007-10-103-40/+19
| | | | (This used to be commit d89caeb8004c5cfabc934c8efa899a6d1839d250)
* r8970: Add 'ADS' join support to Samba4.Andrew Bartlett2007-10-102-4/+71
| | | | | | | | We now fill in the servicePrincipalName over LDAP, just like XP does, and store the kvno in our local db. Andrew Bartlett (This used to be commit 5547c4e6f6a0c163aa38fa4d4ed8c627ae12bf80)
* r8969: Make password field a password field, that is - prevent them fromRafal Szczesniak2007-10-102-0/+2
| | | | | | | displaying plain text. rafal (This used to be commit b91e6053485ada50f66aa763e0ccff3b71991fa5)
* r8968: More simplificationsJelmer Vernooij2007-10-101-51/+16
| | | | (This used to be commit 92e14f555633c12ac02255274ac16a44ecf2b436)
* r8966: Simplify the makefile generation system a bit.Jelmer Vernooij2007-10-1013-110/+87
| | | | | | Autogenerate list of binaries (rather then having them hardcoded in build/smb_build/makefile.pm) Add INSTALLDIR keyword to .mk files (This used to be commit ce0935112b846486cf705ec69f12350be9c4c89d)
* r8955: Move a bit more of the build process to the MakefileJelmer Vernooij2007-10-103-71/+39
| | | | (This used to be commit 670a7a8de570a9c89ea09bb473d9b1d8cabf6830)
* r8954: Use binding string to specify host rather than share path, as we useRafal Szczesniak2007-10-101-3/+19
| | | | | | | | rpc call here after all. Also, safely exit (freeing memory context) in case of any error. rafal (This used to be commit be2584df1d167f3e8ef600a926979f081e72c6a9)
* r8953: Move a few utility functionsJelmer Vernooij2007-10-102-52/+46
| | | | (This used to be commit 732db744b287be71781b7577933bc54a0724f78c)
* r8952: Partial work commit to find the DN of the new machine account - weAndrew Bartlett2007-10-102-2/+109
| | | | | | | will use ldb to add servicePrincipalNames to this. Andrew Bartlett (This used to be commit c1f8cab3e3d3eaf4af372675656fe1a4da68a9f8)
* r8944: Get more verbose output from NET-API-LISTSHARE test.Rafal Szczesniak2007-10-101-0/+82
| | | | | rafal (This used to be commit b1ff59d80f942b679ae3c8dcb08361cf8a25a457)
* r8942: Move intermediate subsystem output files to bin/subsystems/Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 43c8321cd991bdc3a7e1b05359d249457e86e7d1)
* r8940: Add TDR (Trivial Data Representation). The aim is to use this later forJelmer Vernooij2007-10-106-0/+555
| | | | | NBT/WINS/etc rather then having to depend on NDR. (This used to be commit 5ee7af26dd220de06f1764cd1683abedeeda5131)
* r8939: Do an open domain in the schannel SAMR test. This should test some ofAndrew Bartlett2007-10-101-0/+27
| | | | | | | the win2k3 SP1 interactions. Andrew Bartlett (This used to be commit ebd96e68d6d7f92b781df0c43970e0dab4a30d6e)
* r8936: Use incremental linking. This appeared to be supported onJelmer Vernooij2007-10-103-7/+45
| | | | | | | | all systems on the buildfarm when I tested it using smb_build. It's just a one line change to go back. If this works correctly, we can simplify the build system quite a bit. (This used to be commit 6b671fb34a35def9a8d2fdaa8d9a04ff26c9e929)
* r8934: Some refactoring of smb_interfaces code generator.Tim Potter2007-10-101-11/+50
| | | | (This used to be commit c016487a0148694a1a1464bb5f7ba0d0e142d14f)
* r8933: Fix missing prototype warningsJelmer Vernooij2007-10-102-0/+5
| | | | (This used to be commit 39b2220a84b1860d8ee09b8c15049f18fd77da7d)
* r8932: Handle non-anonymous unions and structures better.Tim Potter2007-10-101-4/+4
| | | | (This used to be commit 04f993721574b4532962b5845faa4cb40a90ca38)
* r8930: Add the libnet share tests based on code submitted byRafal Szczesniak2007-10-103-0/+94
| | | | | | | | Gregory Leocadie <gleocadie@idealx.com>. Listing shares passes, deleting not yet - it's a work in progress. rafal (This used to be commit 5c53498a4a3e84d5b55c233da01e96fdd4f0e0dd)
* r8926: RFC 2891 - LDAP Control Extension for Server Side Sorting of Search ↵Simo Sorce2007-10-101-0/+451
| | | | | | Results (This used to be commit 5dd4844cc5f1e719d55e642c5f1b8af5655fec89)
* r8925: Start generating header and implementation files for smb_interfaces.hTim Potter2007-10-101-5/+49
| | | | (This used to be commit 3a93f1125539eec6bd17003a748f1b7dd76d0031)
* r8923: put the IRPC default timeout back to 10s (I didn't mean to commit ↵Andrew Tridgell2007-10-101-1/+1
| | | | | | | this, it was changed just for deugging) (This used to be commit a7c260e61feec210bcb5cad0f8f759544dc9dd1e)
* r8920: Make NAME hash entry for struct elements a list.Tim Potter2007-10-101-4/+5
| | | | | Return array length entries for elements that have an array specifier. (This used to be commit 17689ca7403dd8762185611da2e08545af611d71)
* r8919: Return references to structs and unions in parse tree. Fill in typeTim Potter2007-10-101-6/+17
| | | | | names for structs and unions also. (This used to be commit c31be383461d8a2784aa85619b38f81a389024f2)
* r8918: Handle const elements in structures or unions. This is a bit yucky butTim Potter2007-10-101-0/+6
| | | | | making an optional_const rule puts the parser in an infinite loop (?). (This used to be commit 6339cc75fae8296757c4609cede1d5703b90d52a)
* r8917: Better support for extended ldap search operationsSimo Sorce2007-10-102-17/+51
| | | | | | Try to follow the RFC where possible and adapt to openLdap and AD way of handling this structure (This used to be commit d844d45d87b4114bc1b9af2e40f8c27ba3e219de)
* r8910: An initial parser to parse structures in smb_interfaces.h. This will beTim Potter2007-10-104-0/+1432
| | | | | | | | | used to generate ejs objects for making raw smb calls. Running 'make smb_interfaces' should run the build_smb_interfaces.pl script which at the moment only displays a dump of the parsed data. Const is also not working right now but it's bedtime. (This used to be commit 1be5f55d7f6926bf7266ea72623990f0bb558c94)
* r8905: don't try to do DNS lookups on interface names with wildcardsAndrew Tridgell2007-10-101-0/+4
| | | | (This used to be commit bbdd446254a0e66af3326e2e66d568eeee0922c0)